canina/graphify-out/2026-08-16/graph.json
parsa aghaei 28fc660f69
All checks were successful
Deploy Canina / deploy (push) Successful in 1m41s
chore(graphify): update knowledge graph artifacts
2026-08-16 15:01:26 +03:30

98738 lines
3.2 MiB

{
"directed": false,
"multigraph": false,
"graph": {
"hyperedges": [
{
"id": "rastikerdar_font_ecosystem",
"label": "Rastikerdar Font Ecosystem",
"nodes": [
"frontend_application_public_fonts_shabnam_font_v5_0_1_readme",
"frontend_application_public_fonts_vazirmatn_v33_003_readme",
"vazir_font"
],
"relation": "participate_in",
"confidence": "EXTRACTED",
"confidence_score": 0.95,
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md"
},
{
"id": "canina_deployment_stack",
"label": "Canina Deployment Stack",
"nodes": [
"scripts_compose_prod",
"scripts_compose_stage"
],
"relation": "form",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "scripts/compose.prod.yml"
}
]
},
"nodes": [
{
"label": "AdminController",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L26",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller",
"community": 0,
"community_name": "AdminService",
"norm_label": "admincontroller"
},
{
"label": "AdminService",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L63",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice",
"community": 0,
"community_name": "AdminService",
"norm_label": "adminservice"
},
{
"label": "CouponInput",
"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_couponinput",
"community": 0,
"community_name": "AdminService",
"norm_label": "couponinput"
},
{
"label": "ProductInput",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L15",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_productinput",
"community": 0,
"community_name": "AdminService",
"norm_label": "productinput"
},
{
"label": "AdminQueryDto",
"file_type": "code",
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_dto_admin_query_dto_adminquerydto",
"community": 0,
"community_name": "AdminService",
"norm_label": "adminquerydto"
},
{
"label": "CreateHealthLogDto",
"file_type": "code",
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "createhealthlogdto"
},
{
"label": "CreatePetDto",
"file_type": "code",
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_pets_dto_create_pet_dto_createpetdto",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "createpetdto"
},
{
"label": "CreateReminderDto",
"file_type": "code",
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "createreminderdto"
},
{
"label": "UpdatePetDto",
"file_type": "code",
"source_file": "backend/src/pets/dto/update-pet.dto.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_pets_dto_update_pet_dto_updatepetdto",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "updatepetdto"
},
{
"label": "PetsController",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L48",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_pets_pets_controller_petscontroller",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "petscontroller"
},
{
"label": "PetsModule",
"file_type": "code",
"source_file": "backend/src/pets/pets.module.ts",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_pets_pets_module_petsmodule",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "petsmodule"
},
{
"label": "HealthLogInput",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L15",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_pets_pets_service_healthloginput",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "healthloginput"
},
{
"label": "PetsService",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L23",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_pets_pets_service_petsservice",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "petsservice"
},
{
"label": "ReminderInput",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L8",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_pets_pets_service_reminderinput",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "reminderinput"
},
{
"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": 10,
"community_name": "SmartAdvisor.tsx",
"norm_label": "smartadvisorprops"
},
{
"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": 10,
"community_name": "SmartAdvisor.tsx",
"norm_label": "uistate"
},
{
"label": "BlogsService",
"file_type": "code",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_blogs_service_blogsservice",
"community": 103,
"community_name": "BlogsService",
"norm_label": "blogsservice"
},
{
"label": "ScientificTerm",
"file_type": "code",
"source_file": "backend/prisma/scientificTerms.ts",
"source_location": "L1",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_prisma_scientificterms_scientificterm",
"community": 105,
"community_name": "Scientific Terms Schema",
"norm_label": "scientificterm"
},
{
"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": 117,
"community_name": "WikiService",
"norm_label": "wikiservice"
},
{
"label": "AddressModalProps",
"file_type": "code",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L11",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_addressmodal_addressmodalprops",
"community": 12,
"community_name": "toPersian",
"norm_label": "addressmodalprops"
},
{
"label": "AuthModalProps",
"file_type": "code",
"source_file": "frontend/application/components/AuthModal.tsx",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_authmodal_authmodalprops",
"community": 12,
"community_name": "toPersian",
"norm_label": "authmodalprops"
},
{
"label": "BackButtonProps",
"file_type": "code",
"source_file": "frontend/application/components/BackButton.tsx",
"source_location": "L8",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_backbutton_backbuttonprops",
"community": 12,
"community_name": "toPersian",
"norm_label": "backbuttonprops"
},
{
"label": "DeleteConfirmModalProps",
"file_type": "code",
"source_file": "frontend/application/components/DeleteConfirmModal.tsx",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops",
"community": 12,
"community_name": "toPersian",
"norm_label": "deleteconfirmmodalprops"
},
{
"label": "HeaderButtonProps",
"file_type": "code",
"source_file": "frontend/application/components/HeaderButton.tsx",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_headerbutton_headerbuttonprops",
"community": 12,
"community_name": "toPersian",
"norm_label": "headerbuttonprops"
},
{
"label": "LoginModalProps",
"file_type": "code",
"source_file": "frontend/application/components/LoginModal.tsx",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_loginmodal_loginmodalprops",
"community": 12,
"community_name": "toPersian",
"norm_label": "loginmodalprops"
},
{
"label": "OrderDetailsModalProps",
"file_type": "code",
"source_file": "frontend/application/components/OrderDetailsModal.tsx",
"source_location": "L18",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops",
"community": 12,
"community_name": "toPersian",
"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": 12,
"community_name": "toPersian",
"norm_label": "searchableselectprops"
},
{
"label": "TopUpModalProps",
"file_type": "code",
"source_file": "frontend/application/components/TopUpModal.tsx",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_topupmodal_topupmodalprops",
"community": 12,
"community_name": "toPersian",
"norm_label": "topupmodalprops"
},
{
"label": "Address",
"file_type": "code",
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L13",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_store_userstore_address",
"community": 12,
"community_name": "toPersian",
"norm_label": "address"
},
{
"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": 12,
"community_name": "toPersian",
"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": 12,
"community_name": "toPersian",
"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": 12,
"community_name": "toPersian",
"norm_label": "userrole"
},
{
"label": "UserStore",
"file_type": "code",
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L44",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_store_userstore_userstore",
"community": 12,
"community_name": "toPersian",
"norm_label": "userstore"
},
{
"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": 120,
"community_name": "AdminTransactionFilterDto",
"norm_label": "admintransactionfilterdto"
},
{
"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": 13,
"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": 13,
"community_name": "ZibalService",
"norm_label": "zibalservice"
},
{
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "jwtauthguard"
},
{
"label": "B2BModule",
"file_type": "code",
"source_file": "backend/src/b2b/b2b.module.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_b2b_b2b_module_b2bmodule",
"community": 130,
"community_name": "JwtAuthGuard",
"norm_label": "b2bmodule"
},
{
"label": "RequestWithUser",
"file_type": "code",
"source_file": "backend/src/common/guards/roles.guard.ts",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_guards_roles_guard_requestwithuser",
"community": 130,
"community_name": "JwtAuthGuard",
"norm_label": "requestwithuser"
},
{
"label": "RolesGuard",
"file_type": "code",
"source_file": "backend/src/common/guards/roles.guard.ts",
"source_location": "L17",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_guards_roles_guard_rolesguard",
"community": 130,
"community_name": "JwtAuthGuard",
"norm_label": "rolesguard"
},
{
"label": "UserReqPayload",
"file_type": "code",
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
"source_location": "L17",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_userreqpayload",
"community": 130,
"community_name": "JwtAuthGuard",
"norm_label": "userreqpayload"
},
{
"label": "ProductsController",
"file_type": "code",
"source_file": "backend/src/products/products.controller.ts",
"source_location": "L26",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_products_products_controller_productscontroller",
"community": 14,
"community_name": "ProductsService",
"norm_label": "productscontroller"
},
{
"label": "ProductsModule",
"file_type": "code",
"source_file": "backend/src/products/products.module.ts",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_products_products_module_productsmodule",
"community": 14,
"community_name": "ProductsService",
"norm_label": "productsmodule"
},
{
"label": "ProductsService",
"file_type": "code",
"source_file": "backend/src/products/products.service.ts",
"source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_products_products_service_productsservice",
"community": 14,
"community_name": "ProductsService",
"norm_label": "productsservice"
},
{
"label": "Blog",
"file_type": "code",
"source_file": "backend/src/blogs/entities/blog.entity.ts",
"source_location": "L1",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_blogs_entities_blog_entity_blog",
"community": 143,
"community_name": "Blog Entity Model",
"norm_label": "blog"
},
{
"label": "Home",
"file_type": "code",
"source_file": "backend/src/home/entities/home.entity.ts",
"source_location": "L1",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_home_entities_home_entity_home",
"community": 144,
"community_name": "Home Entity Model",
"norm_label": "home"
},
{
"label": "Wiki",
"file_type": "code",
"source_file": "backend/src/wiki/entities/wiki.entity.ts",
"source_location": "L1",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_wiki_entities_wiki_entity_wiki",
"community": 145,
"community_name": "Wiki Entity Model",
"norm_label": "wiki"
},
{
"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": 15,
"community_name": "lib/services/api.ts",
"norm_label": "contactinfoitem"
},
{
"label": "PrescriptionUploadModalProps",
"file_type": "code",
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
"source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "prescriptionuploadmodalprops"
},
{
"label": "ApiErrorPayload",
"file_type": "code",
"source_file": "frontend/application/lib/services/api.ts",
"source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_services_api_apierrorpayload",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "apierrorpayload"
},
{
"label": "ApiErr",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L26",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_apierr",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "apierr"
},
{
"label": "AuthResponse",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L18",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authresponse",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "authresponse"
},
{
"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": 15,
"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": 15,
"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": 15,
"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": 15,
"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": 15,
"community_name": "lib/services/api.ts",
"norm_label": "orderservice"
},
{
"label": "ScientificTerm",
"file_type": "code",
"source_file": "frontend/application/lib/store/settingsStore.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_store_settingsstore_scientificterm",
"community": 15,
"community_name": "lib/services/api.ts",
"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": 15,
"community_name": "lib/services/api.ts",
"norm_label": "settingsstore"
},
{
"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": 154,
"community_name": "Vitest Test Setup",
"norm_label": "mockintersectionobserver"
},
{
"label": "HomeClientProps",
"file_type": "code",
"source_file": "frontend/application/app/HomeClient.tsx",
"source_location": "L16",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_app_homeclient_homeclientprops",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "homeclientprops"
},
{
"label": "CalculatorState",
"file_type": "code",
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L52",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_productpage_calculatorstate",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "calculatorstate"
},
{
"label": "TooltipProps",
"file_type": "code",
"source_file": "frontend/application/components/Tooltip.tsx",
"source_location": "L8",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_tooltip_tooltipprops",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "tooltipprops"
},
{
"label": "ScientificTerm",
"file_type": "code",
"source_file": "frontend/application/lib/data/scientificTerms.ts",
"source_location": "L1",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_data_scientificterms_scientificterm",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "scientificterm"
},
{
"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": 17,
"community_name": "useSettingsStore",
"norm_label": "b2binquiry"
},
{
"label": "Banner",
"file_type": "code",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L1",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_types_banner",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "banner"
},
{
"label": "DosageConfig",
"file_type": "code",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L94",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_types_dosageconfig",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "dosageconfig"
},
{
"label": "HomeApiResponse",
"file_type": "code",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L102",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_types_homeapiresponse",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "homeapiresponse"
},
{
"label": "NavigationHandler",
"file_type": "code",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L111",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_types_navigationhandler",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "navigationhandler"
},
{
"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": 17,
"community_name": "useSettingsStore",
"norm_label": "navigationtarget"
},
{
"label": "PartnerAccount",
"file_type": "code",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L82",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_types_partneraccount",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "partneraccount"
},
{
"label": "Prescription",
"file_type": "code",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L55",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_types_prescription",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "prescription"
},
{
"label": "SmartAdvisorRule",
"file_type": "code",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_types_smartadvisorrule",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "smartadvisorrule"
},
{
"label": "Testimonial",
"file_type": "code",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L28",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_types_testimonial",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "testimonial"
},
{
"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": 18,
"community_name": "MetricsController",
"norm_label": "metricscontroller"
},
{
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "b2bwholesaleorderitem"
},
{
"label": "SmsService",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L51",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice",
"community": 2,
"community_name": "Roles",
"norm_label": "smsservice"
},
{
"label": "ContactController",
"file_type": "code",
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L17",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_contact_contact_controller_contactcontroller",
"community": 2,
"community_name": "Roles",
"norm_label": "contactcontroller"
},
{
"label": "ContactService",
"file_type": "code",
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L22",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_contact_contact_service_contactservice",
"community": 2,
"community_name": "Roles",
"norm_label": "contactservice"
},
{
"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": "Roles",
"norm_label": "settingscontroller"
},
{
"label": "SettingsService",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L13",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice",
"community": 2,
"community_name": "Roles",
"norm_label": "settingsservice"
},
{
"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": 20,
"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": 20,
"community_name": "CategoriesController",
"norm_label": "categoriesservice"
},
{
"label": "CategoryQuery",
"file_type": "code",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_categories_service_categoryquery",
"community": 20,
"community_name": "CategoriesController",
"norm_label": "categoryquery"
},
{
"label": "AuthService",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L35",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authservice",
"community": 207,
"community_name": "AuthService",
"norm_label": "authservice"
},
{
"label": "CouponTargetInput",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L43",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_coupontargetinput",
"community": 21,
"community_name": "RedisService",
"norm_label": "coupontargetinput"
},
{
"label": "PaginationQuery",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_paginationquery",
"community": 21,
"community_name": "RedisService",
"norm_label": "paginationquery"
},
{
"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": 21,
"community_name": "RedisService",
"norm_label": "redismodule"
},
{
"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": 21,
"community_name": "RedisService",
"norm_label": "redisservice"
},
{
"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": 22,
"community_name": "MediaController",
"norm_label": "mediacontroller"
},
{
"label": "MediaService",
"file_type": "code",
"source_file": "backend/src/admin/media.service.ts",
"source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_media_service_mediaservice",
"community": 22,
"community_name": "MediaController",
"norm_label": "mediaservice"
},
{
"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": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "ingredientscontroller"
},
{
"label": "IngredientsService",
"file_type": "code",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "ingredientsservice"
},
{
"label": "ContactInfoItem",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
"source_location": "L17",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem",
"community": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "contactinfoitem"
},
{
"label": "ContactSubmission",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission",
"community": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "contactsubmission"
},
{
"label": "AdminRouteConfig",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L39",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig",
"community": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "adminrouteconfig"
},
{
"label": "AdminModule",
"file_type": "code",
"source_file": "backend/src/admin/admin.module.ts",
"source_location": "L40",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_admin_module_adminmodule",
"community": 25,
"community_name": "admin.module.ts",
"norm_label": "adminmodule"
},
{
"label": "PetsService",
"file_type": "code",
"source_file": "backend/src/admin/pets.service.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_pets_service_petsservice",
"community": 25,
"community_name": "admin.module.ts",
"norm_label": "petsservice"
},
{
"label": "ReportsController",
"file_type": "code",
"source_file": "backend/src/admin/reports.controller.ts",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_reports_controller_reportscontroller",
"community": 25,
"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": 25,
"community_name": "admin.module.ts",
"norm_label": "reportsservice"
},
{
"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": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "confirmmodalprops"
},
{
"label": "HeroBanner",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_cms_herobanner",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "herobanner"
},
{
"label": "VetTestimonial",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
"source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_cms_vettestimonial",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "vettestimonial"
},
{
"label": "Media",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_media_media",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "media"
},
{
"label": "WholesaleRequest",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "wholesalerequest"
},
{
"label": "ProductItem",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L20",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_wiki_productitem",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "productitem"
},
{
"label": "WikiTerm",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_wiki_wikiterm",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "wikiterm"
},
{
"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": 27,
"community_name": "Prescription Review Controller",
"norm_label": "prescriptionscontroller"
},
{
"label": "PrescriptionsService",
"file_type": "code",
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice",
"community": 27,
"community_name": "Prescription Review Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"norm_label": "smartadvisorcontroller"
},
{
"label": "SmartAdvisorService",
"file_type": "code",
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
"community": 28,
"community_name": "Smart Advisor Controller",
"norm_label": "smartadvisorservice"
},
{
"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": 284,
"community_name": "wholesale.controller.ts",
"norm_label": "wholesaleapplydto"
},
{
"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": 285,
"community_name": "InitiatePaymentDto",
"norm_label": "initiatepaymentdto"
},
{
"label": "InitiateWalletTopupDto",
"file_type": "code",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L16",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto",
"community": 285,
"community_name": "InitiatePaymentDto",
"norm_label": "initiatewallettopupdto"
},
{
"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": 286,
"community_name": "GetProductsDto",
"norm_label": "getproductsdto"
},
{
"label": "Coupon",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L16",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_coupons_coupon",
"community": 287,
"community_name": "Coupons.tsx",
"norm_label": "coupon"
},
{
"label": "CouponFormData",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L30",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_coupons_couponformdata",
"community": 287,
"community_name": "Coupons.tsx",
"norm_label": "couponformdata"
},
{
"label": "CouponModalProps",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L249",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_coupons_couponmodalprops",
"community": 287,
"community_name": "Coupons.tsx",
"norm_label": "couponmodalprops"
},
{
"label": "CouponTarget",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_coupons_coupontarget",
"community": 287,
"community_name": "Coupons.tsx",
"norm_label": "coupontarget"
},
{
"label": "PatternItem",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx",
"source_location": "L54",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_smssettingspage_patternitem",
"community": 288,
"community_name": "SmsSettingsPage.tsx",
"norm_label": "patternitem"
},
{
"label": "SmsConfigState",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx",
"source_location": "L42",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate",
"community": 288,
"community_name": "SmsSettingsPage.tsx",
"norm_label": "smsconfigstate"
},
{
"label": "SmsLogItem",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx",
"source_location": "L63",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_smssettingspage_smslogitem",
"community": 288,
"community_name": "SmsSettingsPage.tsx",
"norm_label": "smslogitem"
},
{
"label": "SmsLogStats",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx",
"source_location": "L76",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_smssettingspage_smslogstats",
"community": 288,
"community_name": "SmsSettingsPage.tsx",
"norm_label": "smslogstats"
},
{
"label": "ZibalCallbackQueryDto",
"file_type": "code",
"source_file": "backend/src/payment/dto/verify-payment.dto.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto",
"community": 289,
"community_name": "ZibalCallbackQueryDto",
"norm_label": "zibalcallbackquerydto"
},
{
"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": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "testimonialscontroller"
},
{
"label": "TestimonialsService",
"file_type": "code",
"source_file": "backend/src/testimonials/testimonials.service.ts",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_service_testimonialsservice",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "testimonialsservice"
},
{
"label": "AuthModule",
"file_type": "code",
"source_file": "backend/src/auth/auth.module.ts",
"source_location": "L22",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_auth_auth_module_authmodule",
"community": 3,
"community_name": "UsersService",
"norm_label": "authmodule"
},
{
"label": "JwtPayload",
"file_type": "code",
"source_file": "backend/src/auth/jwt.strategy.ts",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_auth_jwt_strategy_jwtpayload",
"community": 3,
"community_name": "UsersService",
"norm_label": "jwtpayload"
},
{
"label": "JwtStrategy",
"file_type": "code",
"source_file": "backend/src/auth/jwt.strategy.ts",
"source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_auth_jwt_strategy_jwtstrategy",
"community": 3,
"community_name": "UsersService",
"norm_label": "jwtstrategy"
},
{
"label": "AddressDto",
"file_type": "code",
"source_file": "backend/src/users/dto/address.dto.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_users_dto_address_dto_addressdto",
"community": 3,
"community_name": "UsersService",
"norm_label": "addressdto"
},
{
"label": "UpdateProfileDto",
"file_type": "code",
"source_file": "backend/src/users/dto/update-profile.dto.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_users_dto_update_profile_dto_updateprofiledto",
"community": 3,
"community_name": "UsersService",
"norm_label": "updateprofiledto"
},
{
"label": "UsersController",
"file_type": "code",
"source_file": "backend/src/users/users.controller.ts",
"source_location": "L43",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_users_users_controller_userscontroller",
"community": 3,
"community_name": "UsersService",
"norm_label": "userscontroller"
},
{
"label": "UsersModule",
"file_type": "code",
"source_file": "backend/src/users/users.module.ts",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_users_users_module_usersmodule",
"community": 3,
"community_name": "UsersService",
"norm_label": "usersmodule"
},
{
"label": "UsersService",
"file_type": "code",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L17",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_users_users_service_usersservice",
"community": 3,
"community_name": "UsersService",
"norm_label": "usersservice"
},
{
"label": "SidebarProps",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
"source_location": "L61",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_components_sidebar_sidebarprops",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "sidebarprops"
},
{
"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": 30,
"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": 30,
"community_name": "src/services/api.ts",
"norm_label": "apierrorpayload"
},
{
"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": 30,
"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": 30,
"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": 30,
"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": 30,
"community_name": "src/services/api.ts",
"norm_label": "authstate"
},
{
"label": "Media",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_components_ui_mediaselector_media",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "media"
},
{
"label": "MediaSelectorProps",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L16",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "mediaselectorprops"
},
{
"label": "BlogPost",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_blogs_blogpost",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "blogpost"
},
{
"label": "Category",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_categories_category",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "category"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "banner"
},
{
"label": "Ingredient",
"file_type": "code",
"source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L111",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_types_admin_ingredient",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "ingredient"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "prescription"
},
{
"label": "SeoSettings",
"file_type": "code",
"source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L163",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_types_admin_seosettings",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "seosettings"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "testimonial"
},
{
"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": 32,
"community_name": "useCartStore",
"norm_label": "healthlog"
},
{
"label": "PetConsumption",
"file_type": "code",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L26",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_store_usepetstore_petconsumption",
"community": 32,
"community_name": "useCartStore",
"norm_label": "petconsumption"
},
{
"label": "PetProfile",
"file_type": "code",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L32",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_store_usepetstore_petprofile",
"community": 32,
"community_name": "useCartStore",
"norm_label": "petprofile"
},
{
"label": "PetStore",
"file_type": "code",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L48",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_store_usepetstore_petstore",
"community": 32,
"community_name": "useCartStore",
"norm_label": "petstore"
},
{
"label": "Reminder",
"file_type": "code",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L8",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_store_usepetstore_reminder",
"community": 32,
"community_name": "useCartStore",
"norm_label": "reminder"
},
{
"label": "PaymentController",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L37",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller",
"community": 33,
"community_name": "PaymentController",
"norm_label": "paymentcontroller"
},
{
"label": "AppModule",
"file_type": "code",
"source_file": "backend/src/app.module.ts",
"source_location": "L77",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_app_module_appmodule",
"community": 34,
"community_name": "main.ts",
"norm_label": "appmodule"
},
{
"label": "CustomHttpExceptionFilter",
"file_type": "code",
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L13",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter",
"community": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"norm_label": "errordetailfield"
},
{
"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": 35,
"community_name": "admin.ts",
"norm_label": "adminloginpayload"
},
{
"label": "B2BInquiry",
"file_type": "code",
"source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L136",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_types_admin_b2binquiry",
"community": 35,
"community_name": "admin.ts",
"norm_label": "b2binquiry"
},
{
"label": "FinancialSettings",
"file_type": "code",
"source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L171",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_types_admin_financialsettings",
"community": 35,
"community_name": "admin.ts",
"norm_label": "financialsettings"
},
{
"label": "PartnerAccount",
"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_partneraccount",
"community": 35,
"community_name": "admin.ts",
"norm_label": "partneraccount"
},
{
"label": "Product",
"file_type": "code",
"source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L185",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_types_admin_product",
"community": 35,
"community_name": "admin.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": 35,
"community_name": "admin.ts",
"norm_label": "sendotppayload"
},
{
"label": "SmartAdvisorRule",
"file_type": "code",
"source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L83",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_types_admin_smartadvisorrule",
"community": 35,
"community_name": "admin.ts",
"norm_label": "smartadvisorrule"
},
{
"label": "SystemSettings",
"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_systemsettings",
"community": 35,
"community_name": "admin.ts",
"norm_label": "systemsettings"
},
{
"label": "VerifyOtpPayload",
"file_type": "code",
"source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L26",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_types_admin_verifyotppayload",
"community": 35,
"community_name": "admin.ts",
"norm_label": "verifyotppayload"
},
{
"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": 38,
"community_name": "Products.tsx",
"norm_label": "paginationprops"
},
{
"label": "Pet",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_pets_pet",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "pet"
},
{
"label": "Category",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_products_category",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "category"
},
{
"label": "Product",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
"source_location": "L17",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_products_product",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "product"
},
{
"label": "GatewayHealth",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L79",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_transactions_gatewayhealth",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "gatewayhealth"
},
{
"label": "Stats",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L69",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_transactions_stats",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "stats"
},
{
"label": "Transaction",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L32",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_transactions_transaction",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "transaction"
},
{
"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": 4,
"community_name": "CmsController",
"norm_label": "cmscontroller"
},
{
"label": "CmsService",
"file_type": "code",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_cms_cms_service_cmsservice",
"community": 4,
"community_name": "CmsController",
"norm_label": "cmsservice"
},
{
"label": "CreateHeroBannerDto",
"file_type": "code",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_cms_dto_cms_dto_createherobannerdto",
"community": 4,
"community_name": "CmsController",
"norm_label": "createherobannerdto"
},
{
"label": "CreateSmartAdvisorRuleDto",
"file_type": "code",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L80",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"community": 4,
"community_name": "CmsController",
"norm_label": "createsmartadvisorruledto"
},
{
"label": "CreateVetTestimonialDto",
"file_type": "code",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L45",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"community": 4,
"community_name": "CmsController",
"norm_label": "createvettestimonialdto"
},
{
"label": "BlogsController",
"file_type": "code",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L29",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_blogscontroller",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "blogscontroller"
},
{
"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": 42,
"community_name": "WholesaleService",
"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": 42,
"community_name": "WholesaleService",
"norm_label": "wholesaleservice"
},
{
"label": "WikiController",
"file_type": "code",
"source_file": "backend/src/admin/wiki.controller.ts",
"source_location": "L28",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_wikicontroller",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "wikicontroller"
},
{
"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": 45,
"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": 45,
"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": 45,
"community_name": "seo.module.ts",
"norm_label": "seoservice"
},
{
"label": "PaginationDto",
"file_type": "code",
"source_file": "backend/src/common/dto/pagination.dto.ts",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_dto_pagination_dto_paginationdto",
"community": 46,
"community_name": "PaginationDto",
"norm_label": "paginationdto"
},
{
"label": "SortOrder",
"file_type": "code",
"source_file": "backend/src/common/dto/pagination.dto.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_dto_pagination_dto_sortorder",
"community": 46,
"community_name": "PaginationDto",
"norm_label": "sortorder"
},
{
"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": 48,
"community_name": "Home Data Module",
"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": 48,
"community_name": "Home Data Module",
"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": 48,
"community_name": "Home Data Module",
"norm_label": "homeservice"
},
{
"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": 5,
"community_name": "BannersService",
"norm_label": "bannerscontroller"
},
{
"label": "BannersService",
"file_type": "code",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_banners_banners_service_bannersservice",
"community": 5,
"community_name": "BannersService",
"norm_label": "bannersservice"
},
{
"label": "Order",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L39",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_orders_order",
"community": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "order"
},
{
"label": "OrderItem",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L25",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_orders_orderitem",
"community": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "orderitem"
},
{
"label": "UserRecord",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
"source_location": "L11",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_users_userrecord",
"community": 53,
"community_name": "UI Skeleton and Tables",
"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": 53,
"community_name": "UI Skeleton and Tables",
"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": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "useraddress"
},
{
"label": "SkeletonProps",
"file_type": "code",
"source_file": "frontend/application/components/Skeleton.tsx",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_skeleton_skeletonprops",
"community": 54,
"community_name": "components/Skeleton.tsx",
"norm_label": "skeletonprops"
},
{
"label": "DisplayVideoItem",
"file_type": "code",
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L57",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_vetgallery_displayvideoitem",
"community": 56,
"community_name": "VetGallery.tsx",
"norm_label": "displayvideoitem"
},
{
"label": "TestimonialItem",
"file_type": "code",
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_vetgallery_testimonialitem",
"community": 56,
"community_name": "VetGallery.tsx",
"norm_label": "testimonialitem"
},
{
"label": "Video",
"file_type": "code",
"source_file": "frontend/application/lib/services/videoService.ts",
"source_location": "L3",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_services_videoservice_video",
"community": 56,
"community_name": "VetGallery.tsx",
"norm_label": "video"
},
{
"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": 58,
"community_name": "Pet Management API",
"norm_label": "petscontroller"
},
{
"label": "BlogQuery",
"file_type": "code",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_blogs_service_blogquery",
"community": 59,
"community_name": "PrismaService",
"norm_label": "blogquery"
},
{
"label": "PetQuery",
"file_type": "code",
"source_file": "backend/src/admin/pets.service.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_admin_pets_service_petquery",
"community": 59,
"community_name": "PrismaService",
"norm_label": "petquery"
},
{
"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": 59,
"community_name": "PrismaService",
"norm_label": "wikiquery"
},
{
"label": "AdminLoginInput",
"file_type": "code",
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L24",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_auth_auth_service_adminlogininput",
"community": 59,
"community_name": "PrismaService",
"norm_label": "adminlogininput"
},
{
"label": "LoginInput",
"file_type": "code",
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L19",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_auth_auth_service_logininput",
"community": 59,
"community_name": "PrismaService",
"norm_label": "logininput"
},
{
"label": "RegisterInput",
"file_type": "code",
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L11",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_auth_auth_service_registerinput",
"community": 59,
"community_name": "PrismaService",
"norm_label": "registerinput"
},
{
"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": 59,
"community_name": "PrismaService",
"norm_label": "melipayamakpattern"
},
{
"label": "MeliPayamakResponse",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L44",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_melipayamakresponse",
"community": 59,
"community_name": "PrismaService",
"norm_label": "melipayamakresponse"
},
{
"label": "SendPatternSmsOptions",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_sendpatternsmsoptions",
"community": 59,
"community_name": "PrismaService",
"norm_label": "sendpatternsmsoptions"
},
{
"label": "SmsConfig",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L13",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsconfig",
"community": 59,
"community_name": "PrismaService",
"norm_label": "smsconfig"
},
{
"label": "SmsLogQuery",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L34",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smslogquery",
"community": 59,
"community_name": "PrismaService",
"norm_label": "smslogquery"
},
{
"label": "CreateContactSubmissionDto",
"file_type": "code",
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_contact_contact_service_createcontactsubmissiondto",
"community": 59,
"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": 59,
"community_name": "PrismaService",
"norm_label": "updatecontactinfoitemdto"
},
{
"label": "ClientMetadata",
"file_type": "code",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L13",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_payment_payment_service_clientmetadata",
"community": 59,
"community_name": "PrismaService",
"norm_label": "clientmetadata"
},
{
"label": "PrismaService",
"file_type": "code",
"source_file": "backend/src/prisma/prisma.service.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_prisma_prisma_service_prismaservice",
"community": 59,
"community_name": "PrismaService",
"norm_label": "prismaservice"
},
{
"label": "ScientificTermData",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_scientifictermdata",
"community": 59,
"community_name": "PrismaService",
"norm_label": "scientifictermdata"
},
{
"label": "UserAddressInput",
"file_type": "code",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_users_users_service_useraddressinput",
"community": 59,
"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": 59,
"community_name": "PrismaService",
"norm_label": "videoquery"
},
{
"label": "AuthController",
"file_type": "code",
"source_file": "backend/src/auth/auth.controller.ts",
"source_location": "L31",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_auth_auth_controller_authcontroller",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": "authcontroller"
},
{
"label": "AuthService",
"file_type": "code",
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L30",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_auth_auth_service_authservice",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": "authservice"
},
{
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"community_name": "auth.controller.ts",
"norm_label": "verifyotpdto"
},
{
"label": "WikiController",
"file_type": "code",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L18",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_wiki_wiki_controller_wikicontroller",
"community": 61,
"community_name": "WikiController",
"norm_label": "wikicontroller"
},
{
"label": "WikiModule",
"file_type": "code",
"source_file": "backend/src/wiki/wiki.module.ts",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_wiki_wiki_module_wikimodule",
"community": 61,
"community_name": "WikiController",
"norm_label": "wikimodule"
},
{
"label": "WikiService",
"file_type": "code",
"source_file": "backend/src/wiki/wiki.service.ts",
"source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_wiki_wiki_service_wikiservice",
"community": 61,
"community_name": "WikiController",
"norm_label": "wikiservice"
},
{
"label": "CategoryDist",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
"source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_dashboard_categorydist",
"community": 62,
"community_name": "api",
"norm_label": "categorydist"
},
{
"label": "DashboardData",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_dashboard_dashboarddata",
"community": 62,
"community_name": "api",
"norm_label": "dashboarddata"
},
{
"label": "Video",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
"source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_videos_video",
"community": 62,
"community_name": "api",
"norm_label": "video"
},
{
"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": 64,
"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": 64,
"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": 64,
"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": 64,
"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": 64,
"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": 64,
"community_name": "zibal.service.ts",
"norm_label": "paymentverifyresult"
},
{
"label": "ZibalInquiryResponse",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L30",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalinquiryresponse",
"community": 64,
"community_name": "zibal.service.ts",
"norm_label": "zibalinquiryresponse"
},
{
"label": "ZibalRequestResponse",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalrequestresponse",
"community": 64,
"community_name": "zibal.service.ts",
"norm_label": "zibalrequestresponse"
},
{
"label": "ZibalVerifyResponse",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L18",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalverifyresponse",
"community": 64,
"community_name": "zibal.service.ts",
"norm_label": "zibalverifyresponse"
},
{
"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": 66,
"community_name": "App Health Controller",
"norm_label": "appcontroller"
},
{
"label": "AppService",
"file_type": "code",
"source_file": "backend/src/app.service.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_app_service_appservice",
"community": 66,
"community_name": "App Health Controller",
"norm_label": "appservice"
},
{
"label": "CreateOrderDto",
"file_type": "code",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L24",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_orders_dto_create_order_dto_createorderdto",
"community": 68,
"community_name": "OrdersService",
"norm_label": "createorderdto"
},
{
"label": "OrderItemDto",
"file_type": "code",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_orders_dto_create_order_dto_orderitemdto",
"community": 68,
"community_name": "OrdersService",
"norm_label": "orderitemdto"
},
{
"label": "OrdersController",
"file_type": "code",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L54",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_orders_orders_controller_orderscontroller",
"community": 68,
"community_name": "OrdersService",
"norm_label": "orderscontroller"
},
{
"label": "ValidateCouponDto",
"file_type": "code",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L29",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_orders_orders_controller_validatecoupondto",
"community": 68,
"community_name": "OrdersService",
"norm_label": "validatecoupondto"
},
{
"label": "OrdersModule",
"file_type": "code",
"source_file": "backend/src/orders/orders.module.ts",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_orders_orders_module_ordersmodule",
"community": 68,
"community_name": "OrdersService",
"norm_label": "ordersmodule"
},
{
"label": "OrdersService",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L13",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_orders_orders_service_ordersservice",
"community": 68,
"community_name": "OrdersService",
"norm_label": "ordersservice"
},
{
"label": "BannersModule",
"file_type": "code",
"source_file": "backend/src/banners/banners.module.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_banners_banners_module_bannersmodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "bannersmodule"
},
{
"label": "CmsModule",
"file_type": "code",
"source_file": "backend/src/cms/cms.module.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_cms_cms_module_cmsmodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "cmsmodule"
},
{
"label": "SmsModule",
"file_type": "code",
"source_file": "backend/src/common/sms.module.ts",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_common_sms_module_smsmodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "smsmodule"
},
{
"label": "ContactModule",
"file_type": "code",
"source_file": "backend/src/contact/contact.module.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_contact_contact_module_contactmodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "contactmodule"
},
{
"label": "IngredientsModule",
"file_type": "code",
"source_file": "backend/src/ingredients/ingredients.module.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_module_ingredientsmodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "ingredientsmodule"
},
{
"label": "PaymentModule",
"file_type": "code",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_payment_payment_module_paymentmodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "paymentmodule"
},
{
"label": "PrescriptionsModule",
"file_type": "code",
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "prescriptionsmodule"
},
{
"label": "PrismaModule",
"file_type": "code",
"source_file": "backend/src/prisma/prisma.module.ts",
"source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_prisma_prisma_module_prismamodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "prismamodule"
},
{
"label": "SettingsModule",
"file_type": "code",
"source_file": "backend/src/settings/settings.module.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_settings_settings_module_settingsmodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "settingsmodule"
},
{
"label": "SmartAdvisorModule",
"file_type": "code",
"source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "smartadvisormodule"
},
{
"label": "TestimonialsModule",
"file_type": "code",
"source_file": "backend/src/testimonials/testimonials.module.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_module_testimonialsmodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "testimonialsmodule"
},
{
"label": "WholesaleModule",
"file_type": "code",
"source_file": "backend/src/wholesale/wholesale.module.ts",
"source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_module_wholesalemodule",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "wholesalemodule"
},
{
"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": 71,
"community_name": "Analytics and Report Charts",
"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": 71,
"community_name": "Analytics and Report Charts",
"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": 71,
"community_name": "Analytics and Report Charts",
"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": 71,
"community_name": "Analytics and Report Charts",
"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": 71,
"community_name": "Analytics and Report Charts",
"norm_label": "topcouponitem"
},
{
"label": "BlogsController",
"file_type": "code",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L18",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_blogscontroller",
"community": 74,
"community_name": "BlogsController",
"norm_label": "blogscontroller"
},
{
"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": 74,
"community_name": "BlogsController",
"norm_label": "blogsmodule"
},
{
"label": "BlogsService",
"file_type": "code",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_blogs_blogs_service_blogsservice",
"community": 74,
"community_name": "BlogsController",
"norm_label": "blogsservice"
},
{
"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": 75,
"community_name": "React Error Boundary",
"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": 75,
"community_name": "React Error Boundary",
"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": 75,
"community_name": "React Error Boundary",
"norm_label": "state"
},
{
"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": 8,
"community_name": "CreateVideoDto",
"norm_label": "createvideodto"
},
{
"label": "UpdateVideoDto",
"file_type": "code",
"source_file": "backend/src/videos/dto/create-video.dto.ts",
"source_location": "L56",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_videos_dto_create_video_dto_updatevideodto",
"community": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"community_name": "CreateVideoDto",
"norm_label": "videosservice"
},
{
"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": 86,
"community_name": "Pagination API Schemas",
"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": 86,
"community_name": "Pagination API Schemas",
"norm_label": "paginationmeta"
},
{
"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": 9,
"community_name": "ProductService",
"norm_label": "blogpost"
},
{
"label": "SafeImageProps",
"file_type": "code",
"source_file": "frontend/application/components/SafeImage.tsx",
"source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_components_safeimage_safeimageprops",
"community": 9,
"community_name": "ProductService",
"norm_label": "safeimageprops"
},
{
"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": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"norm_label": "specialist"
},
{
"label": "BackendProduct",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_backendproduct",
"community": 9,
"community_name": "ProductService",
"norm_label": "backendproduct"
},
{
"label": "ProductService",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L57",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_productservice",
"community": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"norm_label": "ingredient"
},
{
"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": 96,
"community_name": "Blog Management DTOs",
"norm_label": "createblogdto"
},
{
"label": "UpdateBlogDto",
"file_type": "code",
"source_file": "backend/src/blogs/dto/update-blog.dto.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_blogs_dto_update_blog_dto_updateblogdto",
"community": 96,
"community_name": "Blog Management DTOs",
"norm_label": "updateblogdto"
},
{
"label": "CreateHomeDto",
"file_type": "code",
"source_file": "backend/src/home/dto/create-home.dto.ts",
"source_location": "L1",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_home_dto_create_home_dto_createhomedto",
"community": 97,
"community_name": "Home Management DTOs",
"norm_label": "createhomedto"
},
{
"label": "UpdateHomeDto",
"file_type": "code",
"source_file": "backend/src/home/dto/update-home.dto.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_home_dto_update_home_dto_updatehomedto",
"community": 97,
"community_name": "Home Management DTOs",
"norm_label": "updatehomedto"
},
{
"label": "CreateWikiDto",
"file_type": "code",
"source_file": "backend/src/wiki/dto/create-wiki.dto.ts",
"source_location": "L1",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_wiki_dto_create_wiki_dto_createwikidto",
"community": 98,
"community_name": "Wiki Management DTOs",
"norm_label": "createwikidto"
},
{
"label": "UpdateWikiDto",
"file_type": "code",
"source_file": "backend/src/wiki/dto/update-wiki.dto.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"id": "backend_src_wiki_dto_update_wiki_dto_updatewikidto",
"community": 98,
"community_name": "Wiki Management DTOs",
"norm_label": "updatewikidto"
},
{
"label": ".adjustWallet()",
"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_adjustwallet",
"community": 0,
"community_name": "AdminService",
"norm_label": ".adjustwallet()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L27",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_constructor",
"community": 0,
"community_name": "AdminService",
"norm_label": ".constructor()"
},
{
"label": ".createCoupon()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L152",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_createcoupon",
"community": 0,
"community_name": "AdminService",
"norm_label": ".createcoupon()"
},
{
"label": ".createDoctor()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L190",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_createdoctor",
"community": 0,
"community_name": "AdminService",
"norm_label": ".createdoctor()"
},
{
"label": ".createProduct()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L93",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_createproduct",
"community": 0,
"community_name": "AdminService",
"norm_label": ".createproduct()"
},
{
"label": ".deleteCoupon()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L176",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_deletecoupon",
"community": 0,
"community_name": "AdminService",
"norm_label": ".deletecoupon()"
},
{
"label": ".deleteDoctor()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L223",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_deletedoctor",
"community": 0,
"community_name": "AdminService",
"norm_label": ".deletedoctor()"
},
{
"label": ".deleteProduct()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L110",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_deleteproduct",
"community": 0,
"community_name": "AdminService",
"norm_label": ".deleteproduct()"
},
{
"label": ".getCoupons()",
"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_getcoupons",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getcoupons()"
},
{
"label": ".getDashboardStats()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L31",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_getdashboardstats",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getdashboardstats()"
},
{
"label": ".getDoctors()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L183",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_getdoctors",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getdoctors()"
},
{
"label": ".getOrders()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L120",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_getorders",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getorders()"
},
{
"label": ".getProducts()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L86",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_getproducts",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getproducts()"
},
{
"label": ".getSettings()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L230",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_getsettings",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getsettings()"
},
{
"label": ".getUserDetails()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L48",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_getuserdetails",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getuserdetails()"
},
{
"label": ".getUsers()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L41",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_getusers",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getusers()"
},
{
"label": ".toggleCoupon()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L166",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_togglecoupon",
"community": 0,
"community_name": "AdminService",
"norm_label": ".togglecoupon()"
},
{
"label": ".updateCoupon()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L159",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_updatecoupon",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updatecoupon()"
},
{
"label": ".updateDoctor()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L206",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_updatedoctor",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updatedoctor()"
},
{
"label": ".updateOrderStatus()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L127",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_updateorderstatus",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updateorderstatus()"
},
{
"label": ".updateProduct()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L100",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_updateproduct",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updateproduct()"
},
{
"label": ".updateSettings()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L237",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_updatesettings",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updatesettings()"
},
{
"label": ".updateUserRole()",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L55",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_controller_admincontroller_updateuserrole",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updateuserrole()"
},
{
"label": ".adjustUserWallet()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L598",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_adjustuserwallet",
"community": 0,
"community_name": "AdminService",
"norm_label": ".adjustuserwallet()"
},
{
"label": ".createCoupon()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L424",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_createcoupon",
"community": 0,
"community_name": "AdminService",
"norm_label": ".createcoupon()"
},
{
"label": ".createDoctor()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L571",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_createdoctor",
"community": 0,
"community_name": "AdminService",
"norm_label": ".createdoctor()"
},
{
"label": ".createProduct()",
"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_createproduct",
"community": 0,
"community_name": "AdminService",
"norm_label": ".createproduct()"
},
{
"label": ".deleteCoupon()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L488",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_deletecoupon",
"community": 0,
"community_name": "AdminService",
"norm_label": ".deletecoupon()"
},
{
"label": ".deleteDoctor()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L594",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_deletedoctor",
"community": 0,
"community_name": "AdminService",
"norm_label": ".deletedoctor()"
},
{
"label": ".deleteProduct()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L323",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_deleteproduct",
"community": 0,
"community_name": "AdminService",
"norm_label": ".deleteproduct()"
},
{
"label": ".getCoupons()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L393",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_getcoupons",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getcoupons()"
},
{
"label": ".getDashboardStats()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L69",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_getdashboardstats",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getdashboardstats()"
},
{
"label": ".getDoctors()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L565",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_getdoctors",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getdoctors()"
},
{
"label": ".getOrders()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L329",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_getorders",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getorders()"
},
{
"label": ".getPets()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L515",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_getpets",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getpets()"
},
{
"label": ".getProducts()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L179",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_getproducts",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getproducts()"
},
{
"label": ".getSettings()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L494",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_getsettings",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getsettings()"
},
{
"label": ".getUserDetails()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L158",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_getuserdetails",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getuserdetails()"
},
{
"label": ".getUsers()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L113",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_getusers",
"community": 0,
"community_name": "AdminService",
"norm_label": ".getusers()"
},
{
"label": ".toggleCoupon()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L481",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_togglecoupon",
"community": 0,
"community_name": "AdminService",
"norm_label": ".togglecoupon()"
},
{
"label": ".updateCoupon()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L451",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_updatecoupon",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updatecoupon()"
},
{
"label": ".updateDoctor()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L581",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_updatedoctor",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updatedoctor()"
},
{
"label": ".updateOrderStatus()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L374",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_updateorderstatus",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updateorderstatus()"
},
{
"label": ".updateProduct()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L266",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_updateproduct",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updateproduct()"
},
{
"label": ".updateSettings()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L502",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_updatesettings",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updatesettings()"
},
{
"label": ".updateUserRole()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L172",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_updateuserrole",
"community": 0,
"community_name": "AdminService",
"norm_label": ".updateuserrole()"
},
{
"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": 0,
"community_name": "AdminService",
"norm_label": ".get()"
},
{
"label": ".addHealthLog()",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L247",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_controller_petscontroller_addhealthlog",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".addhealthlog()"
},
{
"label": ".addReminder()",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L221",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_controller_petscontroller_addreminder",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".addreminder()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L49",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_controller_petscontroller_constructor",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".constructor()"
},
{
"label": ".create()",
"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_create",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".create()"
},
{
"label": ".findAll()",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L117",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_controller_petscontroller_findall",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".findall()"
},
{
"label": ".findOne()",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L154",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_controller_petscontroller_findone",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".findone()"
},
{
"label": ".remove()",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L215",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_controller_petscontroller_remove",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".remove()"
},
{
"label": ".toggleReminder()",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L231",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_controller_petscontroller_togglereminder",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".togglereminder()"
},
{
"label": ".update()",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L185",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_controller_petscontroller_update",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".update()"
},
{
"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": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".addhealthlog()"
},
{
"label": ".addReminder()",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L198",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_service_petsservice_addreminder",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".addreminder()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L24",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_service_petsservice_constructor",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".constructor()"
},
{
"label": ".create()",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L26",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_service_petsservice_create",
"community": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".findone()"
},
{
"label": ".remove()",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L191",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_service_petsservice_remove",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".remove()"
},
{
"label": ".toggleReminder()",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L211",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_service_petsservice_togglereminder",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".togglereminder()"
},
{
"label": ".update()",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L161",
"_callable": true,
"_origin": "ast",
"id": "backend_src_pets_pets_service_petsservice_update",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": ".update()"
},
{
"label": "SmartAdvisor()",
"file_type": "code",
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L52",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_smartadvisor_smartadvisor",
"community": 10,
"community_name": "SmartAdvisor.tsx",
"norm_label": "smartadvisor()"
},
{
"label": "NetworkBanner()",
"file_type": "code",
"source_file": "frontend/application/components/NetworkBanner.tsx",
"source_location": "L7",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_networkbanner_networkbanner",
"community": 100,
"community_name": "Network Status Banner",
"norm_label": "networkbanner()"
},
{
"label": "useNetworkStatus()",
"file_type": "code",
"source_file": "frontend/application/lib/hooks/useNetworkStatus.ts",
"source_location": "L3",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus",
"community": 100,
"community_name": "Network Status Banner",
"norm_label": "usenetworkstatus()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L13",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_blogs_service_blogsservice_constructor",
"community": 103,
"community_name": "BlogsService",
"norm_label": ".constructor()"
},
{
"label": ".createBlog()",
"file_type": "code",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L46",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_blogs_service_blogsservice_createblog",
"community": 103,
"community_name": "BlogsService",
"norm_label": ".createblog()"
},
{
"label": ".deleteBlog()",
"file_type": "code",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L61",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_blogs_service_blogsservice_deleteblog",
"community": 103,
"community_name": "BlogsService",
"norm_label": ".deleteblog()"
},
{
"label": ".getBlogs()",
"file_type": "code",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L15",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_blogs_service_blogsservice_getblogs",
"community": 103,
"community_name": "BlogsService",
"norm_label": ".getblogs()"
},
{
"label": ".updateBlog()",
"file_type": "code",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L55",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_blogs_service_blogsservice_updateblog",
"community": 103,
"community_name": "BlogsService",
"norm_label": ".updateblog()"
},
{
"label": "main()",
"file_type": "code",
"source_file": "backend/prisma/seed-blogs.ts",
"source_location": "L5",
"_callable": true,
"_origin": "ast",
"id": "backend_prisma_seed_blogs_main",
"community": 106,
"community_name": "Blog Data Seeding",
"norm_label": "main()"
},
{
"label": "main()",
"file_type": "code",
"source_file": "backend/prisma/seed-custom.ts",
"source_location": "L7",
"_callable": true,
"_origin": "ast",
"id": "backend_prisma_seed_custom_main",
"community": 107,
"community_name": "Custom Data Seeding",
"norm_label": "main()"
},
{
"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": 117,
"community_name": "WikiService",
"norm_label": ".constructor()"
},
{
"label": ".createTerm()",
"file_type": "code",
"source_file": "backend/src/admin/wiki.service.ts",
"source_location": "L45",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_wiki_service_wikiservice_createterm",
"community": 117,
"community_name": "WikiService",
"norm_label": ".createterm()"
},
{
"label": ".deleteTerm()",
"file_type": "code",
"source_file": "backend/src/admin/wiki.service.ts",
"source_location": "L57",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_wiki_service_wikiservice_deleteterm",
"community": 117,
"community_name": "WikiService",
"norm_label": ".deleteterm()"
},
{
"label": ".getTerms()",
"file_type": "code",
"source_file": "backend/src/admin/wiki.service.ts",
"source_location": "L15",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_wiki_service_wikiservice_getterms",
"community": 117,
"community_name": "WikiService",
"norm_label": ".getterms()"
},
{
"label": ".updateTerm()",
"file_type": "code",
"source_file": "backend/src/admin/wiki.service.ts",
"source_location": "L49",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_wiki_service_wikiservice_updateterm",
"community": 117,
"community_name": "WikiService",
"norm_label": ".updateterm()"
},
{
"label": "Checkout()",
"file_type": "code",
"source_file": "frontend/application/app/checkout/page.tsx",
"source_location": "L3",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_checkout_page_checkout",
"community": 12,
"community_name": "toPersian",
"norm_label": "checkout()"
},
{
"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": 12,
"community_name": "toPersian",
"norm_label": "clientlayout()"
},
{
"label": "DashboardPage()",
"file_type": "code",
"source_file": "frontend/application/app/dashboard/page.tsx",
"source_location": "L3",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_dashboard_page_dashboardpage",
"community": 12,
"community_name": "toPersian",
"norm_label": "dashboardpage()"
},
{
"label": "generateMetadata()",
"file_type": "code",
"source_file": "frontend/application/app/layout.tsx",
"source_location": "L5",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_layout_generatemetadata",
"community": 12,
"community_name": "toPersian",
"norm_label": "generatemetadata()"
},
{
"label": "RootLayout()",
"file_type": "code",
"source_file": "frontend/application/app/layout.tsx",
"source_location": "L94",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_layout_rootlayout",
"community": 12,
"community_name": "toPersian",
"norm_label": "rootlayout()"
},
{
"label": "PaymentVerifyPage()",
"file_type": "code",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L276",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_payment_verify_page_paymentverifypage",
"community": 12,
"community_name": "toPersian",
"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": 12,
"community_name": "toPersian",
"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": 12,
"community_name": "toPersian",
"norm_label": "addressmodal()"
},
{
"label": "AuthModal()",
"file_type": "code",
"source_file": "frontend/application/components/AuthModal.tsx",
"source_location": "L15",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_authmodal_authmodal",
"community": 12,
"community_name": "toPersian",
"norm_label": "authmodal()"
},
{
"label": "B2BPortal()",
"file_type": "code",
"source_file": "frontend/application/components/B2BPortal.tsx",
"source_location": "L22",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_b2bportal_b2bportal",
"community": 12,
"community_name": "toPersian",
"norm_label": "b2bportal()"
},
{
"label": "BackButton()",
"file_type": "code",
"source_file": "frontend/application/components/BackButton.tsx",
"source_location": "L13",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_backbutton_backbutton",
"community": 12,
"community_name": "toPersian",
"norm_label": "backbutton()"
},
{
"label": "CartDrawer()",
"file_type": "code",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L14",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_cartdrawer_cartdrawer",
"community": 12,
"community_name": "toPersian",
"norm_label": "cartdrawer()"
},
{
"label": "CheckoutPage()",
"file_type": "code",
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L31",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_checkoutpage_checkoutpage",
"community": 12,
"community_name": "toPersian",
"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": 12,
"community_name": "toPersian",
"norm_label": "deleteconfirmmodal()"
},
{
"label": "HeaderButton()",
"file_type": "code",
"source_file": "frontend/application/components/HeaderButton.tsx",
"source_location": "L16",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_headerbutton_headerbutton",
"community": 12,
"community_name": "toPersian",
"norm_label": "headerbutton()"
},
{
"label": "LoginModal()",
"file_type": "code",
"source_file": "frontend/application/components/LoginModal.tsx",
"source_location": "L18",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_loginmodal_loginmodal",
"community": 12,
"community_name": "toPersian",
"norm_label": "loginmodal()"
},
{
"label": "MaintenancePage()",
"file_type": "code",
"source_file": "frontend/application/components/MaintenancePage.tsx",
"source_location": "L5",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_maintenancepage_maintenancepage",
"community": 12,
"community_name": "toPersian",
"norm_label": "maintenancepage()"
},
{
"label": "OrderDetailsModal()",
"file_type": "code",
"source_file": "frontend/application/components/OrderDetailsModal.tsx",
"source_location": "L24",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal",
"community": 12,
"community_name": "toPersian",
"norm_label": "orderdetailsmodal()"
},
{
"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": 12,
"community_name": "toPersian",
"norm_label": "searchableselect()"
},
{
"label": "TopUpModal()",
"file_type": "code",
"source_file": "frontend/application/components/TopUpModal.tsx",
"source_location": "L21",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_topupmodal_topupmodal",
"community": 12,
"community_name": "toPersian",
"norm_label": "topupmodal()"
},
{
"label": "UserDashboard()",
"file_type": "code",
"source_file": "frontend/application/components/UserDashboard.tsx",
"source_location": "L17",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_userdashboard_userdashboard",
"community": 12,
"community_name": "toPersian",
"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": 12,
"community_name": "toPersian",
"norm_label": "cn()"
},
{
"label": "toEnglishDigits()",
"file_type": "code",
"source_file": "frontend/application/lib/utils.ts",
"source_location": "L6",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_utils_toenglishdigits",
"community": 12,
"community_name": "toPersian",
"norm_label": "toenglishdigits()"
},
{
"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": 12,
"community_name": "toPersian",
"norm_label": "topersian()"
},
{
"label": ".getAdminTransactions()",
"file_type": "code",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L654",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_service_paymentservice_getadmintransactions",
"community": 120,
"community_name": "AdminTransactionFilterDto",
"norm_label": ".getadmintransactions()"
},
{
"label": "AboutPage()",
"file_type": "code",
"source_file": "frontend/application/app/about/page.tsx",
"source_location": "L20",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_about_page_aboutpage",
"community": 123,
"community_name": "About Page Component",
"norm_label": "aboutpage()"
},
{
"label": "PrivacyPage()",
"file_type": "code",
"source_file": "frontend/application/app/privacy/page.tsx",
"source_location": "L20",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_privacy_page_privacypage",
"community": 124,
"community_name": "Privacy Page Component",
"norm_label": "privacypage()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L38",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_constructor",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".constructor()"
},
{
"label": ".adminLiveInquiry()",
"file_type": "code",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L812",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_service_paymentservice_adminliveinquiry",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".adminliveinquiry()"
},
{
"label": ".checkGatewayHealth()",
"file_type": "code",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L856",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".checkgatewayhealth()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L22",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_service_paymentservice_constructor",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".constructor()"
},
{
"label": ".getAdminTransactionStats()",
"file_type": "code",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L765",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".getadmintransactionstats()"
},
{
"label": ".getTransaction()",
"file_type": "code",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L606",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_service_paymentservice_gettransaction",
"community": 13,
"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": 13,
"community_name": "ZibalService",
"norm_label": ".initiateorderpayment()"
},
{
"label": ".initiateWalletTopup()",
"file_type": "code",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L138",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_service_paymentservice_initiatewallettopup",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".initiatewallettopup()"
},
{
"label": ".reconcilePendingTransactions()",
"file_type": "code",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L524",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".reconcilependingtransactions()"
},
{
"label": ".verifyAndProcess()",
"file_type": "code",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L225",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_service_paymentservice_verifyandprocess",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".verifyandprocess()"
},
{
"label": ".callWithRetry()",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L56",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalservice_callwithretry",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".callwithretry()"
},
{
"label": ".checkHealth()",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L267",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalservice_checkhealth",
"community": 13,
"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": 13,
"community_name": "ZibalService",
"norm_label": ".constructor()"
},
{
"label": ".getFrontendUrl()",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L109",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalservice_getfrontendurl",
"community": 13,
"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": 13,
"community_name": "ZibalService",
"norm_label": ".getgatewayname()"
},
{
"label": ".getMerchant()",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L91",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalservice_getmerchant",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".getmerchant()"
},
{
"label": ".getResultMessage()",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L324",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalservice_getresultmessage",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".getresultmessage()"
},
{
"label": ".getStartUrl()",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L180",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalservice_getstarturl",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".getstarturl()"
},
{
"label": ".getStatusMessage()",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L347",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalservice_getstatusmessage",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".getstatusmessage()"
},
{
"label": ".inquiryPayment()",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L227",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalservice_inquirypayment",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".inquirypayment()"
},
{
"label": ".requestPayment()",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L129",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalservice_requestpayment",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".requestpayment()"
},
{
"label": ".verifyPayment()",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L187",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_zibal_service_zibalservice_verifypayment",
"community": 13,
"community_name": "ZibalService",
"norm_label": ".verifypayment()"
},
{
"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": 130,
"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": 130,
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": ".constructor()"
},
{
"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": 14,
"community_name": "ProductsService",
"norm_label": ".constructor()"
},
{
"label": ".findOne()",
"file_type": "code",
"source_file": "backend/src/products/products.controller.ts",
"source_location": "L72",
"_callable": true,
"_origin": "ast",
"id": "backend_src_products_products_controller_productscontroller_findone",
"community": 14,
"community_name": "ProductsService",
"norm_label": ".findone()"
},
{
"label": ".getActiveFilters()",
"file_type": "code",
"source_file": "backend/src/products/products.controller.ts",
"source_location": "L39",
"_callable": true,
"_origin": "ast",
"id": "backend_src_products_products_controller_productscontroller_getactivefilters",
"community": 14,
"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": 14,
"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": 14,
"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": 14,
"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": 14,
"community_name": "ProductsService",
"norm_label": ".constructor()"
},
{
"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": 14,
"community_name": "ProductsService",
"norm_label": ".findone()"
},
{
"label": ".getActiveFilters()",
"file_type": "code",
"source_file": "backend/src/products/products.service.ts",
"source_location": "L160",
"_callable": true,
"_origin": "ast",
"id": "backend_src_products_products_service_productsservice_getactivefilters",
"community": 14,
"community_name": "ProductsService",
"norm_label": ".getactivefilters()"
},
{
"label": ".getDosageConfig()",
"file_type": "code",
"source_file": "backend/src/products/products.service.ts",
"source_location": "L230",
"_callable": true,
"_origin": "ast",
"id": "backend_src_products_products_service_productsservice_getdosageconfig",
"community": 14,
"community_name": "ProductsService",
"norm_label": ".getdosageconfig()"
},
{
"label": ".getNavigationFilters()",
"file_type": "code",
"source_file": "backend/src/products/products.service.ts",
"source_location": "L195",
"_callable": true,
"_origin": "ast",
"id": "backend_src_products_products_service_productsservice_getnavigationfilters",
"community": 14,
"community_name": "ProductsService",
"norm_label": ".getnavigationfilters()"
},
{
"label": ".updateDosageConfig()",
"file_type": "code",
"source_file": "backend/src/products/products.service.ts",
"source_location": "L241",
"_callable": true,
"_origin": "ast",
"id": "backend_src_products_products_service_productsservice_updatedosageconfig",
"community": 14,
"community_name": "ProductsService",
"norm_label": ".updatedosageconfig()"
},
{
"label": "ContactPage()",
"file_type": "code",
"source_file": "frontend/application/app/contact/page.tsx",
"source_location": "L20",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_contact_page_contactpage",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "contactpage()"
},
{
"label": "ContactFormClient()",
"file_type": "code",
"source_file": "frontend/application/components/ContactFormClient.tsx",
"source_location": "L14",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_contactformclient_contactformclient",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "contactformclient()"
},
{
"label": "fetchContactInfo()",
"file_type": "code",
"source_file": "frontend/application/components/ContactFormClient.tsx",
"source_location": "L25",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "fetchcontactinfo()"
},
{
"label": "PrescriptionUploadModal()",
"file_type": "code",
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
"source_location": "L12",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "prescriptionuploadmodal()"
},
{
"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": 15,
"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": 15,
"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": 15,
"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": 15,
"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": 15,
"community_name": "lib/services/api.ts",
"norm_label": ".getuserorders()"
},
{
"label": "robots()",
"file_type": "code",
"source_file": "frontend/application/app/robots.ts",
"source_location": "L3",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_robots_robots",
"community": 151,
"community_name": "Search Engine Robots Config",
"norm_label": "robots()"
},
{
"label": "HomeClient()",
"file_type": "code",
"source_file": "frontend/application/app/HomeClient.tsx",
"source_location": "L20",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_homeclient_homeclient",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "homeclient()"
},
{
"label": "getHomeData()",
"file_type": "code",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L36",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_page_gethomedata",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "gethomedata()"
},
{
"label": "Home()",
"file_type": "code",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L55",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_page_home",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "home()"
},
{
"label": "generateMetadata()",
"file_type": "code",
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
"source_location": "L6",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_shop_slug_page_generatemetadata",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "generatemetadata()"
},
{
"label": "ShopProductPage()",
"file_type": "code",
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
"source_location": "L43",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_shop_slug_page_shopproductpage",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "shopproductpage()"
},
{
"label": "TrustSealsPage()",
"file_type": "code",
"source_file": "frontend/application/app/trust-seals/page.tsx",
"source_location": "L11",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_trust_seals_page_trustsealspage",
"community": 17,
"community_name": "useSettingsStore",
"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": 17,
"community_name": "useSettingsStore",
"norm_label": "enamadbadge()"
},
{
"label": "Footer()",
"file_type": "code",
"source_file": "frontend/application/components/Footer.tsx",
"source_location": "L10",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_footer_footer",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "footer()"
},
{
"label": "Hero()",
"file_type": "code",
"source_file": "frontend/application/components/Hero.tsx",
"source_location": "L41",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_hero_hero",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "hero()"
},
{
"label": "StatCounter()",
"file_type": "code",
"source_file": "frontend/application/components/Hero.tsx",
"source_location": "L9",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_hero_statcounter",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "statcounter()"
},
{
"label": "ProductPage()",
"file_type": "code",
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L71",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_productpage_productpage",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "productpage()"
},
{
"label": "TickerBanner()",
"file_type": "code",
"source_file": "frontend/application/components/TickerBanner.tsx",
"source_location": "L6",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_tickerbanner_tickerbanner",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "tickerbanner()"
},
{
"label": "Tooltip()",
"file_type": "code",
"source_file": "frontend/application/components/Tooltip.tsx",
"source_location": "L14",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_tooltip_tooltip",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "tooltip()"
},
{
"label": ".configure()",
"file_type": "code",
"source_file": "backend/src/app.module.ts",
"source_location": "L80",
"_callable": true,
"_origin": "ast",
"id": "backend_src_app_module_appmodule_configure",
"community": 18,
"community_name": "MetricsController",
"norm_label": ".configure()"
},
{
"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": 18,
"community_name": "MetricsController",
"norm_label": ".constructor()"
},
{
"label": ".getMetrics()",
"file_type": "code",
"source_file": "backend/src/common/metrics.controller.ts",
"source_location": "L18",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_metrics_controller_metricscontroller_getmetrics",
"community": 18,
"community_name": "MetricsController",
"norm_label": ".getmetrics()"
},
{
"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": 18,
"community_name": "MetricsController",
"norm_label": ".incrementrequestcount()"
},
{
"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": 18,
"community_name": "MetricsController",
"norm_label": ".incr()"
},
{
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"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": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": ".updateinquirystatus()"
},
{
"label": "Roles()",
"file_type": "code",
"source_file": "backend/src/common/decorators/roles.decorator.ts",
"source_location": "L4",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_decorators_roles_decorator_roles",
"community": 2,
"community_name": "Roles",
"norm_label": "roles()"
},
{
"label": ".addPattern()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L407",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_addpattern",
"community": 2,
"community_name": "Roles",
"norm_label": ".addpattern()"
},
{
"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": 2,
"community_name": "Roles",
"norm_label": ".clearallsmslogs()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L54",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_constructor",
"community": 2,
"community_name": "Roles",
"norm_label": ".constructor()"
},
{
"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": 2,
"community_name": "Roles",
"norm_label": ".deletesmslog()"
},
{
"label": ".editPattern()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L486",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_editpattern",
"community": 2,
"community_name": "Roles",
"norm_label": ".editpattern()"
},
{
"label": ".getPatterns()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L300",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_getpatterns",
"community": 2,
"community_name": "Roles",
"norm_label": ".getpatterns()"
},
{
"label": ".getSmsConfig()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L59",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"community": 2,
"community_name": "Roles",
"norm_label": ".getsmsconfig()"
},
{
"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": 2,
"community_name": "Roles",
"norm_label": ".getsmslogs()"
},
{
"label": ".parsePatternsXml()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L262",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_parsepatternsxml",
"community": 2,
"community_name": "Roles",
"norm_label": ".parsepatternsxml()"
},
{
"label": ".postAsmx()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L123",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_postasmx",
"community": 2,
"community_name": "Roles",
"norm_label": ".postasmx()"
},
{
"label": ".recordLog()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L159",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_recordlog",
"community": 2,
"community_name": "Roles",
"norm_label": ".recordlog()"
},
{
"label": ".saveLocalPattern()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L541",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_savelocalpattern",
"community": 2,
"community_name": "Roles",
"norm_label": ".savelocalpattern()"
},
{
"label": ".sendB2bNotification()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L909",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_sendb2bnotification",
"community": 2,
"community_name": "Roles",
"norm_label": ".sendb2bnotification()"
},
{
"label": ".sendOrderConfirmation()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L875",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation",
"community": 2,
"community_name": "Roles",
"norm_label": ".sendorderconfirmation()"
},
{
"label": ".sendOtp()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L862",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_sendotp",
"community": 2,
"community_name": "Roles",
"norm_label": ".sendotp()"
},
{
"label": ".sendPatternSms()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L609",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_sendpatternsms",
"community": 2,
"community_name": "Roles",
"norm_label": ".sendpatternsms()"
},
{
"label": ".sendPetCareReminder()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L925",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder",
"community": 2,
"community_name": "Roles",
"norm_label": ".sendpetcarereminder()"
},
{
"label": ".sendShippingNotification()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L892",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_sendshippingnotification",
"community": 2,
"community_name": "Roles",
"norm_label": ".sendshippingnotification()"
},
{
"label": ".sendSms()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L943",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_sendsms",
"community": 2,
"community_name": "Roles",
"norm_label": ".sendsms()"
},
{
"label": ".testSms()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L737",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_testsms",
"community": 2,
"community_name": "Roles",
"norm_label": ".testsms()"
},
{
"label": ".updateLocalPattern()",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L569",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_services_sms_service_smsservice_updatelocalpattern",
"community": 2,
"community_name": "Roles",
"norm_label": ".updatelocalpattern()"
},
{
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"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": 2,
"community_name": "Roles",
"norm_label": ".updatesubmissionstatus()"
},
{
"label": ".addPattern()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L180",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_addpattern",
"community": 2,
"community_name": "Roles",
"norm_label": ".addpattern()"
},
{
"label": ".clearAllSmsLogs()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L225",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs",
"community": 2,
"community_name": "Roles",
"norm_label": ".clearallsmslogs()"
},
{
"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": 2,
"community_name": "Roles",
"norm_label": ".constructor()"
},
{
"label": ".deleteScientificTerm()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L74",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm",
"community": 2,
"community_name": "Roles",
"norm_label": ".deletescientificterm()"
},
{
"label": ".deleteSmsLog()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L216",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_deletesmslog",
"community": 2,
"community_name": "Roles",
"norm_label": ".deletesmslog()"
},
{
"label": ".editPattern()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L195",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_editpattern",
"community": 2,
"community_name": "Roles",
"norm_label": ".editpattern()"
},
{
"label": ".getFinancialSettings()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L100",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings",
"community": 2,
"community_name": "Roles",
"norm_label": ".getfinancialsettings()"
},
{
"label": ".getPatterns()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L171",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_getpatterns",
"community": 2,
"community_name": "Roles",
"norm_label": ".getpatterns()"
},
{
"label": ".getScientificTerms()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L53",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_getscientificterms",
"community": 2,
"community_name": "Roles",
"norm_label": ".getscientificterms()"
},
{
"label": ".getSeoSettings()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L81",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_getseosettings",
"community": 2,
"community_name": "Roles",
"norm_label": ".getseosettings()"
},
{
"label": ".getSmsLogs()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L207",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_getsmslogs",
"community": 2,
"community_name": "Roles",
"norm_label": ".getsmslogs()"
},
{
"label": ".getSmsSettings()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L138",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_getsmssettings",
"community": 2,
"community_name": "Roles",
"norm_label": ".getsmssettings()"
},
{
"label": ".getSystemSettings()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L119",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings",
"community": 2,
"community_name": "Roles",
"norm_label": ".getsystemsettings()"
},
{
"label": ".getUiTexts()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L37",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_getuitexts",
"community": 2,
"community_name": "Roles",
"norm_label": ".getuitexts()"
},
{
"label": ".testSms()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L156",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_testsms",
"community": 2,
"community_name": "Roles",
"norm_label": ".testsms()"
},
{
"label": ".updateFinancialSettings()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L109",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings",
"community": 2,
"community_name": "Roles",
"norm_label": ".updatefinancialsettings()"
},
{
"label": ".updateSeoSettings()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L90",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_updateseosettings",
"community": 2,
"community_name": "Roles",
"norm_label": ".updateseosettings()"
},
{
"label": ".updateSmsSettings()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L147",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings",
"community": 2,
"community_name": "Roles",
"norm_label": ".updatesmssettings()"
},
{
"label": ".updateSystemSettings()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L128",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings",
"community": 2,
"community_name": "Roles",
"norm_label": ".updatesystemsettings()"
},
{
"label": ".updateUiText()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L47",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
"community": 2,
"community_name": "Roles",
"norm_label": ".updateuitext()"
},
{
"label": ".upsertScientificTerm()",
"file_type": "code",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L62",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
"community": 2,
"community_name": "Roles",
"norm_label": ".upsertscientificterm()"
},
{
"label": ".addPattern()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L111",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_addpattern",
"community": 2,
"community_name": "Roles",
"norm_label": ".addpattern()"
},
{
"label": ".clearAllSmsLogs()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L127",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_clearallsmslogs",
"community": 2,
"community_name": "Roles",
"norm_label": ".clearallsmslogs()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L14",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_constructor",
"community": 2,
"community_name": "Roles",
"norm_label": ".constructor()"
},
{
"label": ".deleteScientificTerm()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L68",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_deletescientificterm",
"community": 2,
"community_name": "Roles",
"norm_label": ".deletescientificterm()"
},
{
"label": ".deleteSmsLog()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L123",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_deletesmslog",
"community": 2,
"community_name": "Roles",
"norm_label": ".deletesmslog()"
},
{
"label": ".editPattern()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L115",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_editpattern",
"community": 2,
"community_name": "Roles",
"norm_label": ".editpattern()"
},
{
"label": ".getCategorySetting()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L74",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_getcategorysetting",
"community": 2,
"community_name": "Roles",
"norm_label": ".getcategorysetting()"
},
{
"label": ".getPatterns()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L107",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_getpatterns",
"community": 2,
"community_name": "Roles",
"norm_label": ".getpatterns()"
},
{
"label": ".getScientificTerms()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L43",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_getscientificterms",
"community": 2,
"community_name": "Roles",
"norm_label": ".getscientificterms()"
},
{
"label": ".getSmsLogs()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L119",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_getsmslogs",
"community": 2,
"community_name": "Roles",
"norm_label": ".getsmslogs()"
},
{
"label": ".getSmsSettings()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L90",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_getsmssettings",
"community": 2,
"community_name": "Roles",
"norm_label": ".getsmssettings()"
},
{
"label": ".getUiTexts()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L19",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_getuitexts",
"community": 2,
"community_name": "Roles",
"norm_label": ".getuitexts()"
},
{
"label": ".testSms()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L103",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_testsms",
"community": 2,
"community_name": "Roles",
"norm_label": ".testsms()"
},
{
"label": ".updateCategorySetting()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L81",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_updatecategorysetting",
"community": 2,
"community_name": "Roles",
"norm_label": ".updatecategorysetting()"
},
{
"label": ".updateSmsSettings()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L94",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_updatesmssettings",
"community": 2,
"community_name": "Roles",
"norm_label": ".updatesmssettings()"
},
{
"label": ".updateUiText()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L35",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_updateuitext",
"community": 2,
"community_name": "Roles",
"norm_label": ".updateuitext()"
},
{
"label": ".upsertScientificTerm()",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L47",
"_callable": true,
"_origin": "ast",
"id": "backend_src_settings_settings_service_settingsservice_upsertscientificterm",
"community": 2,
"community_name": "Roles",
"norm_label": ".upsertscientificterm()"
},
{
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"community_name": "CategoriesController",
"norm_label": ".updatecategory()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L38",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authservice_constructor",
"community": 207,
"community_name": "AuthService",
"norm_label": ".constructor()"
},
{
"label": ".getInstance()",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L40",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authservice_getinstance",
"community": 207,
"community_name": "AuthService",
"norm_label": ".getinstance()"
},
{
"label": ".getProfile()",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L118",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authservice_getprofile",
"community": 207,
"community_name": "AuthService",
"norm_label": ".getprofile()"
},
{
"label": ".login()",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L100",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authservice_login",
"community": 207,
"community_name": "AuthService",
"norm_label": ".login()"
},
{
"label": ".logout()",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L149",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authservice_logout",
"community": 207,
"community_name": "AuthService",
"norm_label": ".logout()"
},
{
"label": ".register()",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L82",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authservice_register",
"community": 207,
"community_name": "AuthService",
"norm_label": ".register()"
},
{
"label": ".sendOtp()",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L50",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authservice_sendotp",
"community": 207,
"community_name": "AuthService",
"norm_label": ".sendotp()"
},
{
"label": ".updateProfile()",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L135",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authservice_updateprofile",
"community": 207,
"community_name": "AuthService",
"norm_label": ".updateprofile()"
},
{
"label": ".verifyOtp()",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L64",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_authservice_authservice_verifyotp",
"community": 207,
"community_name": "AuthService",
"norm_label": ".verifyotp()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L64",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_admin_service_adminservice_constructor",
"community": 21,
"community_name": "RedisService",
"norm_label": ".constructor()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L31",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_service_authservice_constructor",
"community": 21,
"community_name": "RedisService",
"norm_label": ".constructor()"
},
{
"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": 21,
"community_name": "RedisService",
"norm_label": ".onmoduledestroy()"
},
{
"label": ".onModuleInit()",
"file_type": "code",
"source_file": "backend/src/redis/redis.service.ts",
"source_location": "L8",
"_callable": true,
"_origin": "ast",
"id": "backend_src_redis_redis_service_redisservice_onmoduleinit",
"community": 21,
"community_name": "RedisService",
"norm_label": ".onmoduleinit()"
},
{
"label": ".set()",
"file_type": "code",
"source_file": "backend/src/redis/redis.service.ts",
"source_location": "L19",
"_callable": true,
"_origin": "ast",
"id": "backend_src_redis_redis_service_redisservice_set",
"community": 21,
"community_name": "RedisService",
"norm_label": ".set()"
},
{
"label": ".findAll()",
"file_type": "code",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L24",
"_callable": true,
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_blogscontroller_findall",
"community": 214,
"community_name": ".findAll",
"norm_label": ".findall()"
},
{
"label": ".findOne()",
"file_type": "code",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L32",
"_callable": true,
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_blogscontroller_findone",
"community": 214,
"community_name": ".findAll",
"norm_label": ".findone()"
},
{
"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": 22,
"community_name": "MediaController",
"norm_label": ".constructor()"
},
{
"label": ".deleteMedia()",
"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_deletemedia",
"community": 22,
"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": 22,
"community_name": "MediaController",
"norm_label": ".getallmedia()"
},
{
"label": ".updateMedia()",
"file_type": "code",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L55",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_media_controller_mediacontroller_updatemedia",
"community": 22,
"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": 22,
"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": 22,
"community_name": "MediaController",
"norm_label": ".constructor()"
},
{
"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": 22,
"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": 22,
"community_name": "MediaController",
"norm_label": ".getallmedia()"
},
{
"label": ".updateMedia()",
"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_updatemedia",
"community": 22,
"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": 22,
"community_name": "MediaController",
"norm_label": ".uploadfile()"
},
{
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 23,
"community_name": "Ingredient Management Controller",
"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": 24,
"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": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "suspensefallback()"
},
{
"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": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "contactsubmissions()"
},
{
"label": "UITexts()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L87",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_uitexts_uitexts",
"community": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "uitexts()"
},
{
"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": 25,
"community_name": "admin.module.ts",
"norm_label": ".constructor()"
},
{
"label": ".deletePet()",
"file_type": "code",
"source_file": "backend/src/admin/pets.service.ts",
"source_location": "L55",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_pets_service_petsservice_deletepet",
"community": 25,
"community_name": "admin.module.ts",
"norm_label": ".deletepet()"
},
{
"label": ".getPets()",
"file_type": "code",
"source_file": "backend/src/admin/pets.service.ts",
"source_location": "L15",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_pets_service_petsservice_getpets",
"community": 25,
"community_name": "admin.module.ts",
"norm_label": ".getpets()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/admin/reports.controller.ts",
"source_location": "L10",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_reports_controller_reportscontroller_constructor",
"community": 25,
"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": 25,
"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": 25,
"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": 25,
"community_name": "admin.module.ts",
"norm_label": ".getdashboardreports()"
},
{
"label": "ConfirmModal()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
"source_location": "L14",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "confirmmodal()"
},
{
"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": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "cms()"
},
{
"label": "MediaManager()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
"source_location": "L22",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_media_mediamanager",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "mediamanager()"
},
{
"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": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "wholesaleapplications()"
},
{
"label": "Wiki()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L26",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_wiki_wiki",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "wiki()"
},
{
"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": 27,
"community_name": "Prescription Review Controller",
"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": 27,
"community_name": "Prescription Review Controller",
"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": 27,
"community_name": "Prescription Review Controller",
"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": 27,
"community_name": "Prescription Review Controller",
"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": 27,
"community_name": "Prescription Review Controller",
"norm_label": ".review()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
"source_location": "L10",
"_callable": true,
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": ".constructor()"
},
{
"label": ".create()",
"file_type": "code",
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
"source_location": "L12",
"_callable": true,
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": ".create()"
},
{
"label": ".findAll()",
"file_type": "code",
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
"source_location": "L84",
"_callable": true,
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": ".findall()"
},
{
"label": ".findOne()",
"file_type": "code",
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
"source_location": "L98",
"_callable": true,
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": ".findone()"
},
{
"label": ".review()",
"file_type": "code",
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
"source_location": "L115",
"_callable": true,
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review",
"community": 27,
"community_name": "Prescription Review Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"norm_label": ".update()"
},
{
"label": ".findAll()",
"file_type": "code",
"source_file": "backend/src/products/products.controller.ts",
"source_location": "L31",
"_callable": true,
"_origin": "ast",
"id": "backend_src_products_products_controller_productscontroller_findall",
"community": 286,
"community_name": "GetProductsDto",
"norm_label": ".findall()"
},
{
"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": 286,
"community_name": "GetProductsDto",
"norm_label": ".findall()"
},
{
"label": "CouponModal()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L258",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_coupons_couponmodal",
"community": 287,
"community_name": "Coupons.tsx",
"norm_label": "couponmodal()"
},
{
"label": "Coupons()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L42",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_coupons_coupons",
"community": 287,
"community_name": "Coupons.tsx",
"norm_label": "coupons()"
},
{
"label": "SmsSettingsPage()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx",
"source_location": "L83",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage",
"community": 288,
"community_name": "SmsSettingsPage.tsx",
"norm_label": "smssettingspage()"
},
{
"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": 29,
"community_name": "Testimonials Management Controller",
"norm_label": ".constructor()"
},
{
"label": ".create()",
"file_type": "code",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L34",
"_callable": true,
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
"community": 29,
"community_name": "Testimonials Management Controller",
"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": 29,
"community_name": "Testimonials Management Controller",
"norm_label": ".findall()"
},
{
"label": ".remove()",
"file_type": "code",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L52",
"_callable": true,
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": ".remove()"
},
{
"label": ".update()",
"file_type": "code",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L43",
"_callable": true,
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
"community": 29,
"community_name": "Testimonials Management Controller",
"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": 29,
"community_name": "Testimonials Management Controller",
"norm_label": ".constructor()"
},
{
"label": ".create()",
"file_type": "code",
"source_file": "backend/src/testimonials/testimonials.service.ts",
"source_location": "L15",
"_callable": true,
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_create",
"community": 29,
"community_name": "Testimonials Management Controller",
"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": 29,
"community_name": "Testimonials Management Controller",
"norm_label": ".findall()"
},
{
"label": ".remove()",
"file_type": "code",
"source_file": "backend/src/testimonials/testimonials.service.ts",
"source_location": "L32",
"_callable": true,
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_remove",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": ".remove()"
},
{
"label": ".update()",
"file_type": "code",
"source_file": "backend/src/testimonials/testimonials.service.ts",
"source_location": "L21",
"_callable": true,
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_update",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": ".update()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/auth/jwt.strategy.ts",
"source_location": "L15",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_jwt_strategy_jwtstrategy_constructor",
"community": 3,
"community_name": "UsersService",
"norm_label": ".constructor()"
},
{
"label": ".validate()",
"file_type": "code",
"source_file": "backend/src/auth/jwt.strategy.ts",
"source_location": "L23",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_jwt_strategy_jwtstrategy_validate",
"community": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"community_name": "UsersService",
"norm_label": ".updateprofile()"
},
{
"label": ".addAddress()",
"file_type": "code",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L71",
"_callable": true,
"_origin": "ast",
"id": "backend_src_users_users_service_usersservice_addaddress",
"community": 3,
"community_name": "UsersService",
"norm_label": ".addaddress()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L18",
"_callable": true,
"_origin": "ast",
"id": "backend_src_users_users_service_usersservice_constructor",
"community": 3,
"community_name": "UsersService",
"norm_label": ".constructor()"
},
{
"label": ".deleteAddress()",
"file_type": "code",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L119",
"_callable": true,
"_origin": "ast",
"id": "backend_src_users_users_service_usersservice_deleteaddress",
"community": 3,
"community_name": "UsersService",
"norm_label": ".deleteaddress()"
},
{
"label": ".findById()",
"file_type": "code",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L20",
"_callable": true,
"_origin": "ast",
"id": "backend_src_users_users_service_usersservice_findbyid",
"community": 3,
"community_name": "UsersService",
"norm_label": ".findbyid()"
},
{
"label": ".findByPhone()",
"file_type": "code",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L160",
"_callable": true,
"_origin": "ast",
"id": "backend_src_users_users_service_usersservice_findbyphone",
"community": 3,
"community_name": "UsersService",
"norm_label": ".findbyphone()"
},
{
"label": ".setDefaultAddress()",
"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_setdefaultaddress",
"community": 3,
"community_name": "UsersService",
"norm_label": ".setdefaultaddress()"
},
{
"label": ".topUpWallet()",
"file_type": "code",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L136",
"_callable": true,
"_origin": "ast",
"id": "backend_src_users_users_service_usersservice_topupwallet",
"community": 3,
"community_name": "UsersService",
"norm_label": ".topupwallet()"
},
{
"label": ".update()",
"file_type": "code",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L52",
"_callable": true,
"_origin": "ast",
"id": "backend_src_users_users_service_usersservice_update",
"community": 3,
"community_name": "UsersService",
"norm_label": ".update()"
},
{
"label": ".updateAddress()",
"file_type": "code",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L93",
"_callable": true,
"_origin": "ast",
"id": "backend_src_users_users_service_usersservice_updateaddress",
"community": 3,
"community_name": "UsersService",
"norm_label": ".updateaddress()"
},
{
"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": 30,
"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",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_components_protectedroute_protectedroute",
"community": 30,
"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": "L66",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_components_sidebar_sidebar",
"community": 30,
"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": "L28",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_components_topbar_topbar",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "topbar()"
},
{
"label": "Login()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
"source_location": "L9",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_login_login",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "login()"
},
{
"label": "processQueue()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/services/api.ts",
"source_location": "L37",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_services_api_processqueue",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "processqueue()"
},
{
"label": "MediaSelector()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L24",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "mediaselector()"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "spinner()"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "bannersmanager()"
},
{
"label": "Blogs()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L27",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_blogs_blogs",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "blogs()"
},
{
"label": "Categories()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L22",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_categories_categories",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "categories()"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "ingredientsmanager()"
},
{
"label": "PrescriptionsManager()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
"source_location": "L8",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "prescriptionsmanager()"
},
{
"label": "SeoSettingsPage()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
"source_location": "L9",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "seosettingspage()"
},
{
"label": "Settings()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
"source_location": "L8",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_settings_settings",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "settings()"
},
{
"label": "TestimonialsManager()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
"source_location": "L10",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "testimonialsmanager()"
},
{
"label": "SuccessPage()",
"file_type": "code",
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
"source_location": "L3",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_checkout_success_id_page_successpage",
"community": 32,
"community_name": "useCartStore",
"norm_label": "successpage()"
},
{
"label": "ProfilePage()",
"file_type": "code",
"source_file": "frontend/application/app/profile/page.tsx",
"source_location": "L3",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_profile_page_profilepage",
"community": 32,
"community_name": "useCartStore",
"norm_label": "profilepage()"
},
{
"label": "SearchPage()",
"file_type": "code",
"source_file": "frontend/application/app/search/page.tsx",
"source_location": "L9",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_search_page_searchpage",
"community": 32,
"community_name": "useCartStore",
"norm_label": "searchpage()"
},
{
"label": "TrackPage()",
"file_type": "code",
"source_file": "frontend/application/app/track/page.tsx",
"source_location": "L3",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_track_page_trackpage",
"community": 32,
"community_name": "useCartStore",
"norm_label": "trackpage()"
},
{
"label": "ArchiveProductCard()",
"file_type": "code",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L72",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_archivepage_archiveproductcard",
"community": 32,
"community_name": "useCartStore",
"norm_label": "archiveproductcard()"
},
{
"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": 32,
"community_name": "useCartStore",
"norm_label": "productcard()"
},
{
"label": "Header()",
"file_type": "code",
"source_file": "frontend/application/components/Header.tsx",
"source_location": "L27",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_header_header",
"community": 32,
"community_name": "useCartStore",
"norm_label": "header()"
},
{
"label": "handleClickOutside()",
"file_type": "code",
"source_file": "frontend/application/components/Header.tsx",
"source_location": "L109",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_header_header_handleclickoutside",
"community": 32,
"community_name": "useCartStore",
"norm_label": "handleclickoutside()"
},
{
"label": "OrderSuccess()",
"file_type": "code",
"source_file": "frontend/application/components/OrderSuccess.tsx",
"source_location": "L17",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_ordersuccess_ordersuccess",
"community": 32,
"community_name": "useCartStore",
"norm_label": "ordersuccess()"
},
{
"label": "OrderTracking()",
"file_type": "code",
"source_file": "frontend/application/components/OrderTracking.tsx",
"source_location": "L18",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_ordertracking_ordertracking",
"community": 32,
"community_name": "useCartStore",
"norm_label": "ordertracking()"
},
{
"label": "PetProfile()",
"file_type": "code",
"source_file": "frontend/application/components/PetProfile.tsx",
"source_location": "L39",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_petprofile_petprofile",
"community": 32,
"community_name": "useCartStore",
"norm_label": "petprofile()"
},
{
"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": 32,
"community_name": "useCartStore",
"norm_label": "searchresultspage()"
},
{
"label": ".getAdminStats()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L193",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_getadminstats",
"community": 33,
"community_name": "PaymentController",
"norm_label": ".getadminstats()"
},
{
"label": ".getAdminTransactions()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L184",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions",
"community": 33,
"community_name": "PaymentController",
"norm_label": ".getadmintransactions()"
},
{
"label": ".getHealth()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L220",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_gethealth",
"community": 33,
"community_name": "PaymentController",
"norm_label": ".gethealth()"
},
{
"label": ".getTransactionStatus()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L173",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus",
"community": 33,
"community_name": "PaymentController",
"norm_label": ".gettransactionstatus()"
},
{
"label": ".handleZibalCallback()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L92",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback",
"community": 33,
"community_name": "PaymentController",
"norm_label": ".handlezibalcallback()"
},
{
"label": ".handleZibalLazyCallback()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L143",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback",
"community": 33,
"community_name": "PaymentController",
"norm_label": ".handleziballazycallback()"
},
{
"label": ".initiateOrderPayment()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L53",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment",
"community": 33,
"community_name": "PaymentController",
"norm_label": ".initiateorderpayment()"
},
{
"label": ".initiateWalletTopup()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L74",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup",
"community": 33,
"community_name": "PaymentController",
"norm_label": ".initiatewallettopup()"
},
{
"label": ".liveInquiry()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L211",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry",
"community": 33,
"community_name": "PaymentController",
"norm_label": ".liveinquiry()"
},
{
"label": ".reconcilePending()",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L202",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending",
"community": 33,
"community_name": "PaymentController",
"norm_label": ".reconcilepending()"
},
{
"label": "generateOpenApi()",
"file_type": "code",
"source_file": "backend/scripts/generate-openapi.ts",
"source_location": "L8",
"_callable": true,
"_origin": "ast",
"id": "backend_scripts_generate_openapi_generateopenapi",
"community": 34,
"community_name": "main.ts",
"norm_label": "generateopenapi()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/app.module.ts",
"source_location": "L78",
"_callable": true,
"_origin": "ast",
"id": "backend_src_app_module_appmodule_constructor",
"community": 34,
"community_name": "main.ts",
"norm_label": ".constructor()"
},
{
"label": ".catch()",
"file_type": "code",
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L16",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch",
"community": 34,
"community_name": "main.ts",
"norm_label": ".catch()"
},
{
"label": ".deriveErrorCode()",
"file_type": "code",
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L114",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode",
"community": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"norm_label": ".transform()"
},
{
"label": "bootstrap()",
"file_type": "code",
"source_file": "backend/src/main.ts",
"source_location": "L12",
"_callable": true,
"_origin": "ast",
"id": "backend_src_main_bootstrap",
"community": 34,
"community_name": "main.ts",
"norm_label": "bootstrap()"
},
{
"label": "B2BManager()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
"source_location": "L8",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager",
"community": 35,
"community_name": "admin.ts",
"norm_label": "b2bmanager()"
},
{
"label": "FinancialSettingsPage()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
"source_location": "L8",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage",
"community": 35,
"community_name": "admin.ts",
"norm_label": "financialsettingspage()"
},
{
"label": "SmartAdvisorManager()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
"source_location": "L9",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager",
"community": 35,
"community_name": "admin.ts",
"norm_label": "smartadvisormanager()"
},
{
"label": "SystemSettingsPage()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
"source_location": "L8",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage",
"community": 35,
"community_name": "admin.ts",
"norm_label": "systemsettingspage()"
},
{
"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": 38,
"community_name": "Products.tsx",
"norm_label": "pagination()"
},
{
"label": "Pets()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
"source_location": "L31",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_pets_pets",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "pets()"
},
{
"label": "Products()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
"source_location": "L51",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_products_products",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "products()"
},
{
"label": "Transactions()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L89",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_transactions_transactions",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "transactions()"
},
{
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 41,
"community_name": "Admin Blog Controller",
"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": 41,
"community_name": "Admin Blog Controller",
"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": 41,
"community_name": "Admin Blog Controller",
"norm_label": ".deleteblog()"
},
{
"label": ".getBlogs()",
"file_type": "code",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L37",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": ".getblogs()"
},
{
"label": ".updateBlog()",
"file_type": "code",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L53",
"_callable": true,
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": ".updateblog()"
},
{
"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": 42,
"community_name": "WholesaleService",
"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": 42,
"community_name": "WholesaleService",
"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": 42,
"community_name": "WholesaleService",
"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": 42,
"community_name": "WholesaleService",
"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": 42,
"community_name": "WholesaleService",
"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": 42,
"community_name": "WholesaleService",
"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": 42,
"community_name": "WholesaleService",
"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": 42,
"community_name": "WholesaleService",
"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": 42,
"community_name": "WholesaleService",
"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": 42,
"community_name": "WholesaleService",
"norm_label": ".rejectwholesalerequest()"
},
{
"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": 44,
"community_name": "Generic CRUD Controller",
"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": 44,
"community_name": "Generic CRUD Controller",
"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": 44,
"community_name": "Generic CRUD Controller",
"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": 44,
"community_name": "Generic CRUD Controller",
"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": 44,
"community_name": "Generic CRUD Controller",
"norm_label": ".updateterm()"
},
{
"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": 45,
"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": 45,
"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": 45,
"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": 45,
"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": 45,
"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": 45,
"community_name": "seo.module.ts",
"norm_label": ".getsitemapurls()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L17",
"_callable": true,
"_origin": "ast",
"id": "backend_src_home_home_controller_homecontroller_constructor",
"community": 48,
"community_name": "Home Data Module",
"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": 48,
"community_name": "Home Data Module",
"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": 48,
"community_name": "Home Data Module",
"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": 48,
"community_name": "Home Data Module",
"norm_label": ".gethomedata()"
},
{
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"community_name": "BannersService",
"norm_label": ".update()"
},
{
"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": 50,
"community_name": "Database Seeding Logic",
"norm_label": "main()"
},
{
"label": "main()",
"file_type": "code",
"source_file": "backend/prisma/seed.ts",
"source_location": "L10",
"_callable": true,
"_origin": "ast",
"id": "backend_prisma_seed_main",
"community": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"norm_label": "slugify()"
},
{
"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": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "skeleton()"
},
{
"label": "Orders()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L75",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_orders_orders",
"community": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "orders()"
},
{
"label": "toPersianDigits()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L69",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_orders_topersiandigits",
"community": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "topersiandigits()"
},
{
"label": "Users()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
"source_location": "L25",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_users_users",
"community": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "users()"
},
{
"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": 54,
"community_name": "components/Skeleton.tsx",
"norm_label": "globalloading()"
},
{
"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": 54,
"community_name": "components/Skeleton.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": 54,
"community_name": "components/Skeleton.tsx",
"norm_label": "petprofileskeleton()"
},
{
"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": 54,
"community_name": "components/Skeleton.tsx",
"norm_label": "skeleton()"
},
{
"label": "Videos()",
"file_type": "code",
"source_file": "frontend/application/app/videos/page.tsx",
"source_location": "L3",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_videos_page_videos",
"community": 56,
"community_name": "VetGallery.tsx",
"norm_label": "videos()"
},
{
"label": "VetGallery()",
"file_type": "code",
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L70",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_vetgallery_vetgallery",
"community": 56,
"community_name": "VetGallery.tsx",
"norm_label": "vetgallery()"
},
{
"label": "VideosPage()",
"file_type": "code",
"source_file": "frontend/application/components/VideosPage.tsx",
"source_location": "L59",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_videospage_videospage",
"community": 56,
"community_name": "VetGallery.tsx",
"norm_label": "videospage()"
},
{
"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": 58,
"community_name": "Pet Management API",
"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": 58,
"community_name": "Pet Management API",
"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": 58,
"community_name": "Pet Management API",
"norm_label": ".getpets()"
},
{
"label": ".onModuleDestroy()",
"file_type": "code",
"source_file": "backend/src/prisma/prisma.service.ts",
"source_location": "L13",
"_callable": true,
"_origin": "ast",
"id": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy",
"community": 59,
"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": 59,
"community_name": "PrismaService",
"norm_label": ".onmoduleinit()"
},
{
"label": ".adminLogin()",
"file_type": "code",
"source_file": "backend/src/auth/auth.controller.ts",
"source_location": "L129",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_controller_authcontroller_adminlogin",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".adminlogin()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/auth/auth.controller.ts",
"source_location": "L32",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_controller_authcontroller_constructor",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".constructor()"
},
{
"label": ".login()",
"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_login",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".login()"
},
{
"label": ".register()",
"file_type": "code",
"source_file": "backend/src/auth/auth.controller.ts",
"source_location": "L111",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_controller_authcontroller_register",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".register()"
},
{
"label": ".sendOtp()",
"file_type": "code",
"source_file": "backend/src/auth/auth.controller.ts",
"source_location": "L59",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_controller_authcontroller_sendotp",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".sendotp()"
},
{
"label": ".verifyOtp()",
"file_type": "code",
"source_file": "backend/src/auth/auth.controller.ts",
"source_location": "L100",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_controller_authcontroller_verifyotp",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".verifyotp()"
},
{
"label": ".adminLogin()",
"file_type": "code",
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L193",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_service_authservice_adminlogin",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".adminlogin()"
},
{
"label": ".login()",
"file_type": "code",
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L153",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_service_authservice_login",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".login()"
},
{
"label": ".register()",
"file_type": "code",
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L104",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_service_authservice_register",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".register()"
},
{
"label": ".sendOtp()",
"file_type": "code",
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L38",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_service_authservice_sendotp",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".sendotp()"
},
{
"label": ".verifyOtp()",
"file_type": "code",
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L64",
"_callable": true,
"_origin": "ast",
"id": "backend_src_auth_auth_service_authservice_verifyotp",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": ".verifyotp()"
},
{
"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": 6,
"community_name": "auth.controller.ts",
"norm_label": ".del()"
},
{
"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": 61,
"community_name": "WikiController",
"norm_label": ".constructor()"
},
{
"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": 61,
"community_name": "WikiController",
"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": 61,
"community_name": "WikiController",
"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": 61,
"community_name": "WikiController",
"norm_label": ".findonebykey()"
},
{
"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": 62,
"community_name": "api",
"norm_label": "dashboard()"
},
{
"label": "fetchVideosList()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
"source_location": "L455",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_videos_fetchvideoslist",
"community": 62,
"community_name": "api",
"norm_label": "fetchvideoslist()"
},
{
"label": "Videos()",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
"source_location": "L20",
"_callable": true,
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_videos_videos",
"community": 62,
"community_name": "api",
"norm_label": "videos()"
},
{
"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": 64,
"community_name": "zibal.service.ts",
"norm_label": ".checkhealth()"
},
{
"label": ".getGatewayName()",
"file_type": "code",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L49",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname",
"community": 64,
"community_name": "zibal.service.ts",
"norm_label": ".getgatewayname()"
},
{
"label": ".getStartUrl()",
"file_type": "code",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L53",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl",
"community": 64,
"community_name": "zibal.service.ts",
"norm_label": ".getstarturl()"
},
{
"label": ".inquiryPayment()",
"file_type": "code",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L52",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment",
"community": 64,
"community_name": "zibal.service.ts",
"norm_label": ".inquirypayment()"
},
{
"label": ".requestPayment()",
"file_type": "code",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L50",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment",
"community": 64,
"community_name": "zibal.service.ts",
"norm_label": ".requestpayment()"
},
{
"label": ".verifyPayment()",
"file_type": "code",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L51",
"_callable": true,
"_origin": "ast",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment",
"community": 64,
"community_name": "zibal.service.ts",
"norm_label": ".verifypayment()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/app.controller.ts",
"source_location": "L6",
"_callable": true,
"_origin": "ast",
"id": "backend_src_app_controller_appcontroller_constructor",
"community": 66,
"community_name": "App Health Controller",
"norm_label": ".constructor()"
},
{
"label": ".getHello()",
"file_type": "code",
"source_file": "backend/src/app.controller.ts",
"source_location": "L9",
"_callable": true,
"_origin": "ast",
"id": "backend_src_app_controller_appcontroller_gethello",
"community": 66,
"community_name": "App Health Controller",
"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": 66,
"community_name": "App Health Controller",
"norm_label": ".gethello()"
},
{
"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": 68,
"community_name": "OrdersService",
"norm_label": ".constructor()"
},
{
"label": ".create()",
"file_type": "code",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L85",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_controller_orderscontroller_create",
"community": 68,
"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": 68,
"community_name": "OrdersService",
"norm_label": ".findall()"
},
{
"label": ".findOne()",
"file_type": "code",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L189",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_controller_orderscontroller_findone",
"community": 68,
"community_name": "OrdersService",
"norm_label": ".findone()"
},
{
"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": 68,
"community_name": "OrdersService",
"norm_label": ".validatecoupon()"
},
{
"label": ".checkAndSendRefillReminders()",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L378",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders",
"community": 68,
"community_name": "OrdersService",
"norm_label": ".checkandsendrefillreminders()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L14",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_service_ordersservice_constructor",
"community": 68,
"community_name": "OrdersService",
"norm_label": ".constructor()"
},
{
"label": ".create()",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L100",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_service_ordersservice_create",
"community": 68,
"community_name": "OrdersService",
"norm_label": ".create()"
},
{
"label": ".findAllByUser()",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L331",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_service_ordersservice_findallbyuser",
"community": 68,
"community_name": "OrdersService",
"norm_label": ".findallbyuser()"
},
{
"label": ".findOne()",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L364",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_service_ordersservice_findone",
"community": 68,
"community_name": "OrdersService",
"norm_label": ".findone()"
},
{
"label": ".generateTrackingNumber()",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L19",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber",
"community": 68,
"community_name": "OrdersService",
"norm_label": ".generatetrackingnumber()"
},
{
"label": ".releaseExpiredInventoryReservations()",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L408",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations",
"community": 68,
"community_name": "OrdersService",
"norm_label": ".releaseexpiredinventoryreservations()"
},
{
"label": ".updateStatus()",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L300",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_service_ordersservice_updatestatus",
"community": 68,
"community_name": "OrdersService",
"norm_label": ".updatestatus()"
},
{
"label": ".validateCoupon()",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L26",
"_callable": true,
"_origin": "ast",
"id": "backend_src_orders_orders_service_ordersservice_validatecoupon",
"community": 68,
"community_name": "OrdersService",
"norm_label": ".validatecoupon()"
},
{
"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": 71,
"community_name": "Analytics and Report Charts",
"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": 71,
"community_name": "Analytics and Report Charts",
"norm_label": "reports()"
},
{
"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": 72,
"community_name": "Task Orchestration Scripts",
"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": 72,
"community_name": "Task Orchestration Scripts",
"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": 72,
"community_name": "Task Orchestration Scripts",
"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": 72,
"community_name": "Task Orchestration Scripts",
"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": 72,
"community_name": "Task Orchestration Scripts",
"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": 72,
"community_name": "Task Orchestration Scripts",
"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": 72,
"community_name": "Task Orchestration Scripts",
"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": 72,
"community_name": "Task Orchestration Scripts",
"norm_label": "save_json()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L19",
"_callable": true,
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_blogscontroller_constructor",
"community": 74,
"community_name": "BlogsController",
"norm_label": ".constructor()"
},
{
"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": 74,
"community_name": "BlogsController",
"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": 74,
"community_name": "BlogsController",
"norm_label": ".findall()"
},
{
"label": ".findOneBySlug()",
"file_type": "code",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L55",
"_callable": true,
"_origin": "ast",
"id": "backend_src_blogs_blogs_service_blogsservice_findonebyslug",
"community": 74,
"community_name": "BlogsController",
"norm_label": ".findonebyslug()"
},
{
"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": 75,
"community_name": "React Error Boundary",
"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": 75,
"community_name": "React Error Boundary",
"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": 75,
"community_name": "React Error Boundary",
"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": 75,
"community_name": "React Error Boundary",
"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": 75,
"community_name": "React Error Boundary",
"norm_label": ".render()"
},
{
"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": 77,
"community_name": ".findAll",
"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": 77,
"community_name": ".findAll",
"norm_label": ".findone()"
},
{
"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": 78,
"community_name": "Error and Not Found Pages",
"norm_label": "errorboundary()"
},
{
"label": "NotFound()",
"file_type": "code",
"source_file": "frontend/application/app/not-found.tsx",
"source_location": "L3",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_not_found_notfound",
"community": 78,
"community_name": "Error and Not Found Pages",
"norm_label": "notfound()"
},
{
"label": "NotFoundPage()",
"file_type": "code",
"source_file": "frontend/application/components/ErrorPages.tsx",
"source_location": "L7",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_errorpages_notfoundpage",
"community": 78,
"community_name": "Error and Not Found Pages",
"norm_label": "notfoundpage()"
},
{
"label": "ServerErrorPage()",
"file_type": "code",
"source_file": "frontend/application/components/ErrorPages.tsx",
"source_location": "L38",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_errorpages_servererrorpage",
"community": 78,
"community_name": "Error and Not Found Pages",
"norm_label": "servererrorpage()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L26",
"_callable": true,
"_origin": "ast",
"id": "backend_src_videos_videos_controller_videoscontroller_constructor",
"community": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"community_name": "CreateVideoDto",
"norm_label": ".constructor()"
},
{
"label": ".create()",
"file_type": "code",
"source_file": "backend/src/videos/videos.service.ts",
"source_location": "L69",
"_callable": true,
"_origin": "ast",
"id": "backend_src_videos_videos_service_videosservice_create",
"community": 8,
"community_name": "CreateVideoDto",
"norm_label": ".create()"
},
{
"label": ".findAll()",
"file_type": "code",
"source_file": "backend/src/videos/videos.service.ts",
"source_location": "L17",
"_callable": true,
"_origin": "ast",
"id": "backend_src_videos_videos_service_videosservice_findall",
"community": 8,
"community_name": "CreateVideoDto",
"norm_label": ".findall()"
},
{
"label": ".findOne()",
"file_type": "code",
"source_file": "backend/src/videos/videos.service.ts",
"source_location": "L57",
"_callable": true,
"_origin": "ast",
"id": "backend_src_videos_videos_service_videosservice_findone",
"community": 8,
"community_name": "CreateVideoDto",
"norm_label": ".findone()"
},
{
"label": ".remove()",
"file_type": "code",
"source_file": "backend/src/videos/videos.service.ts",
"source_location": "L92",
"_callable": true,
"_origin": "ast",
"id": "backend_src_videos_videos_service_videosservice_remove",
"community": 8,
"community_name": "CreateVideoDto",
"norm_label": ".remove()"
},
{
"label": ".update()",
"file_type": "code",
"source_file": "backend/src/videos/videos.service.ts",
"source_location": "L83",
"_callable": true,
"_origin": "ast",
"id": "backend_src_videos_videos_service_videosservice_update",
"community": 8,
"community_name": "CreateVideoDto",
"norm_label": ".update()"
},
{
"label": "checkAndOpen()",
"file_type": "code",
"source_file": "scripts/open-browsers.js",
"source_location": "L26",
"_callable": true,
"_origin": "ast",
"id": "scripts_open_browsers_checkandopen",
"community": 83,
"community_name": "Browser Utility Scripts",
"norm_label": "checkandopen()"
},
{
"label": "openUrl()",
"file_type": "code",
"source_file": "scripts/open-browsers.js",
"source_location": "L10",
"_callable": true,
"_origin": "ast",
"id": "scripts_open_browsers_openurl",
"community": 83,
"community_name": "Browser Utility Scripts",
"norm_label": "openurl()"
},
{
"label": "waitForBackend()",
"file_type": "code",
"source_file": "scripts/start-dev.js",
"source_location": "L7",
"_callable": true,
"_origin": "ast",
"id": "scripts_start_dev_waitforbackend",
"community": 84,
"community_name": "Dev Server Startup",
"norm_label": "waitforbackend()"
},
{
"label": "check()",
"file_type": "code",
"source_file": "scripts/start-dev.js",
"source_location": "L10",
"_callable": true,
"_origin": "ast",
"id": "scripts_start_dev_waitforbackend_check",
"community": 84,
"community_name": "Dev Server Startup",
"norm_label": "check()"
},
{
"label": "createPaginatedSchema()",
"file_type": "code",
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
"source_location": "L25",
"_callable": true,
"_origin": "ast",
"id": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema",
"community": 86,
"community_name": "Pagination API Schemas",
"norm_label": "createpaginatedschema()"
},
{
"label": "CatalogClient()",
"file_type": "code",
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
"source_location": "L12",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_catalog_catalogclient_catalogclient",
"community": 9,
"community_name": "ProductService",
"norm_label": "catalogclient()"
},
{
"label": "CatalogPage()",
"file_type": "code",
"source_file": "frontend/application/app/catalog/page.tsx",
"source_location": "L20",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_catalog_page_catalogpage",
"community": 9,
"community_name": "ProductService",
"norm_label": "catalogpage()"
},
{
"label": "Shop()",
"file_type": "code",
"source_file": "frontend/application/app/shop/page.tsx",
"source_location": "L20",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_shop_page_shop",
"community": 9,
"community_name": "ProductService",
"norm_label": "shop()"
},
{
"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": 9,
"community_name": "ProductService",
"norm_label": "sitemap()"
},
{
"label": "WikiPage()",
"file_type": "code",
"source_file": "frontend/application/app/wiki/page.tsx",
"source_location": "L21",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_wiki_page_wikipage",
"community": 9,
"community_name": "ProductService",
"norm_label": "wikipage()"
},
{
"label": "ArchivePage()",
"file_type": "code",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L225",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_archivepage_archivepage",
"community": 9,
"community_name": "ProductService",
"norm_label": "archivepage()"
},
{
"label": "FeaturedProducts()",
"file_type": "code",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L139",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_featuredproducts_featuredproducts",
"community": 9,
"community_name": "ProductService",
"norm_label": "featuredproducts()"
},
{
"label": "IngredientWiki()",
"file_type": "code",
"source_file": "frontend/application/components/IngredientWiki.tsx",
"source_location": "L15",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_ingredientwiki_ingredientwiki",
"community": 9,
"community_name": "ProductService",
"norm_label": "ingredientwiki()"
},
{
"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": 9,
"community_name": "ProductService",
"norm_label": "safeimage()"
},
{
"label": "ProductCardSkeleton()",
"file_type": "code",
"source_file": "frontend/application/components/Skeleton.tsx",
"source_location": "L16",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_components_skeleton_productcardskeleton",
"community": 9,
"community_name": "ProductService",
"norm_label": "productcardskeleton()"
},
{
"label": ".constructor()",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L60",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_productservice_constructor",
"community": 9,
"community_name": "ProductService",
"norm_label": ".constructor()"
},
{
"label": ".getActiveFilters()",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L226",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_productservice_getactivefilters",
"community": 9,
"community_name": "ProductService",
"norm_label": ".getactivefilters()"
},
{
"label": ".getFeaturedProducts()",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L196",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts",
"community": 9,
"community_name": "ProductService",
"norm_label": ".getfeaturedproducts()"
},
{
"label": ".getInstance()",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L62",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_productservice_getinstance",
"community": 9,
"community_name": "ProductService",
"norm_label": ".getinstance()"
},
{
"label": ".getNavigationFilters()",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L240",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_productservice_getnavigationfilters",
"community": 9,
"community_name": "ProductService",
"norm_label": ".getnavigationfilters()"
},
{
"label": ".getProductById()",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L176",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_productservice_getproductbyid",
"community": 9,
"community_name": "ProductService",
"norm_label": ".getproductbyid()"
},
{
"label": ".getProductBySlug()",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L186",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_productservice_getproductbyslug",
"community": 9,
"community_name": "ProductService",
"norm_label": ".getproductbyslug()"
},
{
"label": ".getProducts()",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L144",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_productservice_getproducts",
"community": 9,
"community_name": "ProductService",
"norm_label": ".getproducts()"
},
{
"label": ".mapBackendToFrontend()",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L69",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend",
"community": 9,
"community_name": "ProductService",
"norm_label": ".mapbackendtofrontend()"
},
{
"label": "Blog()",
"file_type": "code",
"source_file": "frontend/application/app/blog/page.tsx",
"source_location": "L42",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_blog_page_blog",
"community": 90,
"community_name": "Blog Listing Page",
"norm_label": "blog()"
},
{
"label": "getBlogs()",
"file_type": "code",
"source_file": "frontend/application/app/blog/page.tsx",
"source_location": "L20",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_blog_page_getblogs",
"community": 90,
"community_name": "Blog Listing Page",
"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": 90,
"community_name": "Blog Listing Page",
"norm_label": "blogpage()"
},
{
"label": "BlogPostPage()",
"file_type": "code",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L57",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_blog_slug_page_blogpostpage",
"community": 91,
"community_name": "Blog Post Detail Page",
"norm_label": "blogpostpage()"
},
{
"label": "generateMetadata()",
"file_type": "code",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L32",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_blog_slug_page_generatemetadata",
"community": 91,
"community_name": "Blog Post Detail Page",
"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": 91,
"community_name": "Blog Post Detail Page",
"norm_label": "getblog()"
},
{
"label": "main()",
"file_type": "code",
"source_file": "backend/prisma/seed-ui-texts.ts",
"source_location": "L135",
"_callable": true,
"_origin": "ast",
"id": "backend_prisma_seed_ui_texts_main",
"community": 94,
"community_name": "UI Text Seeding",
"norm_label": "main()"
},
{
"label": "main()",
"file_type": "code",
"source_file": "backend/prisma/seed-wiki.ts",
"source_location": "L48",
"_callable": true,
"_origin": "ast",
"id": "backend_prisma_seed_wiki_main",
"community": 95,
"community_name": "Wiki Terms Seeding",
"norm_label": "main()"
},
{
"label": "generateMetadata()",
"file_type": "code",
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
"source_location": "L18",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_wiki_slug_page_generatemetadata",
"community": 99,
"community_name": "Wiki Page Routing",
"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": 99,
"community_name": "Wiki Page Routing",
"norm_label": "getwikiterm()"
},
{
"label": "WikiTermPage()",
"file_type": "code",
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
"source_location": "L29",
"_callable": true,
"_origin": "ast",
"id": "frontend_application_app_wiki_slug_page_wikitermpage",
"community": 99,
"community_name": "Wiki Page Routing",
"norm_label": "wikitermpage()"
},
{
"label": "admin.controller.ts",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_admin_admin_controller",
"community": 0,
"community_name": "AdminService",
"norm_label": "admin.controller.ts"
},
{
"label": "admin.controller.spec.ts",
"file_type": "code",
"source_file": "backend/src/admin/admin.controller.spec.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_spec",
"community": 0,
"community_name": "AdminService",
"norm_label": "admin.controller.spec.ts"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_apibearerauth",
"community": 0,
"community_name": "AdminService",
"norm_label": "apibearerauth"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_apioperation",
"community": 0,
"community_name": "AdminService",
"norm_label": "apioperation"
},
{
"label": "ApiQuery",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_apiquery",
"community": 0,
"community_name": "AdminService",
"norm_label": "apiquery"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_apitags",
"community": 0,
"community_name": "AdminService",
"norm_label": "apitags"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_body",
"community": 0,
"community_name": "AdminService",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_controller",
"community": 0,
"community_name": "AdminService",
"norm_label": "controller"
},
{
"label": "Delete",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_delete",
"community": 0,
"community_name": "AdminService",
"norm_label": "delete"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_get",
"community": 0,
"community_name": "AdminService",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_param",
"community": 0,
"community_name": "AdminService",
"norm_label": "param"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_post",
"community": 0,
"community_name": "AdminService",
"norm_label": "post"
},
{
"label": "Put",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_put",
"community": 0,
"community_name": "AdminService",
"norm_label": "put"
},
{
"label": "Query",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_query",
"community": 0,
"community_name": "AdminService",
"norm_label": "query"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_controller_ts_useguards",
"community": 0,
"community_name": "AdminService",
"norm_label": "useguards"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_admin_service_ts_injectable",
"community": 0,
"community_name": "AdminService",
"norm_label": "injectable"
},
{
"label": "admin-query.dto.ts",
"file_type": "code",
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_admin_dto_admin_query_dto",
"community": 0,
"community_name": "AdminService",
"norm_label": "admin-query.dto.ts"
},
{
"label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional",
"community": 0,
"community_name": "AdminService",
"norm_label": "apipropertyoptional"
},
{
"label": "IsOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_dto_admin_query_dto_ts_isoptional",
"community": 0,
"community_name": "AdminService",
"norm_label": "isoptional"
},
{
"label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_dto_admin_query_dto_ts_isstring",
"community": 0,
"community_name": "AdminService",
"norm_label": "isstring"
},
{
"label": "create-health-log.dto.ts",
"file_type": "code",
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_pets_dto_create_health_log_dto",
"community": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apiproperty"
},
{
"label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional",
"community": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "isoptional"
},
{
"label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_health_log_dto_ts_isstring",
"community": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "create-pet.dto.ts"
},
{
"label": "ApiProperty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_pet_dto_ts_apiproperty",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apiproperty"
},
{
"label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apipropertyoptional"
},
{
"label": "IsArray",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_pet_dto_ts_isarray",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "isarray"
},
{
"label": "IsNotEmpty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_pet_dto_ts_isnotempty",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "isnotempty"
},
{
"label": "IsNumber",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_pet_dto_ts_isnumber",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "isnumber"
},
{
"label": "IsOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_pet_dto_ts_isoptional",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "isoptional"
},
{
"label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_pet_dto_ts_isstring",
"community": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apiproperty"
},
{
"label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional",
"community": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "isoptional"
},
{
"label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_dto_create_reminder_dto_ts_isstring",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "isstring"
},
{
"label": "update-pet.dto.ts",
"file_type": "code",
"source_file": "backend/src/pets/dto/update-pet.dto.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_pets_dto_update_pet_dto",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "update-pet.dto.ts"
},
{
"label": "pets/pets.controller.ts",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_pets_pets_controller",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "pets/pets.controller.ts"
},
{
"label": "pets.controller.spec.ts",
"file_type": "code",
"source_file": "backend/src/pets/pets.controller.spec.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_spec",
"community": 1,
"community_name": "pets/pets.controller.ts",
"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": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apibadrequestresponse"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_apibearerauth",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apibearerauth"
},
{
"label": "ApiCreatedResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_apicreatedresponse",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apicreatedresponse"
},
{
"label": "ApiNotFoundResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_apinotfoundresponse",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apinotfoundresponse"
},
{
"label": "ApiOkResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_apiokresponse",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apiokresponse"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_apioperation",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apioperation"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_apitags",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "apitags"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_body",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_controller",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "controller"
},
{
"label": "Delete",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_delete",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "delete"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_get",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_param",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "param"
},
{
"label": "Patch",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_patch",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "patch"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_post",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "post"
},
{
"label": "Query",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_query",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "query"
},
{
"label": "Req",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_req",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "req"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_controller_ts_useguards",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "useguards"
},
{
"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": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "pets.module.ts"
},
{
"label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_module_ts_module",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "module"
},
{
"label": "pets/pets.service.ts",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_pets_pets_service",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "pets/pets.service.ts"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_pets_pets_service_ts_injectable",
"community": 1,
"community_name": "pets/pets.controller.ts",
"norm_label": "injectable"
},
{
"label": "SmartAdvisor.tsx",
"file_type": "code",
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_smartadvisor",
"community": 10,
"community_name": "SmartAdvisor.tsx",
"norm_label": "smartadvisor.tsx"
},
{
"label": "CURRENT_SYMPTOMS",
"file_type": "code",
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L32",
"_origin": "ast",
"id": "frontend_application_components_smartadvisor_current_symptoms",
"community": 10,
"community_name": "SmartAdvisor.tsx",
"norm_label": "current_symptoms"
},
{
"label": "MEDICAL_HISTORIES",
"file_type": "code",
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L43",
"_origin": "ast",
"id": "frontend_application_components_smartadvisor_medical_histories",
"community": 10,
"community_name": "SmartAdvisor.tsx",
"norm_label": "medical_histories"
},
{
"label": "uiStore.ts",
"file_type": "code",
"source_file": "frontend/application/lib/store/uiStore.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_store_uistore",
"community": 10,
"community_name": "SmartAdvisor.tsx",
"norm_label": "uistore.ts"
},
{
"label": "useUIStore",
"file_type": "code",
"source_file": "frontend/application/lib/store/uiStore.ts",
"source_location": "L14",
"_origin": "ast",
"id": "frontend_application_lib_store_uistore_useuistore",
"community": 10,
"community_name": "SmartAdvisor.tsx",
"norm_label": "useuistore"
},
{
"label": "NetworkBanner.tsx",
"file_type": "code",
"source_file": "frontend/application/components/NetworkBanner.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_networkbanner",
"community": 100,
"community_name": "Network Status Banner",
"norm_label": "networkbanner.tsx"
},
{
"label": "useNetworkStatus.ts",
"file_type": "code",
"source_file": "frontend/application/lib/hooks/useNetworkStatus.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_hooks_usenetworkstatus",
"community": 100,
"community_name": "Network Status Banner",
"norm_label": "usenetworkstatus.ts"
},
{
"label": "deploy.sh",
"file_type": "code",
"source_file": "scripts/deploy.sh",
"source_location": "L1",
"metadata": {
"language": "bash",
"kind": "file"
},
"_origin": "ast",
"id": "scripts_deploy",
"community": 101,
"community_name": "Docker Deployment Scripts",
"norm_label": "deploy.sh"
},
{
"label": "COMPOSE_DOCKER_CLI_BUILD",
"file_type": "code",
"source_file": "scripts/deploy.sh",
"source_location": "L5",
"metadata": {
"language": "bash",
"kind": "code"
},
"_origin": "ast",
"id": "scripts_deploy_compose_docker_cli_build",
"community": 101,
"community_name": "Docker Deployment Scripts",
"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": 101,
"community_name": "Docker Deployment Scripts",
"norm_label": "docker_buildkit"
},
{
"label": "deploy.sh script",
"file_type": "code",
"source_file": "scripts/deploy.sh",
"source_location": "L1",
"metadata": {
"language": "bash",
"kind": "bash_entrypoint"
},
"_origin": "ast",
"id": "scripts_deploy_sh__entry",
"community": 101,
"community_name": "Docker Deployment Scripts",
"norm_label": "deploy.sh script"
},
{
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"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": 102,
"community_name": "DB-001",
"norm_label": "why it matters"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_service_ts_injectable",
"community": 103,
"community_name": "BlogsService",
"norm_label": "injectable"
},
{
"label": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": null,
"_origin": "ast",
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration",
"community": 104,
"community_name": "Database Migration Scripts",
"norm_label": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql"
},
{
"label": "\"scientific_terms\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": "L10",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms",
"community": 104,
"community_name": "Database Migration Scripts",
"norm_label": "\"scientific_terms\""
},
{
"label": "\"ui_texts\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": "L2",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts",
"community": 104,
"community_name": "Database Migration Scripts",
"norm_label": "\"ui_texts\""
},
{
"label": "prisma/scientificTerms.ts",
"file_type": "code",
"source_file": "backend/prisma/scientificTerms.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_prisma_scientificterms",
"community": 105,
"community_name": "Scientific Terms Schema",
"norm_label": "prisma/scientificterms.ts"
},
{
"label": "SCIENTIFIC_TERMS",
"file_type": "code",
"source_file": "backend/prisma/scientificTerms.ts",
"source_location": "L7",
"_origin": "ast",
"id": "backend_prisma_scientificterms_scientific_terms",
"community": 105,
"community_name": "Scientific Terms Schema",
"norm_label": "scientific_terms"
},
{
"label": "seed-blogs.ts",
"file_type": "code",
"source_file": "backend/prisma/seed-blogs.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_prisma_seed_blogs",
"community": 106,
"community_name": "Blog Data Seeding",
"norm_label": "seed-blogs.ts"
},
{
"label": "prisma",
"file_type": "code",
"source_file": "backend/prisma/seed-blogs.ts",
"source_location": "L3",
"_origin": "ast",
"id": "backend_prisma_seed_blogs_prisma",
"community": 106,
"community_name": "Blog Data Seeding",
"norm_label": "prisma"
},
{
"label": "seed-custom.ts",
"file_type": "code",
"source_file": "backend/prisma/seed-custom.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_prisma_seed_custom",
"community": 107,
"community_name": "Custom Data Seeding",
"norm_label": "seed-custom.ts"
},
{
"label": "prisma",
"file_type": "code",
"source_file": "backend/prisma/seed-custom.ts",
"source_location": "L5",
"_origin": "ast",
"id": "backend_prisma_seed_custom_prisma",
"community": 107,
"community_name": "Custom Data Seeding",
"norm_label": "prisma"
},
{
"label": "application/tsconfig.json",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_tsconfig",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "application/tsconfig.json"
},
{
"label": "compilerOptions",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L2",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "compileroptions"
},
{
"label": "allowJs",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L5",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_allowjs",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "allowjs"
},
{
"label": "esModuleInterop",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L9",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_esmoduleinterop",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "esmoduleinterop"
},
{
"label": "incremental",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L15",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_incremental",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "incremental"
},
{
"label": "isolatedModules",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L13",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_isolatedmodules",
"community": 11,
"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": 11,
"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": 11,
"community_name": "compilerOptions",
"norm_label": "lib"
},
{
"label": "module",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L10",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_module",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "module"
},
{
"label": "moduleResolution",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L11",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_moduleresolution",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "moduleresolution"
},
{
"label": "noEmit",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L8",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_noemit",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "noemit"
},
{
"label": "paths",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L21",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_paths",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "paths"
},
{
"label": "plugins",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L16",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_plugins",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "plugins"
},
{
"label": "resolveJsonModule",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L12",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_resolvejsonmodule",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "resolvejsonmodule"
},
{
"label": "skipLibCheck",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L6",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_skiplibcheck",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "skiplibcheck"
},
{
"label": "strict",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L7",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_strict",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "strict"
},
{
"label": "target",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L3",
"_origin": "ast",
"id": "frontend_application_tsconfig_compileroptions_target",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "target"
},
{
"label": "exclude",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"_origin": "ast",
"id": "frontend_application_tsconfig_exclude",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "exclude"
},
{
"label": "include",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
"id": "frontend_application_tsconfig_include",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "include"
},
{
"label": "dom",
"file_type": "concept",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_tsconfig_json_ref_dom",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "dom"
},
{
"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": 11,
"community_name": "compilerOptions",
"norm_label": "node_modules"
},
{
"label": "prisma",
"file_type": "concept",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"_origin": "ast",
"id": "frontend_application_tsconfig_json_ref_prisma",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "prisma"
},
{
"label": "**/*.ts",
"file_type": "concept",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
"id": "frontend_application_tsconfig_json_ref_ts",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "**/*.ts"
},
{
"label": "dom.iterable",
"file_type": "concept",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
"id": "ref_dom_iterable",
"community": 11,
"community_name": "compilerOptions",
"norm_label": "dom.iterable"
},
{
"label": "esnext",
"file_type": "concept",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
"id": "ref_esnext",
"community": 11,
"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": 11,
"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": 11,
"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": 11,
"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": 11,
"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": 11,
"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": 11,
"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": 11,
"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": 11,
"community_name": "compilerOptions",
"norm_label": "vitest.setup.ts"
},
{
"label": "build_manifest.js",
"file_type": "code",
"source_file": "docs/audit/build_manifest.js",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_build_manifest",
"community": 110,
"community_name": "Build Manifest Generation",
"norm_label": "build_manifest.js"
},
{
"label": "entries",
"file_type": "code",
"source_file": "docs/audit/build_manifest.js",
"source_location": "L8",
"_origin": "ast",
"id": "docs_audit_build_manifest_entries",
"community": 110,
"community_name": "Build Manifest Generation",
"norm_label": "entries"
},
{
"label": "lines",
"file_type": "code",
"source_file": "docs/audit/build_manifest.js",
"source_location": "L3",
"_origin": "ast",
"id": "docs_audit_build_manifest_lines",
"community": 110,
"community_name": "Build Manifest Generation",
"norm_label": "lines"
},
{
"label": "generate_classification.js",
"file_type": "code",
"source_file": "docs/audit/generate_classification.js",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_generate_classification",
"community": 111,
"community_name": "Classification Data Generation",
"norm_label": "generate_classification.js"
},
{
"label": "classified",
"file_type": "code",
"source_file": "docs/audit/generate_classification.js",
"source_location": "L8",
"_origin": "ast",
"id": "docs_audit_generate_classification_classified",
"community": 111,
"community_name": "Classification Data Generation",
"norm_label": "classified"
},
{
"label": "lines",
"file_type": "code",
"source_file": "docs/audit/generate_classification.js",
"source_location": "L3",
"_origin": "ast",
"id": "docs_audit_generate_classification_lines",
"community": 111,
"community_name": "Classification Data Generation",
"norm_label": "lines"
},
{
"label": "generate_evidence.js",
"file_type": "code",
"source_file": "docs/audit/generate_evidence.js",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_generate_evidence",
"community": 112,
"community_name": "Evidence Data Generation",
"norm_label": "generate_evidence.js"
},
{
"label": "classification",
"file_type": "code",
"source_file": "docs/audit/generate_evidence.js",
"source_location": "L4",
"_origin": "ast",
"id": "docs_audit_generate_evidence_classification",
"community": 112,
"community_name": "Evidence Data Generation",
"norm_label": "classification"
},
{
"label": "evidenceEntries",
"file_type": "code",
"source_file": "docs/audit/generate_evidence.js",
"source_location": "L6",
"_origin": "ast",
"id": "docs_audit_generate_evidence_evidenceentries",
"community": 112,
"community_name": "Evidence Data Generation",
"norm_label": "evidenceentries"
},
{
"label": "generate_ledger.js",
"file_type": "code",
"source_file": "docs/audit/generate_ledger.js",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_generate_ledger",
"community": 113,
"community_name": "Ledger Data Generation",
"norm_label": "generate_ledger.js"
},
{
"label": "evidence",
"file_type": "code",
"source_file": "docs/audit/generate_ledger.js",
"source_location": "L3",
"_origin": "ast",
"id": "docs_audit_generate_ledger_evidence",
"community": 113,
"community_name": "Ledger Data Generation",
"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": 113,
"community_name": "Ledger Data Generation",
"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": 114,
"community_name": "Manifest Data Generation",
"norm_label": "generate_manifest.js"
},
{
"label": "evidence",
"file_type": "code",
"source_file": "docs/audit/generate_manifest.js",
"source_location": "L3",
"_origin": "ast",
"id": "docs_audit_generate_manifest_evidence",
"community": 114,
"community_name": "Manifest Data Generation",
"norm_label": "evidence"
},
{
"label": "manifestEntries",
"file_type": "code",
"source_file": "docs/audit/generate_manifest.js",
"source_location": "L5",
"_origin": "ast",
"id": "docs_audit_generate_manifest_manifestentries",
"community": 114,
"community_name": "Manifest Data Generation",
"norm_label": "manifestentries"
},
{
"label": "sync_honest_manifest.js",
"file_type": "code",
"source_file": "docs/audit/sync_honest_manifest.js",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_sync_honest_manifest",
"community": 115,
"community_name": "Honest Manifest Synchronization",
"norm_label": "sync_honest_manifest.js"
},
{
"label": "ledger",
"file_type": "code",
"source_file": "docs/audit/sync_honest_manifest.js",
"source_location": "L3",
"_origin": "ast",
"id": "docs_audit_sync_honest_manifest_ledger",
"community": 115,
"community_name": "Honest Manifest Synchronization",
"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": 115,
"community_name": "Honest Manifest Synchronization",
"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": 116,
"community_name": "Manifest Entry Synchronization",
"norm_label": "sync_manifest.js"
},
{
"label": "ledger",
"file_type": "code",
"source_file": "docs/audit/sync_manifest.js",
"source_location": "L3",
"_origin": "ast",
"id": "docs_audit_sync_manifest_ledger",
"community": 116,
"community_name": "Manifest Entry Synchronization",
"norm_label": "ledger"
},
{
"label": "manifestEntries",
"file_type": "code",
"source_file": "docs/audit/sync_manifest.js",
"source_location": "L5",
"_origin": "ast",
"id": "docs_audit_sync_manifest_manifestentries",
"community": 116,
"community_name": "Manifest Entry Synchronization",
"norm_label": "manifestentries"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_service_ts_injectable",
"community": 117,
"community_name": "WikiService",
"norm_label": "injectable"
},
{
"label": "11-code-quality-audit.md",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit",
"community": 118,
"community_name": "TS-001",
"norm_label": "11-code-quality-audit.md"
},
{
"label": "Acceptance Criteria",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L98",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_acceptance_criteria",
"community": 118,
"community_name": "TS-001",
"norm_label": "acceptance criteria"
},
{
"label": "Affected Application",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L42",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_affected_application",
"community": 118,
"community_name": "TS-001",
"norm_label": "affected application"
},
{
"label": "Affected Files",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L45",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_affected_files",
"community": 118,
"community_name": "TS-001",
"norm_label": "affected files"
},
{
"label": "Alternative Direction",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L80",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_alternative_direction",
"community": 118,
"community_name": "TS-001",
"norm_label": "alternative direction"
},
{
"label": "Category",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L30",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_category",
"community": 118,
"community_name": "TS-001",
"norm_label": "category"
},
{
"label": "Completion Statement",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L118",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_completion_statement",
"community": 118,
"community_name": "TS-001",
"norm_label": "completion statement"
},
{
"label": "Confidence",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L36",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_confidence",
"community": 118,
"community_name": "TS-001",
"norm_label": "confidence"
},
{
"label": "Dependencies",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L86",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_dependencies",
"community": 118,
"community_name": "TS-001",
"norm_label": "dependencies"
},
{
"label": "Domain",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L27",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_domain",
"community": 118,
"community_name": "TS-001",
"norm_label": "domain"
},
{
"label": "Domain Overview & Confirmed Strengths",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L15",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths",
"community": 118,
"community_name": "TS-001",
"norm_label": "domain overview & confirmed strengths"
},
{
"label": "Evidence",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L51",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_evidence",
"community": 118,
"community_name": "TS-001",
"norm_label": "evidence"
},
{
"label": "Finding Summary",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L106",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_finding_summary",
"community": 118,
"community_name": "TS-001",
"norm_label": "finding summary"
},
{
"label": "Findings",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L20",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_findings",
"community": 118,
"community_name": "TS-001",
"norm_label": "findings"
},
{
"label": "Implementation Complexity",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L83",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_implementation_complexity",
"community": 118,
"community_name": "TS-001",
"norm_label": "implementation complexity"
},
{
"label": "Notes and Limitations",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L101",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_notes_and_limitations",
"community": 118,
"community_name": "TS-001",
"norm_label": "notes and limitations"
},
{
"label": "Problem",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L59",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_problem",
"community": 118,
"community_name": "TS-001",
"norm_label": "problem"
},
{
"label": "Recommended Direction",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L77",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_recommended_direction",
"community": 118,
"community_name": "TS-001",
"norm_label": "recommended direction"
},
{
"label": "Relevant Symbols or Lines",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L48",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines",
"community": 118,
"community_name": "TS-001",
"norm_label": "relevant symbols or lines"
},
{
"label": "Risks",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L89",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_risks",
"community": 118,
"community_name": "TS-001",
"norm_label": "risks"
},
{
"label": "Root Cause",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L62",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_root_cause",
"community": 118,
"community_name": "TS-001",
"norm_label": "root cause"
},
{
"label": "Security or Data-Integrity Impact",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L74",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact",
"community": 118,
"community_name": "TS-001",
"norm_label": "security or data-integrity impact"
},
{
"label": "Severity",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L33",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_severity",
"community": 118,
"community_name": "TS-001",
"norm_label": "severity"
},
{
"label": "Status",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L39",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_status",
"community": 118,
"community_name": "TS-001",
"norm_label": "status"
},
{
"label": "Technical Impact",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L71",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_technical_impact",
"community": 118,
"community_name": "TS-001",
"norm_label": "technical impact"
},
{
"label": "Testing Requirements",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L95",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_testing_requirements",
"community": 118,
"community_name": "TS-001",
"norm_label": "testing requirements"
},
{
"label": "Title",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L24",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_title",
"community": 118,
"community_name": "TS-001",
"norm_label": "title"
},
{
"label": "TS-001",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L22",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_ts_001",
"community": 118,
"community_name": "TS-001",
"norm_label": "ts-001"
},
{
"label": "TypeScript and Code Quality Audit Report",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report",
"community": 118,
"community_name": "TS-001",
"norm_label": "typescript and code quality audit report"
},
{
"label": "User or Business Impact",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L68",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_user_or_business_impact",
"community": 118,
"community_name": "TS-001",
"norm_label": "user or business impact"
},
{
"label": "Verification Requirements",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L92",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_verification_requirements",
"community": 118,
"community_name": "TS-001",
"norm_label": "verification requirements"
},
{
"label": "Why It Matters",
"file_type": "document",
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L65",
"_origin": "ast",
"id": "docs_audit_11_code_quality_audit_why_it_matters",
"community": 118,
"community_name": "TS-001",
"norm_label": "why it matters"
},
{
"label": "12-testing-audit.md",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_12_testing_audit",
"community": 119,
"community_name": "TEST-001",
"norm_label": "12-testing-audit.md"
},
{
"label": "Acceptance Criteria",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L102",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_acceptance_criteria",
"community": 119,
"community_name": "TEST-001",
"norm_label": "acceptance criteria"
},
{
"label": "Affected Application",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L42",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_affected_application",
"community": 119,
"community_name": "TEST-001",
"norm_label": "affected application"
},
{
"label": "Affected Files",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L45",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_affected_files",
"community": 119,
"community_name": "TEST-001",
"norm_label": "affected files"
},
{
"label": "Alternative Direction",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L84",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_alternative_direction",
"community": 119,
"community_name": "TEST-001",
"norm_label": "alternative direction"
},
{
"label": "Category",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L30",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_category",
"community": 119,
"community_name": "TEST-001",
"norm_label": "category"
},
{
"label": "Completion Statement",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L122",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_completion_statement",
"community": 119,
"community_name": "TEST-001",
"norm_label": "completion statement"
},
{
"label": "Confidence",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L36",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_confidence",
"community": 119,
"community_name": "TEST-001",
"norm_label": "confidence"
},
{
"label": "Dependencies",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L90",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_dependencies",
"community": 119,
"community_name": "TEST-001",
"norm_label": "dependencies"
},
{
"label": "Domain",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L27",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_domain",
"community": 119,
"community_name": "TEST-001",
"norm_label": "domain"
},
{
"label": "Domain Overview & Confirmed Strengths",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L15",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths",
"community": 119,
"community_name": "TEST-001",
"norm_label": "domain overview & confirmed strengths"
},
{
"label": "Evidence",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L55",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_evidence",
"community": 119,
"community_name": "TEST-001",
"norm_label": "evidence"
},
{
"label": "Finding Summary",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L110",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_finding_summary",
"community": 119,
"community_name": "TEST-001",
"norm_label": "finding summary"
},
{
"label": "Findings",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L20",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_findings",
"community": 119,
"community_name": "TEST-001",
"norm_label": "findings"
},
{
"label": "Implementation Complexity",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L87",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_implementation_complexity",
"community": 119,
"community_name": "TEST-001",
"norm_label": "implementation complexity"
},
{
"label": "Notes and Limitations",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L105",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_notes_and_limitations",
"community": 119,
"community_name": "TEST-001",
"norm_label": "notes and limitations"
},
{
"label": "Problem",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L63",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_problem",
"community": 119,
"community_name": "TEST-001",
"norm_label": "problem"
},
{
"label": "Recommended Direction",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L81",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_recommended_direction",
"community": 119,
"community_name": "TEST-001",
"norm_label": "recommended direction"
},
{
"label": "Relevant Symbols or Lines",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L50",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_relevant_symbols_or_lines",
"community": 119,
"community_name": "TEST-001",
"norm_label": "relevant symbols or lines"
},
{
"label": "Risks",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L93",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_risks",
"community": 119,
"community_name": "TEST-001",
"norm_label": "risks"
},
{
"label": "Root Cause",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L66",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_root_cause",
"community": 119,
"community_name": "TEST-001",
"norm_label": "root cause"
},
{
"label": "Security or Data-Integrity Impact",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L78",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_security_or_data_integrity_impact",
"community": 119,
"community_name": "TEST-001",
"norm_label": "security or data-integrity impact"
},
{
"label": "Severity",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L33",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_severity",
"community": 119,
"community_name": "TEST-001",
"norm_label": "severity"
},
{
"label": "Status",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L39",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_status",
"community": 119,
"community_name": "TEST-001",
"norm_label": "status"
},
{
"label": "Technical Impact",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L75",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_technical_impact",
"community": 119,
"community_name": "TEST-001",
"norm_label": "technical impact"
},
{
"label": "TEST-001",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L22",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_test_001",
"community": 119,
"community_name": "TEST-001",
"norm_label": "test-001"
},
{
"label": "Testing and Reliability Audit Report",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_testing_and_reliability_audit_report",
"community": 119,
"community_name": "TEST-001",
"norm_label": "testing and reliability audit report"
},
{
"label": "Testing Requirements",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L99",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_testing_requirements",
"community": 119,
"community_name": "TEST-001",
"norm_label": "testing requirements"
},
{
"label": "Title",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L24",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_title",
"community": 119,
"community_name": "TEST-001",
"norm_label": "title"
},
{
"label": "User or Business Impact",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L72",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_user_or_business_impact",
"community": 119,
"community_name": "TEST-001",
"norm_label": "user or business impact"
},
{
"label": "Verification Requirements",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L96",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_verification_requirements",
"community": 119,
"community_name": "TEST-001",
"norm_label": "verification requirements"
},
{
"label": "Why It Matters",
"file_type": "document",
"source_file": "docs/audit/12-testing-audit.md",
"source_location": "L69",
"_origin": "ast",
"id": "docs_audit_12_testing_audit_why_it_matters",
"community": 119,
"community_name": "TEST-001",
"norm_label": "why it matters"
},
{
"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": 12,
"community_name": "toPersian",
"norm_label": "checkout/page.tsx"
},
{
"label": "ClientLayout.tsx",
"file_type": "code",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_clientlayout",
"community": 12,
"community_name": "toPersian",
"norm_label": "clientlayout.tsx"
},
{
"label": "dashboard/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/dashboard/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_dashboard_page",
"community": 12,
"community_name": "toPersian",
"norm_label": "dashboard/page.tsx"
},
{
"label": "layout.tsx",
"file_type": "code",
"source_file": "frontend/application/app/layout.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_layout",
"community": 12,
"community_name": "toPersian",
"norm_label": "layout.tsx"
},
{
"label": "verify/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_payment_verify_page",
"community": 12,
"community_name": "toPersian",
"norm_label": "verify/page.tsx"
},
{
"label": "AddressModal.tsx",
"file_type": "code",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_addressmodal",
"community": 12,
"community_name": "toPersian",
"norm_label": "addressmodal.tsx"
},
{
"label": "AuthModal.tsx",
"file_type": "code",
"source_file": "frontend/application/components/AuthModal.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_authmodal",
"community": 12,
"community_name": "toPersian",
"norm_label": "authmodal.tsx"
},
{
"label": "BackButton.tsx",
"file_type": "code",
"source_file": "frontend/application/components/BackButton.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_backbutton",
"community": 12,
"community_name": "toPersian",
"norm_label": "backbutton.tsx"
},
{
"label": "CheckoutPage.tsx",
"file_type": "code",
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_checkoutpage",
"community": 12,
"community_name": "toPersian",
"norm_label": "checkoutpage.tsx"
},
{
"label": "DeleteConfirmModal.tsx",
"file_type": "code",
"source_file": "frontend/application/components/DeleteConfirmModal.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_deleteconfirmmodal",
"community": 12,
"community_name": "toPersian",
"norm_label": "deleteconfirmmodal.tsx"
},
{
"label": "HeaderButton.tsx",
"file_type": "code",
"source_file": "frontend/application/components/HeaderButton.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_headerbutton",
"community": 12,
"community_name": "toPersian",
"norm_label": "headerbutton.tsx"
},
{
"label": "LoginModal.tsx",
"file_type": "code",
"source_file": "frontend/application/components/LoginModal.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_loginmodal",
"community": 12,
"community_name": "toPersian",
"norm_label": "loginmodal.tsx"
},
{
"label": "MaintenancePage.tsx",
"file_type": "code",
"source_file": "frontend/application/components/MaintenancePage.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_maintenancepage",
"community": 12,
"community_name": "toPersian",
"norm_label": "maintenancepage.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": 12,
"community_name": "toPersian",
"norm_label": "orderdetailsmodal.tsx"
},
{
"label": "SearchableSelect.tsx",
"file_type": "code",
"source_file": "frontend/application/components/SearchableSelect.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_searchableselect",
"community": 12,
"community_name": "toPersian",
"norm_label": "searchableselect.tsx"
},
{
"label": "TopUpModal.tsx",
"file_type": "code",
"source_file": "frontend/application/components/TopUpModal.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_topupmodal",
"community": 12,
"community_name": "toPersian",
"norm_label": "topupmodal.tsx"
},
{
"label": "PRESET_AMOUNTS",
"file_type": "code",
"source_file": "frontend/application/components/TopUpModal.tsx",
"source_location": "L15",
"_origin": "ast",
"id": "frontend_application_components_topupmodal_preset_amounts",
"community": 12,
"community_name": "toPersian",
"norm_label": "preset_amounts"
},
{
"label": "UserDashboard.tsx",
"file_type": "code",
"source_file": "frontend/application/components/UserDashboard.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_userdashboard",
"community": 12,
"community_name": "toPersian",
"norm_label": "userdashboard.tsx"
},
{
"label": "provinces.ts",
"file_type": "code",
"source_file": "frontend/application/lib/data/provinces.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_data_provinces",
"community": 12,
"community_name": "toPersian",
"norm_label": "provinces.ts"
},
{
"label": "IRAN_PROVINCES",
"file_type": "code",
"source_file": "frontend/application/lib/data/provinces.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_data_provinces_iran_provinces",
"community": 12,
"community_name": "toPersian",
"norm_label": "iran_provinces"
},
{
"label": "PROVINCE_CITIES",
"file_type": "code",
"source_file": "frontend/application/lib/data/provinces.ts",
"source_location": "L35",
"_origin": "ast",
"id": "frontend_application_lib_data_provinces_province_cities",
"community": 12,
"community_name": "toPersian",
"norm_label": "province_cities"
},
{
"label": "userStore.ts",
"file_type": "code",
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_store_userstore",
"community": 12,
"community_name": "toPersian",
"norm_label": "userstore.ts"
},
{
"label": "useUserStore",
"file_type": "code",
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L62",
"_origin": "ast",
"id": "frontend_application_lib_store_userstore_useuserstore",
"community": 12,
"community_name": "toPersian",
"norm_label": "useuserstore"
},
{
"label": "utils.ts",
"file_type": "code",
"source_file": "frontend/application/lib/utils.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_utils",
"community": 12,
"community_name": "toPersian",
"norm_label": "utils.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": 120,
"community_name": "AdminTransactionFilterDto",
"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": 120,
"community_name": "AdminTransactionFilterDto",
"norm_label": "apipropertyoptional"
},
{
"label": "IsNumber",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber",
"community": 120,
"community_name": "AdminTransactionFilterDto",
"norm_label": "isnumber"
},
{
"label": "IsOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional",
"community": 120,
"community_name": "AdminTransactionFilterDto",
"norm_label": "isoptional"
},
{
"label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring",
"community": 120,
"community_name": "AdminTransactionFilterDto",
"norm_label": "isstring"
},
{
"label": "Type",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type",
"community": 120,
"community_name": "AdminTransactionFilterDto",
"norm_label": "type"
},
{
"label": "IsIn",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "isin",
"community": 120,
"community_name": "AdminTransactionFilterDto",
"norm_label": "isin"
},
{
"label": "@types/react-dom",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L27",
"_origin": "ast",
"id": "frontend_application_package_devdependencies_types_react_dom",
"community": 121,
"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": 121,
"community_name": "@types/react-dom",
"norm_label": "@types/react-dom"
},
{
"label": "admin-panel/tsconfig.json",
"file_type": "code",
"source_file": "frontend/admin-panel/tsconfig.json",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_tsconfig",
"community": 122,
"community_name": "Admin Panel TSConfig",
"norm_label": "admin-panel/tsconfig.json"
},
{
"label": "files",
"file_type": "code",
"source_file": "frontend/admin-panel/tsconfig.json",
"source_location": "L2",
"_origin": "ast",
"id": "frontend_admin_panel_tsconfig_files",
"community": 122,
"community_name": "Admin Panel TSConfig",
"norm_label": "files"
},
{
"label": "references",
"file_type": "code",
"source_file": "frontend/admin-panel/tsconfig.json",
"source_location": "L3",
"_origin": "ast",
"id": "frontend_admin_panel_tsconfig_references",
"community": 122,
"community_name": "Admin Panel TSConfig",
"norm_label": "references"
},
{
"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": 123,
"community_name": "About Page Component",
"norm_label": "about/page.tsx"
},
{
"label": "metadata",
"file_type": "code",
"source_file": "frontend/application/app/about/page.tsx",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_app_about_page_metadata",
"community": 123,
"community_name": "About Page Component",
"norm_label": "metadata"
},
{
"label": "privacy/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/privacy/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_privacy_page",
"community": 124,
"community_name": "Privacy Page Component",
"norm_label": "privacy/page.tsx"
},
{
"label": "metadata",
"file_type": "code",
"source_file": "frontend/application/app/privacy/page.tsx",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_app_privacy_page_metadata",
"community": 124,
"community_name": "Privacy Page Component",
"norm_label": "metadata"
},
{
"label": "next.config.ts",
"file_type": "code",
"source_file": "frontend/application/next.config.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_next_config",
"community": 125,
"community_name": "Next.js Security Configuration",
"norm_label": "next.config.ts"
},
{
"label": "nextConfig",
"file_type": "code",
"source_file": "frontend/application/next.config.ts",
"source_location": "L12",
"_origin": "ast",
"id": "frontend_application_next_config_nextconfig",
"community": 125,
"community_name": "Next.js Security Configuration",
"norm_label": "nextconfig"
},
{
"label": "securityHeaders",
"file_type": "code",
"source_file": "frontend/application/next.config.ts",
"source_location": "L3",
"_origin": "ast",
"id": "frontend_application_next_config_securityheaders",
"community": 125,
"community_name": "Next.js Security Configuration",
"norm_label": "securityheaders"
},
{
"label": "13-devops-audit.md",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_13_devops_audit",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "13-devops-audit.md"
},
{
"label": "Acceptance Criteria",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L94",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_acceptance_criteria",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "acceptance criteria"
},
{
"label": "Affected Application",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L43",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_affected_application",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "affected application"
},
{
"label": "Affected Files",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L46",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_affected_files",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "affected files"
},
{
"label": "Alternative Direction",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L76",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_alternative_direction",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "alternative direction"
},
{
"label": "Category",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L31",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_category",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "category"
},
{
"label": "Completion Statement",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L114",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_completion_statement",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "completion statement"
},
{
"label": "Confidence",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L37",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_confidence",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "confidence"
},
{
"label": "Dependencies",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L82",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_dependencies",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "dependencies"
},
{
"label": "DEVOPS-001",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L23",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_devops_001",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "devops-001"
},
{
"label": "DevOps and CI/CD Audit Report",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "devops and ci/cd audit report"
},
{
"label": "Domain",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L28",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_domain",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "domain"
},
{
"label": "Domain Overview & Confirmed Strengths",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L15",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "domain overview & confirmed strengths"
},
{
"label": "Evidence",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L52",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_evidence",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "evidence"
},
{
"label": "Finding Summary",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L102",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_finding_summary",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "finding summary"
},
{
"label": "Findings",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L21",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_findings",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "findings"
},
{
"label": "Implementation Complexity",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L79",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_implementation_complexity",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "implementation complexity"
},
{
"label": "Notes and Limitations",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L97",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_notes_and_limitations",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "notes and limitations"
},
{
"label": "Problem",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L55",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_problem",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "problem"
},
{
"label": "Recommended Direction",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L73",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_recommended_direction",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "recommended direction"
},
{
"label": "Relevant Symbols or Lines",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L49",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_relevant_symbols_or_lines",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "relevant symbols or lines"
},
{
"label": "Risks",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L85",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_risks",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "risks"
},
{
"label": "Root Cause",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L58",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_root_cause",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "root cause"
},
{
"label": "Security or Data-Integrity Impact",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L70",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_security_or_data_integrity_impact",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "security or data-integrity impact"
},
{
"label": "Severity",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L34",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_severity",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "severity"
},
{
"label": "Status",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L40",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_status",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "status"
},
{
"label": "Technical Impact",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L67",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_technical_impact",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "technical impact"
},
{
"label": "Testing Requirements",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L91",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_testing_requirements",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "testing requirements"
},
{
"label": "Title",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L25",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_title",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "title"
},
{
"label": "User or Business Impact",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L64",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_user_or_business_impact",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "user or business impact"
},
{
"label": "Verification Requirements",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L88",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_verification_requirements",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "verification requirements"
},
{
"label": "Why It Matters",
"file_type": "document",
"source_file": "docs/audit/13-devops-audit.md",
"source_location": "L61",
"_origin": "ast",
"id": "docs_audit_13_devops_audit_why_it_matters",
"community": 127,
"community_name": "DEVOPS-001",
"norm_label": "why it matters"
},
{
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"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": 128,
"community_name": "DOC-001",
"norm_label": "why it matters"
},
{
"label": ".antigravity/workflows/graphify.md",
"file_type": "document",
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L1",
"_origin": "ast",
"id": "antigravity_workflows_graphify",
"community": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"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": 129,
"community_name": "What You Must Do When Invoked",
"norm_label": "what you must do when invoked"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_service_ts_injectable",
"community": 13,
"community_name": "ZibalService",
"norm_label": "injectable"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_zibal_service_ts_injectable",
"community": 13,
"community_name": "ZibalService",
"norm_label": "injectable"
},
{
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "admin/blogs.controller.ts"
},
{
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "media.controller.ts"
},
{
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "admin/pets.controller.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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "admin/wiki.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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "jwt-auth.guard.ts"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_auth_jwt_auth_guard_ts_injectable",
"community": 130,
"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": 130,
"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": 130,
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "b2b.controller.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": 130,
"community_name": "JwtAuthGuard",
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "module"
},
{
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "b2b.service.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": 130,
"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": 130,
"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": 130,
"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": 130,
"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": 130,
"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": 130,
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "contact.controller.ts"
},
{
"label": "ingredients.controller.ts",
"file_type": "code",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller",
"community": 130,
"community_name": "JwtAuthGuard",
"norm_label": "ingredients.controller.ts"
},
{
"label": "payment.controller.ts",
"file_type": "code",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_payment_payment_controller",
"community": 130,
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "prescriptions.controller.ts"
},
{
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "products.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": 130,
"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": 130,
"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": 130,
"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": 130,
"community_name": "JwtAuthGuard",
"norm_label": "testimonials.controller.ts"
},
{
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": 131,
"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": "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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"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": 132,
"community_name": "Role & Core Objective",
"norm_label": "your domain \u2014 what you review (only these areas)"
},
{
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"community_name": "Required Review Group Closures",
"norm_label": "6. authentication & authorization backend"
},
{
"label": "7. Users & Addresses Backend",
"file_type": "document",
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L63",
"_origin": "ast",
"id": "docs_audit_31_module_audit_closure_7_users_addresses_backend",
"community": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"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": 133,
"community_name": "Required Review Group Closures",
"norm_label": "required review group closures"
},
{
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 134,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"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": 135,
"community_name": "Operational Rules & Boundaries",
"norm_label": "your domain \u2014 what you review (only these areas)"
},
{
"label": "AGENCY.md",
"file_type": "document",
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_agency",
"community": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"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": 136,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "your identity"
},
{
"label": "@nestjs/cli",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L48",
"_origin": "ast",
"id": "backend_package_devdependencies_nestjs_cli",
"community": 137,
"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": 137,
"community_name": "@nestjs/cli",
"norm_label": "@nestjs/cli"
},
{
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 138,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"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": 139,
"community_name": "Operational Rules & Boundaries",
"norm_label": "your domain \u2014 what you review (only these areas)"
},
{
"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": 14,
"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": 14,
"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": 14,
"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": 14,
"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": 14,
"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": 14,
"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": 14,
"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": 14,
"community_name": "ProductsService",
"norm_label": "patch"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_products_products_controller_ts_useguards",
"community": 14,
"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": 14,
"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": 14,
"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": 14,
"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": 14,
"community_name": "ProductsService",
"norm_label": "products.service.spec.ts"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_products_products_service_ts_injectable",
"community": 14,
"community_name": "ProductsService",
"norm_label": "injectable"
},
{
"label": "@types/bcrypt",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L51",
"_origin": "ast",
"id": "backend_package_devdependencies_types_bcrypt",
"community": 140,
"community_name": "Bcrypt Type Definitions",
"norm_label": "@types/bcrypt"
},
{
"label": "@types/bcrypt",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L51",
"_origin": "ast",
"id": "types_bcrypt",
"community": 140,
"community_name": "Bcrypt Type Definitions",
"norm_label": "@types/bcrypt"
},
{
"label": "bcryptjs",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L33",
"_origin": "ast",
"id": "backend_package_dependencies_bcryptjs",
"community": 141,
"community_name": "bcryptjs",
"norm_label": "bcryptjs"
},
{
"label": "bcryptjs",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L33",
"_origin": "ast",
"id": "bcryptjs",
"community": 141,
"community_name": "bcryptjs",
"norm_label": "bcryptjs"
},
{
"label": "helmet",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L36",
"_origin": "ast",
"id": "backend_package_dependencies_helmet",
"community": 142,
"community_name": "helmet",
"norm_label": "helmet"
},
{
"label": "helmet",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L36",
"_origin": "ast",
"id": "helmet",
"community": 142,
"community_name": "helmet",
"norm_label": "helmet"
},
{
"label": "blog.entity.ts",
"file_type": "code",
"source_file": "backend/src/blogs/entities/blog.entity.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_blogs_entities_blog_entity",
"community": 143,
"community_name": "Blog Entity Model",
"norm_label": "blog.entity.ts"
},
{
"label": "home.entity.ts",
"file_type": "code",
"source_file": "backend/src/home/entities/home.entity.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_home_entities_home_entity",
"community": 144,
"community_name": "Home Entity Model",
"norm_label": "home.entity.ts"
},
{
"label": "wiki.entity.ts",
"file_type": "code",
"source_file": "backend/src/wiki/entities/wiki.entity.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_wiki_entities_wiki_entity",
"community": 145,
"community_name": "Wiki Entity Model",
"norm_label": "wiki.entity.ts"
},
{
"label": "contact/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/contact/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_contact_page",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "contact/page.tsx"
},
{
"label": "metadata",
"file_type": "code",
"source_file": "frontend/application/app/contact/page.tsx",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_app_contact_page_metadata",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "metadata"
},
{
"label": "ContactFormClient.tsx",
"file_type": "code",
"source_file": "frontend/application/components/ContactFormClient.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_contactformclient",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "contactformclient.tsx"
},
{
"label": "PrescriptionUploadModal.tsx",
"file_type": "code",
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_prescriptionuploadmodal",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "prescriptionuploadmodal.tsx"
},
{
"label": "lib/services/api.ts",
"file_type": "code",
"source_file": "frontend/application/lib/services/api.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_services_api",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "lib/services/api.ts"
},
{
"label": "api",
"file_type": "code",
"source_file": "frontend/application/lib/services/api.ts",
"source_location": "L17",
"_origin": "ast",
"id": "frontend_application_lib_services_api_api",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "api"
},
{
"label": "authService.ts",
"file_type": "code",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_services_authservice",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "authservice.ts"
},
{
"label": "orderService.ts",
"file_type": "code",
"source_file": "frontend/application/lib/services/orderService.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_services_orderservice",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "orderservice.ts"
},
{
"label": "settingsStore.ts",
"file_type": "code",
"source_file": "frontend/application/lib/store/settingsStore.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_store_settingsstore",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "settingsstore.ts"
},
{
"label": "cartStore.test.ts",
"file_type": "code",
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_store_tests_cartstore_test",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "cartstore.test.ts"
},
{
"label": "mockProduct",
"file_type": "code",
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
"source_location": "L20",
"_origin": "ast",
"id": "frontend_application_lib_store_tests_cartstore_test_mockproduct",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "mockproduct"
},
{
"label": "settingsStore.test.ts",
"file_type": "code",
"source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_store_tests_settingsstore_test",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "settingsstore.test.ts"
},
{
"label": "userStore.test.ts",
"file_type": "code",
"source_file": "frontend/application/lib/store/__tests__/userStore.test.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_store_tests_userstore_test",
"community": 15,
"community_name": "lib/services/api.ts",
"norm_label": "userstore.test.ts"
},
{
"label": "robots.ts",
"file_type": "code",
"source_file": "frontend/application/app/robots.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_robots",
"community": 151,
"community_name": "Search Engine Robots Config",
"norm_label": "robots.ts"
},
{
"label": "application/eslint.config.mjs",
"file_type": "code",
"source_file": "frontend/application/eslint.config.mjs",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_eslint_config",
"community": 152,
"community_name": "Application ESLint Config",
"norm_label": "application/eslint.config.mjs"
},
{
"label": "eslintConfig",
"file_type": "code",
"source_file": "frontend/application/eslint.config.mjs",
"source_location": "L5",
"_origin": "ast",
"id": "frontend_application_eslint_config_eslintconfig",
"community": 152,
"community_name": "Application ESLint Config",
"norm_label": "eslintconfig"
},
{
"label": "postcss.config.mjs",
"file_type": "code",
"source_file": "frontend/application/postcss.config.mjs",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_postcss_config",
"community": 153,
"community_name": "PostCSS Configuration",
"norm_label": "postcss.config.mjs"
},
{
"label": "config",
"file_type": "code",
"source_file": "frontend/application/postcss.config.mjs",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_postcss_config_config",
"community": 153,
"community_name": "PostCSS Configuration",
"norm_label": "config"
},
{
"label": "vitest.setup.ts",
"file_type": "code",
"source_file": "frontend/application/vitest.setup.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_vitest_setup",
"community": 154,
"community_name": "Vitest Test Setup",
"norm_label": "vitest.setup.ts"
},
{
"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": 155,
"community_name": "Database Backup Script",
"norm_label": "backup_db.sh"
},
{
"label": "backup_db.sh script",
"file_type": "code",
"source_file": "scripts/backup_db.sh",
"source_location": "L1",
"metadata": {
"language": "bash",
"kind": "bash_entrypoint"
},
"_origin": "ast",
"id": "scripts_backup_db_sh__entry",
"community": 155,
"community_name": "Database Backup Script",
"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": 156,
"community_name": "Application Startup Script",
"norm_label": "start.sh"
},
{
"label": "start.sh script",
"file_type": "code",
"source_file": "start.sh",
"source_location": "L1",
"metadata": {
"language": "bash",
"kind": "bash_entrypoint"
},
"_origin": "ast",
"id": "start_sh__entry",
"community": 156,
"community_name": "Application Startup Script",
"norm_label": "start.sh script"
},
{
"label": "SKILL.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_skill",
"community": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"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": 157,
"community_name": "What You Must Do When Invoked",
"norm_label": "what you must do when invoked"
},
{
"label": "backend/eslint.config.mjs",
"file_type": "code",
"source_file": "backend/eslint.config.mjs",
"source_location": "L1",
"_origin": "ast",
"id": "backend_eslint_config",
"community": 158,
"community_name": "Backend ESLint Config",
"norm_label": "backend/eslint.config.mjs"
},
{
"label": "eslint",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L60",
"_origin": "ast",
"id": "backend_package_devdependencies_eslint",
"community": 16,
"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": 16,
"community_name": "eslint",
"norm_label": "eslint"
},
{
"label": "eslint.config.js",
"file_type": "code",
"source_file": "frontend/admin-panel/eslint.config.js",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_eslint_config",
"community": 164,
"community_name": "Root ESLint Configuration",
"norm_label": "eslint.config.js"
},
{
"label": "postcss.config.js",
"file_type": "code",
"source_file": "frontend/admin-panel/postcss.config.js",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_postcss_config",
"community": 165,
"community_name": "PostCSS Build Config",
"norm_label": "postcss.config.js"
},
{
"label": "tailwind.config.js",
"file_type": "code",
"source_file": "frontend/admin-panel/tailwind.config.js",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_tailwind_config",
"community": 166,
"community_name": "Tailwind CSS Configuration",
"norm_label": "tailwind.config.js"
},
{
"label": "vite.config.ts",
"file_type": "code",
"source_file": "frontend/admin-panel/vite.config.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_vite_config",
"community": 167,
"community_name": "Vite Build Configuration",
"norm_label": "vite.config.ts"
},
{
"label": "HomeClient.tsx",
"file_type": "code",
"source_file": "frontend/application/app/HomeClient.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_homeclient",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "homeclient.tsx"
},
{
"label": "app/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_page",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "app/page.tsx"
},
{
"label": "metadata",
"file_type": "code",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_app_page_metadata",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "metadata"
},
{
"label": "shop/[slug]/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_shop_slug_page",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "shop/[slug]/page.tsx"
},
{
"label": "trust-seals/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/trust-seals/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_trust_seals_page",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "trust-seals/page.tsx"
},
{
"label": "metadata",
"file_type": "code",
"source_file": "frontend/application/app/trust-seals/page.tsx",
"source_location": "L6",
"_origin": "ast",
"id": "frontend_application_app_trust_seals_page_metadata",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "metadata"
},
{
"label": "EnamadBadge.tsx",
"file_type": "code",
"source_file": "frontend/application/components/EnamadBadge.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_enamadbadge",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "enamadbadge.tsx"
},
{
"label": "Footer.tsx",
"file_type": "code",
"source_file": "frontend/application/components/Footer.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_footer",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "footer.tsx"
},
{
"label": "Hero.tsx",
"file_type": "code",
"source_file": "frontend/application/components/Hero.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_hero",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "hero.tsx"
},
{
"label": "ProductPage.tsx",
"file_type": "code",
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_productpage",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "productpage.tsx"
},
{
"label": "ICON_MAP",
"file_type": "code",
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L32",
"_origin": "ast",
"id": "frontend_application_components_productpage_icon_map",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "icon_map"
},
{
"label": "useCalculatorStore",
"file_type": "code",
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L59",
"_origin": "ast",
"id": "frontend_application_components_productpage_usecalculatorstore",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "usecalculatorstore"
},
{
"label": "Footer.test.tsx",
"file_type": "code",
"source_file": "frontend/application/components/__tests__/Footer.test.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_tests_footer_test",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "footer.test.tsx"
},
{
"label": "Hero.test.tsx",
"file_type": "code",
"source_file": "frontend/application/components/__tests__/Hero.test.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_tests_hero_test",
"community": 17,
"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": 17,
"community_name": "useSettingsStore",
"norm_label": "tooltip.test.tsx"
},
{
"label": "TickerBanner.tsx",
"file_type": "code",
"source_file": "frontend/application/components/TickerBanner.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_tickerbanner",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "tickerbanner.tsx"
},
{
"label": "Tooltip.tsx",
"file_type": "code",
"source_file": "frontend/application/components/Tooltip.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_tooltip",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "tooltip.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": 17,
"community_name": "useSettingsStore",
"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": 17,
"community_name": "useSettingsStore",
"norm_label": "scientific_terms"
},
{
"label": "useSettingsStore",
"file_type": "code",
"source_file": "frontend/application/lib/store/settingsStore.ts",
"source_location": "L21",
"_origin": "ast",
"id": "frontend_application_lib_store_settingsstore_usesettingsstore",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "usesettingsstore"
},
{
"label": "types.ts",
"file_type": "code",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_types",
"community": 17,
"community_name": "useSettingsStore",
"norm_label": "types.ts"
},
{
"label": "vitest.config.ts",
"file_type": "code",
"source_file": "frontend/application/vitest.config.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_vitest_config",
"community": 171,
"community_name": "Vitest Test Configuration",
"norm_label": "vitest.config.ts"
},
{
"label": ".agents/workflows/graphify.md",
"file_type": "document",
"source_file": ".agents/workflows/graphify.md",
"source_location": "L1",
"_origin": "ast",
"id": "agents_workflows_graphify",
"community": 176,
"community_name": ".agents/workflows/graphify.md",
"norm_label": ".agents/workflows/graphify.md"
},
{
"label": "Workflow: graphify",
"file_type": "document",
"source_file": ".agents/workflows/graphify.md",
"source_location": "L6",
"_origin": "ast",
"id": "agents_workflows_graphify_workflow_graphify",
"community": 176,
"community_name": ".agents/workflows/graphify.md",
"norm_label": "workflow: graphify"
},
{
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"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": 177,
"community_name": "Role & Core Objective",
"norm_label": "your domain \u2014 what you review (only these areas)"
},
{
"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": 178,
"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": 178,
"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": 178,
"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": 178,
"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": 178,
"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": 178,
"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": 178,
"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": 178,
"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": 178,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 8 - token reduction benchmark (only if total_words > 5000)"
},
{
"label": "query.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_query",
"community": 179,
"community_name": "graphify reference: query, path, explain",
"norm_label": "query.md"
},
{
"label": "For /graphify explain",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L254",
"_origin": "ast",
"id": "claude_skills_graphify_references_query_for_graphify_explain",
"community": 179,
"community_name": "graphify reference: query, path, explain",
"norm_label": "for /graphify explain"
},
{
"label": "For /graphify path",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L186",
"_origin": "ast",
"id": "claude_skills_graphify_references_query_for_graphify_path",
"community": 179,
"community_name": "graphify reference: query, path, explain",
"norm_label": "for /graphify path"
},
{
"label": "graphify reference: query, path, explain",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_query_graphify_reference_query_path_explain",
"community": 179,
"community_name": "graphify reference: query, path, explain",
"norm_label": "graphify reference: query, path, explain"
},
{
"label": "Step 0 \u2014 Constrained query expansion (REQUIRED before traversal)",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L23",
"_origin": "ast",
"id": "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal",
"community": 179,
"community_name": "graphify reference: query, path, explain",
"norm_label": "step 0 \u2014 constrained query expansion (required before traversal)"
},
{
"label": "Step 1 \u2014 Traversal",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L61",
"_origin": "ast",
"id": "claude_skills_graphify_references_query_step_1_traversal",
"community": 179,
"community_name": "graphify reference: query, path, explain",
"norm_label": "step 1 \u2014 traversal"
},
{
"label": "ApiExcludeController",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "apiexcludecontroller",
"community": 18,
"community_name": "MetricsController",
"norm_label": "apiexcludecontroller"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_common_metrics_controller_ts_controller",
"community": 18,
"community_name": "MetricsController",
"norm_label": "controller"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_common_metrics_controller_ts_get",
"community": 18,
"community_name": "MetricsController",
"norm_label": "get"
},
{
"label": "Res",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_common_metrics_controller_ts_res",
"community": 18,
"community_name": "MetricsController",
"norm_label": "res"
},
{
"label": "add-watch.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/add-watch.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_add_watch",
"community": 180,
"community_name": "graphify reference: add a URL and watch a folder",
"norm_label": "add-watch.md"
},
{
"label": "For /graphify add",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/add-watch.md",
"source_location": "L5",
"_origin": "ast",
"id": "claude_skills_graphify_references_add_watch_for_graphify_add",
"community": 180,
"community_name": "graphify reference: add a URL and watch a folder",
"norm_label": "for /graphify add"
},
{
"label": "For --watch",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/add-watch.md",
"source_location": "L39",
"_origin": "ast",
"id": "claude_skills_graphify_references_add_watch_for_watch",
"community": 180,
"community_name": "graphify reference: add a URL and watch a folder",
"norm_label": "for --watch"
},
{
"label": "graphify reference: add a URL and watch a folder",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/add-watch.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder",
"community": 180,
"community_name": "graphify reference: add a URL and watch a folder",
"norm_label": "graphify reference: add a url and watch a folder"
},
{
"label": "hooks.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/hooks.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_hooks",
"community": 181,
"community_name": "graphify reference: commit hook and native CLAUDE.md integration",
"norm_label": "hooks.md"
},
{
"label": "For git commit hook",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/hooks.md",
"source_location": "L5",
"_origin": "ast",
"id": "claude_skills_graphify_references_hooks_for_git_commit_hook",
"community": 181,
"community_name": "graphify reference: commit hook and native CLAUDE.md integration",
"norm_label": "for git commit hook"
},
{
"label": "For native CLAUDE.md integration",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/hooks.md",
"source_location": "L21",
"_origin": "ast",
"id": "claude_skills_graphify_references_hooks_for_native_claude_md_integration",
"community": 181,
"community_name": "graphify reference: commit hook and native CLAUDE.md integration",
"norm_label": "for native claude.md integration"
},
{
"label": "graphify reference: commit hook and native CLAUDE.md integration",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/hooks.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration",
"community": 181,
"community_name": "graphify reference: commit hook and native CLAUDE.md integration",
"norm_label": "graphify reference: commit hook and native claude.md integration"
},
{
"label": "update.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/update.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_update",
"community": 182,
"community_name": "graphify reference: incremental update and cluster-only",
"norm_label": "update.md"
},
{
"label": "For --cluster-only",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/update.md",
"source_location": "L202",
"_origin": "ast",
"id": "claude_skills_graphify_references_update_for_cluster_only",
"community": 182,
"community_name": "graphify reference: incremental update and cluster-only",
"norm_label": "for --cluster-only"
},
{
"label": "For --update (incremental re-extraction)",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/update.md",
"source_location": "L5",
"_origin": "ast",
"id": "claude_skills_graphify_references_update_for_update_incremental_re_extraction",
"community": 182,
"community_name": "graphify reference: incremental update and cluster-only",
"norm_label": "for --update (incremental re-extraction)"
},
{
"label": "graphify reference: incremental update and cluster-only",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/update.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only",
"community": 182,
"community_name": "graphify reference: incremental update and cluster-only",
"norm_label": "graphify reference: incremental update and cluster-only"
},
{
"label": "github-and-merge.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/github-and-merge.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_github_and_merge",
"community": 183,
"community_name": "graphify reference: GitHub clone and cross-repo merge",
"norm_label": "github-and-merge.md"
},
{
"label": "graphify reference: GitHub clone and cross-repo merge",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/github-and-merge.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge",
"community": 183,
"community_name": "graphify reference: GitHub clone and cross-repo merge",
"norm_label": "graphify reference: github clone and cross-repo merge"
},
{
"label": "Step 0 - Clone GitHub repo(s) (only if a GitHub URL was given)",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/github-and-merge.md",
"source_location": "L5",
"_origin": "ast",
"id": "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given",
"community": 183,
"community_name": "graphify reference: GitHub clone and cross-repo merge",
"norm_label": "step 0 - clone github repo(s) (only if a github url was given)"
},
{
"label": "transcribe.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/transcribe.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_transcribe",
"community": 184,
"community_name": "graphify reference: transcribe video and audio",
"norm_label": "transcribe.md"
},
{
"label": "graphify reference: transcribe video and audio",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/transcribe.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio",
"community": 184,
"community_name": "graphify reference: transcribe video and audio",
"norm_label": "graphify reference: transcribe video and audio"
},
{
"label": "Step 2.5 - Transcribe video / audio files (only if video files detected)",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/transcribe.md",
"source_location": "L5",
"_origin": "ast",
"id": "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected",
"community": 184,
"community_name": "graphify reference: transcribe video and audio",
"norm_label": "step 2.5 - transcribe video / audio files (only if video files detected)"
},
{
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"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": 185,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "subagent execution mode"
},
{
"label": "instructions.md",
"file_type": "document",
"source_file": ".antigravity/instructions.md",
"source_location": "L1",
"_origin": "ast",
"id": "antigravity_instructions",
"community": 186,
"community_name": "instructions.md",
"norm_label": "instructions.md"
},
{
"label": "graphify",
"file_type": "document",
"source_file": ".antigravity/instructions.md",
"source_location": "L1",
"_origin": "ast",
"id": "antigravity_instructions_graphify",
"community": 186,
"community_name": "instructions.md",
"norm_label": "graphify"
},
{
"label": "phase3.1-backlog-review.md",
"file_type": "document",
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_phase3_1_backlog_review",
"community": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": 187,
"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": "CLAUDE.md",
"file_type": "document",
"source_file": "CLAUDE.md",
"source_location": "L1",
"_origin": "ast",
"id": "claude",
"community": 188,
"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": 188,
"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": 189,
"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": 189,
"community_name": ".claude/CLAUDE.md",
"norm_label": "graphify"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_apibearerauth",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "apibearerauth"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_apioperation",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "apioperation"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_apitags",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "apitags"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_body",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_controller",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "controller"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_get",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_param",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "param"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_post",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "post"
},
{
"label": "Put",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_put",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "put"
},
{
"label": "Req",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_req",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "req"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_controller_ts_useguards",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "useguards"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_b2b_b2b_service_ts_injectable",
"community": 19,
"community_name": "B2B Inquiry Controller",
"norm_label": "injectable"
},
{
"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": 190,
"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": 190,
"community_name": "extraction-spec.md",
"norm_label": "graphify reference: extraction subagent prompt"
},
{
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 193,
"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": 194,
"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": 194,
"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": 194,
"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": 194,
"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": 194,
"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": 194,
"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": 194,
"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": 194,
"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": 194,
"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": 194,
"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": 194,
"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": 194,
"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": 194,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)"
},
{
"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": 195,
"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": 195,
"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": 195,
"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": 195,
"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": 195,
"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": 195,
"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": 195,
"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": 195,
"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": 195,
"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": 195,
"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": 195,
"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": 195,
"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": 195,
"community_name": "Comprehensive Change Log",
"norm_label": "phase 3.2 \u2014 implementation readiness change log"
},
{
"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": 196,
"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": 196,
"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": 196,
"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": 196,
"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": 196,
"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": 196,
"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": 196,
"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": 196,
"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": 196,
"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": 196,
"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": 196,
"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": 196,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)"
},
{
"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": 197,
"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": 197,
"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": 197,
"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": 197,
"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": 197,
"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": 197,
"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": 197,
"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": 197,
"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": 197,
"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": 197,
"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": 197,
"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": 197,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "phase 2.6 integrity repair & audit quality gate report"
},
{
"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": 198,
"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": 198,
"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": 198,
"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": 198,
"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": 198,
"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": 198,
"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": 198,
"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": 198,
"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": 198,
"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": 198,
"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": 198,
"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": 199,
"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": 199,
"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": 199,
"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": 199,
"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": 199,
"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": 199,
"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": 199,
"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": 199,
"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": 199,
"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": 199,
"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": 199,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_common_services_sms_service_ts_injectable",
"community": 2,
"community_name": "Roles",
"norm_label": "injectable"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_contact_contact_controller_ts_body",
"community": 2,
"community_name": "Roles",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_contact_contact_controller_ts_controller",
"community": 2,
"community_name": "Roles",
"norm_label": "controller"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_contact_contact_controller_ts_get",
"community": 2,
"community_name": "Roles",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_contact_contact_controller_ts_param",
"community": 2,
"community_name": "Roles",
"norm_label": "param"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_contact_contact_controller_ts_post",
"community": 2,
"community_name": "Roles",
"norm_label": "post"
},
{
"label": "Put",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_contact_contact_controller_ts_put",
"community": 2,
"community_name": "Roles",
"norm_label": "put"
},
{
"label": "Query",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_contact_contact_controller_ts_query",
"community": 2,
"community_name": "Roles",
"norm_label": "query"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_contact_contact_controller_ts_useguards",
"community": 2,
"community_name": "Roles",
"norm_label": "useguards"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_contact_contact_service_ts_injectable",
"community": 2,
"community_name": "Roles",
"norm_label": "injectable"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_settings_settings_controller_ts_apibearerauth",
"community": 2,
"community_name": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"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": "Roles",
"norm_label": "useguards"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_settings_settings_service_ts_injectable",
"community": 2,
"community_name": "Roles",
"norm_label": "injectable"
},
{
"label": "categories.controller.ts",
"file_type": "code",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_admin_categories_controller",
"community": 20,
"community_name": "CategoriesController",
"norm_label": "categories.controller.ts"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_categories_controller_ts_apibearerauth",
"community": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"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": 20,
"community_name": "CategoriesController",
"norm_label": "useguards"
},
{
"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": 20,
"community_name": "CategoriesController",
"norm_label": "categories.service.ts"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_categories_service_ts_injectable",
"community": 20,
"community_name": "CategoriesController",
"norm_label": "injectable"
},
{
"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": 200,
"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": 200,
"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": 200,
"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": 200,
"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": 200,
"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": 200,
"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": 200,
"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": 200,
"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": 200,
"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": 200,
"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": 200,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)"
},
{
"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": 201,
"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": 201,
"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": 201,
"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": 201,
"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": 201,
"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": 201,
"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": 201,
"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": 201,
"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": 201,
"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": 201,
"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": 201,
"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": 202,
"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": 202,
"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": 202,
"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": 202,
"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": 202,
"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": 202,
"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": 202,
"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": 202,
"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": 202,
"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": 202,
"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": 202,
"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": 203,
"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": 203,
"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": 203,
"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": 203,
"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": 203,
"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": 203,
"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": 203,
"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": 203,
"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": 203,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective"
},
{
"label": "Strict Input Specifications (What files to read)",
"file_type": "document",
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L7",
"_origin": "ast",
"id": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read",
"community": 203,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)"
},
{
"label": "backend/README.md",
"file_type": "document",
"source_file": "backend/README.md",
"source_location": "L1",
"_origin": "ast",
"id": "backend_readme",
"community": 204,
"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": 204,
"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": 204,
"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": 204,
"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": 204,
"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": 204,
"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": 204,
"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": 204,
"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": 204,
"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": 204,
"community_name": "backend/README.md",
"norm_label": "support"
},
{
"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": 205,
"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": 205,
"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": 205,
"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": 205,
"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": 205,
"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": 205,
"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": 205,
"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": 205,
"community_name": "Repository Map",
"norm_label": "mandatory global audit exclusions"
},
{
"label": "Repository Map",
"file_type": "document",
"source_file": "docs/audit/00-repository-map.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_00_repository_map_repository_map",
"community": 205,
"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": 205,
"community_name": "Repository Map",
"norm_label": "repository structure & overview"
},
{
"label": "admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme",
"community": 206,
"community_name": "Sahel-Font",
"norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/readme.md"
},
{
"label": "Arch Linux",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L119",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux",
"community": 206,
"community_name": "Sahel-Font",
"norm_label": "arch linux"
},
{
"label": "Contributors",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L127",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors",
"community": 206,
"community_name": "Sahel-Font",
"norm_label": "contributors"
},
{
"label": "Install",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L103",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install",
"community": 206,
"community_name": "Sahel-Font",
"norm_label": "install"
},
{
"label": "Known problems for variable version",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L14",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version",
"community": 206,
"community_name": "Sahel-Font",
"norm_label": "known problems for variable version"
},
{
"label": "License",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L131",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license",
"community": 206,
"community_name": "Sahel-Font",
"norm_label": "license"
},
{
"label": "Sahel-Font",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font",
"community": 206,
"community_name": "Sahel-Font",
"norm_label": "sahel-font"
},
{
"label": "To Do (variable)",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L17",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable",
"community": 206,
"community_name": "Sahel-Font",
"norm_label": "to do (variable)"
},
{
"label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L83",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable",
"community": 206,
"community_name": "Sahel-Font",
"norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable"
},
{
"label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L24",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628",
"community": 206,
"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": "application/public/fonts/sahel-font-v3.4.0/README.md",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme",
"community": 208,
"community_name": "Sahel-Font",
"norm_label": "application/public/fonts/sahel-font-v3.4.0/readme.md"
},
{
"label": "Arch Linux",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L119",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux",
"community": 208,
"community_name": "Sahel-Font",
"norm_label": "arch linux"
},
{
"label": "Contributors",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L127",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors",
"community": 208,
"community_name": "Sahel-Font",
"norm_label": "contributors"
},
{
"label": "Install",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L103",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install",
"community": 208,
"community_name": "Sahel-Font",
"norm_label": "install"
},
{
"label": "Known problems for variable version",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L14",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version",
"community": 208,
"community_name": "Sahel-Font",
"norm_label": "known problems for variable version"
},
{
"label": "License",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L131",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license",
"community": 208,
"community_name": "Sahel-Font",
"norm_label": "license"
},
{
"label": "Sahel-Font",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font",
"community": 208,
"community_name": "Sahel-Font",
"norm_label": "sahel-font"
},
{
"label": "To Do (variable)",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L17",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable",
"community": 208,
"community_name": "Sahel-Font",
"norm_label": "to do (variable)"
},
{
"label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L83",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable",
"community": 208,
"community_name": "Sahel-Font",
"norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable"
},
{
"label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L24",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628",
"community": 208,
"community_name": "Sahel-Font",
"norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628"
},
{
"label": "00_intake.md",
"file_type": "document",
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_agents_00_intake",
"community": 209,
"community_name": "Role & Core Objective",
"norm_label": "00_intake.md"
},
{
"label": "1. Ask \u2014 Don't Assume",
"file_type": "document",
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L30",
"_origin": "ast",
"id": "ai_agency_agents_00_intake_1_ask_don_t_assume",
"community": 209,
"community_name": "Role & Core Objective",
"norm_label": "1. ask \u2014 don't assume"
},
{
"label": "2. Forbidden Actions",
"file_type": "document",
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L58",
"_origin": "ast",
"id": "ai_agency_agents_00_intake_2_forbidden_actions",
"community": 209,
"community_name": "Role & Core Objective",
"norm_label": "2. forbidden actions"
},
{
"label": "Brownfield Detection",
"file_type": "document",
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L17",
"_origin": "ast",
"id": "ai_agency_agents_00_intake_brownfield_detection",
"community": 209,
"community_name": "Role & Core Objective",
"norm_label": "brownfield detection"
},
{
"label": "Expected JSON Output Schema",
"file_type": "document",
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L105",
"_origin": "ast",
"id": "ai_agency_agents_00_intake_expected_json_output_schema",
"community": 209,
"community_name": "Role & Core Objective",
"norm_label": "expected json output schema"
},
{
"label": "Operational Rules & Boundaries",
"file_type": "document",
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L28",
"_origin": "ast",
"id": "ai_agency_agents_00_intake_operational_rules_boundaries",
"community": 209,
"community_name": "Role & Core Objective",
"norm_label": "operational rules & boundaries"
},
{
"label": "Required Output Artifacts (What files to write/update)",
"file_type": "document",
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L65",
"_origin": "ast",
"id": "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update",
"community": 209,
"community_name": "Role & Core Objective",
"norm_label": "required output artifacts (what files to write/update)"
},
{
"label": "Role & Core Objective",
"file_type": "document",
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_agents_00_intake_role_core_objective",
"community": 209,
"community_name": "Role & Core Objective",
"norm_label": "role & core objective"
},
{
"label": "Strict Input Specifications (What files to read)",
"file_type": "document",
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L9",
"_origin": "ast",
"id": "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read",
"community": 209,
"community_name": "Role & Core Objective",
"norm_label": "strict input specifications (what files to read)"
},
{
"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": 21,
"community_name": "RedisService",
"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": 21,
"community_name": "RedisService",
"norm_label": "admin.service.spec.ts"
},
{
"label": "redis.module.ts",
"file_type": "code",
"source_file": "backend/src/redis/redis.module.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_redis_redis_module",
"community": 21,
"community_name": "RedisService",
"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": 21,
"community_name": "RedisService",
"norm_label": "global"
},
{
"label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_redis_redis_module_ts_module",
"community": 21,
"community_name": "RedisService",
"norm_label": "module"
},
{
"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": 21,
"community_name": "RedisService",
"norm_label": "redis.service.ts"
},
{
"label": "redis.service.spec.ts",
"file_type": "code",
"source_file": "backend/src/redis/redis.service.spec.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_redis_redis_service_spec",
"community": 21,
"community_name": "RedisService",
"norm_label": "redis.service.spec.ts"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_redis_redis_service_ts_injectable",
"community": 21,
"community_name": "RedisService",
"norm_label": "injectable"
},
{
"label": "tsconfig.build.json",
"file_type": "code",
"source_file": "backend/tsconfig.build.json",
"source_location": "L1",
"_origin": "ast",
"id": "backend_tsconfig_build",
"community": 210,
"community_name": "exclude",
"norm_label": "tsconfig.build.json"
},
{
"label": "exclude",
"file_type": "code",
"source_file": "backend/tsconfig.build.json",
"source_location": "L3",
"_origin": "ast",
"id": "backend_tsconfig_build_exclude",
"community": 210,
"community_name": "exclude",
"norm_label": "exclude"
},
{
"label": "extends",
"file_type": "code",
"source_file": "backend/tsconfig.build.json",
"source_location": "L2",
"_origin": "ast",
"id": "backend_tsconfig_build_extends",
"community": 210,
"community_name": "exclude",
"norm_label": "extends"
},
{
"label": "node_modules",
"file_type": "concept",
"source_file": "backend/tsconfig.build.json",
"source_location": "L3",
"_origin": "ast",
"id": "backend_tsconfig_build_json_ref_node_modules",
"community": 210,
"community_name": "exclude",
"norm_label": "node_modules"
},
{
"label": "prisma",
"file_type": "concept",
"source_file": "backend/tsconfig.build.json",
"source_location": "L3",
"_origin": "ast",
"id": "backend_tsconfig_build_json_ref_prisma",
"community": 210,
"community_name": "exclude",
"norm_label": "prisma"
},
{
"label": "dist",
"file_type": "concept",
"source_file": "backend/tsconfig.build.json",
"source_location": "L3",
"_origin": "ast",
"id": "ref_dist",
"community": 210,
"community_name": "exclude",
"norm_label": "dist"
},
{
"label": "**/*spec.ts",
"file_type": "concept",
"source_file": "backend/tsconfig.build.json",
"source_location": "L3",
"_origin": "ast",
"id": "ref_spec_ts",
"community": 210,
"community_name": "exclude",
"norm_label": "**/*spec.ts"
},
{
"label": "test",
"file_type": "concept",
"source_file": "backend/tsconfig.build.json",
"source_location": "L3",
"_origin": "ast",
"id": "ref_test",
"community": 210,
"community_name": "exclude",
"norm_label": "test"
},
{
"label": "./tsconfig.json",
"file_type": "concept",
"source_file": "backend/tsconfig.build.json",
"source_location": "L2",
"_origin": "ast",
"id": "ref_tsconfig_json",
"community": 210,
"community_name": "exclude",
"norm_label": "./tsconfig.json"
},
{
"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": 211,
"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": 211,
"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": 211,
"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": 211,
"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": 211,
"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": 211,
"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": 211,
"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": 211,
"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": 211,
"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": 212,
"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": 212,
"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": 212,
"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": 212,
"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": 212,
"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": 212,
"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": 212,
"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": 212,
"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": 212,
"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": 213,
"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": 213,
"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": 213,
"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": 213,
"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": 213,
"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": 213,
"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": 213,
"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": 213,
"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": 213,
"community_name": "Install",
"norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 sample:"
},
{
"label": "ApiNotFoundResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse",
"community": 214,
"community_name": ".findAll",
"norm_label": "apinotfoundresponse"
},
{
"label": "ApiOkResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_ts_apiokresponse",
"community": 214,
"community_name": ".findAll",
"norm_label": "apiokresponse"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_ts_apioperation",
"community": 214,
"community_name": ".findAll",
"norm_label": "apioperation"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_ts_get",
"community": 214,
"community_name": ".findAll",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_ts_param",
"community": 214,
"community_name": ".findAll",
"norm_label": "param"
},
{
"label": "Query",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_ts_query",
"community": 214,
"community_name": ".findAll",
"norm_label": "query"
},
{
"label": "01-system-discovery.md",
"file_type": "document",
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_01_system_discovery",
"community": 215,
"community_name": "System Discovery",
"norm_label": "01-system-discovery.md"
},
{
"label": "Active Core Applications",
"file_type": "document",
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L6",
"_origin": "ast",
"id": "docs_audit_01_system_discovery_active_core_applications",
"community": 215,
"community_name": "System Discovery",
"norm_label": "active core applications"
},
{
"label": "Current Architecture",
"file_type": "document",
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L3",
"_origin": "ast",
"id": "docs_audit_01_system_discovery_current_architecture",
"community": 215,
"community_name": "System Discovery",
"norm_label": "current architecture"
},
{
"label": "Evidence-Based Status Matrix",
"file_type": "document",
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L36",
"_origin": "ast",
"id": "docs_audit_01_system_discovery_evidence_based_status_matrix",
"community": 215,
"community_name": "System Discovery",
"norm_label": "evidence-based status matrix"
},
{
"label": "Excluded / Non-Auditable Artifacts",
"file_type": "document",
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L12",
"_origin": "ast",
"id": "docs_audit_01_system_discovery_excluded_non_auditable_artifacts",
"community": 215,
"community_name": "System Discovery",
"norm_label": "excluded / non-auditable artifacts"
},
{
"label": "Major Business Domains Discovered",
"file_type": "document",
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L18",
"_origin": "ast",
"id": "docs_audit_01_system_discovery_major_business_domains_discovered",
"community": 215,
"community_name": "System Discovery",
"norm_label": "major business domains discovered"
},
{
"label": "System Discovery",
"file_type": "document",
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_01_system_discovery_system_discovery",
"community": 215,
"community_name": "System Discovery",
"norm_label": "system discovery"
},
{
"label": "Technical Architecture Summary",
"file_type": "document",
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L27",
"_origin": "ast",
"id": "docs_audit_01_system_discovery_technical_architecture_summary",
"community": 215,
"community_name": "System Discovery",
"norm_label": "technical architecture summary"
},
{
"label": "prd.md",
"file_type": "document",
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_prd",
"community": 216,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "prd.md"
},
{
"label": "1. Executive Vision",
"file_type": "document",
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L3",
"_origin": "ast",
"id": "ai_agency_specs_prd_1_executive_vision",
"community": 216,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "1. executive vision"
},
{
"label": "2. Target Audience",
"file_type": "document",
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L6",
"_origin": "ast",
"id": "ai_agency_specs_prd_2_target_audience",
"community": 216,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "2. target audience"
},
{
"label": "3. Functional Requirements",
"file_type": "document",
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L9",
"_origin": "ast",
"id": "ai_agency_specs_prd_3_functional_requirements",
"community": 216,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "3. functional requirements"
},
{
"label": "4. Non-Functional Requirements (Performance, Security)",
"file_type": "document",
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L12",
"_origin": "ast",
"id": "ai_agency_specs_prd_4_non_functional_requirements_performance_security",
"community": 216,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "4. non-functional requirements (performance, security)"
},
{
"label": "5. Epic / Feature Breakdown",
"file_type": "document",
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L15",
"_origin": "ast",
"id": "ai_agency_specs_prd_5_epic_feature_breakdown",
"community": 216,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "5. epic / feature breakdown"
},
{
"label": "Product Requirement Document (PRD)",
"file_type": "document",
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_prd_product_requirement_document_prd",
"community": 216,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "product requirement document (prd)"
},
{
"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": 217,
"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": 217,
"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": 217,
"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": 217,
"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": 217,
"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": 217,
"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": 217,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "root `package.json` scripts"
},
{
"label": "architecture_spec.md",
"file_type": "document",
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_architecture_spec",
"community": 218,
"community_name": "Architecture Specification",
"norm_label": "architecture_spec.md"
},
{
"label": "1. Single Non-Negotiable Tech Stack",
"file_type": "document",
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L3",
"_origin": "ast",
"id": "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack",
"community": 218,
"community_name": "Architecture Specification",
"norm_label": "1. single non-negotiable tech stack"
},
{
"label": "2. Directory Structure Tree",
"file_type": "document",
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L10",
"_origin": "ast",
"id": "ai_agency_specs_architecture_spec_2_directory_structure_tree",
"community": 218,
"community_name": "Architecture Specification",
"norm_label": "2. directory structure tree"
},
{
"label": "3. State Management Strategy",
"file_type": "document",
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L25",
"_origin": "ast",
"id": "ai_agency_specs_architecture_spec_3_state_management_strategy",
"community": 218,
"community_name": "Architecture Specification",
"norm_label": "3. state management strategy"
},
{
"label": "4. Deployment / Docker Architecture",
"file_type": "document",
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L28",
"_origin": "ast",
"id": "ai_agency_specs_architecture_spec_4_deployment_docker_architecture",
"community": 218,
"community_name": "Architecture Specification",
"norm_label": "4. deployment / docker architecture"
},
{
"label": "Architecture Specification",
"file_type": "document",
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_architecture_spec_architecture_specification",
"community": 218,
"community_name": "Architecture Specification",
"norm_label": "architecture specification"
},
{
"label": "project_health.md",
"file_type": "document",
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_project_health",
"community": 219,
"community_name": "Project Health Audit Report",
"norm_label": "project_health.md"
},
{
"label": "1. Audit Score Summary",
"file_type": "document",
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L3",
"_origin": "ast",
"id": "ai_agency_specs_project_health_1_audit_score_summary",
"community": 219,
"community_name": "Project Health Audit Report",
"norm_label": "1. audit score summary"
},
{
"label": "2. Technical Debt Inventory",
"file_type": "document",
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L7",
"_origin": "ast",
"id": "ai_agency_specs_project_health_2_technical_debt_inventory",
"community": 219,
"community_name": "Project Health Audit Report",
"norm_label": "2. technical debt inventory"
},
{
"label": "3. Outdated Dependencies List",
"file_type": "document",
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L10",
"_origin": "ast",
"id": "ai_agency_specs_project_health_3_outdated_dependencies_list",
"community": 219,
"community_name": "Project Health Audit Report",
"norm_label": "3. outdated dependencies list"
},
{
"label": "4. Security Risks (.env leaks, unprotected ports)",
"file_type": "document",
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L13",
"_origin": "ast",
"id": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports",
"community": 219,
"community_name": "Project Health Audit Report",
"norm_label": "4. security risks (.env leaks, unprotected ports)"
},
{
"label": "Project Health Audit Report",
"file_type": "document",
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_project_health_project_health_audit_report",
"community": 219,
"community_name": "Project Health Audit Report",
"norm_label": "project health audit report"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_media_controller_ts_apibearerauth",
"community": 22,
"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": 22,
"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": 22,
"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": 22,
"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": 22,
"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": 22,
"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": 22,
"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": 22,
"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": 22,
"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": 22,
"community_name": "MediaController",
"norm_label": "put"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_media_controller_ts_useguards",
"community": 22,
"community_name": "MediaController",
"norm_label": "useguards"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_media_service_ts_injectable",
"community": 22,
"community_name": "MediaController",
"norm_label": "injectable"
},
{
"label": "UploadedFile",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "uploadedfile",
"community": 22,
"community_name": "MediaController",
"norm_label": "uploadedfile"
},
{
"label": "UseInterceptors",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "useinterceptors",
"community": 22,
"community_name": "MediaController",
"norm_label": "useinterceptors"
},
{
"label": "04-open-questions.md",
"file_type": "document",
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_04_open_questions",
"community": 220,
"community_name": "Open Questions",
"norm_label": "04-open-questions.md"
},
{
"label": "1. Storefront Migration Roadmap (`frontend/application`)",
"file_type": "document",
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L5",
"_origin": "ast",
"id": "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application",
"community": 220,
"community_name": "Open Questions",
"norm_label": "1. storefront migration roadmap (`frontend/application`)"
},
{
"label": "2. Payment Gateway Integration Provider",
"file_type": "document",
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L9",
"_origin": "ast",
"id": "docs_audit_04_open_questions_2_payment_gateway_integration_provider",
"community": 220,
"community_name": "Open Questions",
"norm_label": "2. payment gateway integration provider"
},
{
"label": "3. Deployment & CI/CD Pipeline Specifications",
"file_type": "document",
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L13",
"_origin": "ast",
"id": "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications",
"community": 220,
"community_name": "Open Questions",
"norm_label": "3. deployment & ci/cd pipeline specifications"
},
{
"label": "4. SMS / OTP Service Provider",
"file_type": "document",
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L17",
"_origin": "ast",
"id": "docs_audit_04_open_questions_4_sms_otp_service_provider",
"community": 220,
"community_name": "Open Questions",
"norm_label": "4. sms / otp service provider"
},
{
"label": "Open Questions",
"file_type": "document",
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_04_open_questions_open_questions",
"community": 220,
"community_name": "Open Questions",
"norm_label": "open questions"
},
{
"label": "33-final-phase2-audit-closure.md",
"file_type": "document",
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_33_final_phase2_audit_closure",
"community": 221,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "33-final-phase2-audit-closure.md"
},
{
"label": "1. Executive Summary & Honest Review-Tier Metrics",
"file_type": "document",
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L9",
"_origin": "ast",
"id": "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics",
"community": 221,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "1. executive summary & honest review-tier metrics"
},
{
"label": "2. Reconciled Findings & Canonical Identifier Normalization",
"file_type": "document",
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L22",
"_origin": "ast",
"id": "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization",
"community": 221,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "2. reconciled findings & canonical identifier normalization"
},
{
"label": "3. Validation & Integrity Verification",
"file_type": "document",
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L34",
"_origin": "ast",
"id": "docs_audit_33_final_phase2_audit_closure_3_validation_integrity_verification",
"community": 221,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "3. validation & integrity verification"
},
{
"label": "4. Final Quality Gate Conclusion",
"file_type": "document",
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L42",
"_origin": "ast",
"id": "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion",
"community": 221,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "4. final quality gate conclusion"
},
{
"label": "Final Phase 2 Audit Closure Report",
"file_type": "document",
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report",
"community": 221,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "final phase 2 audit closure report"
},
{
"label": "scratchpad.md",
"file_type": "document",
"source_file": ".ai_agency/memory/scratchpad.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_memory_scratchpad",
"community": 222,
"community_name": "\ud83d\udcdd Active Agent Working Scratchpad",
"norm_label": "scratchpad.md"
},
{
"label": "\ud83d\udcdd Active Agent Working Scratchpad",
"file_type": "document",
"source_file": ".ai_agency/memory/scratchpad.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_memory_scratchpad_active_agent_working_scratchpad",
"community": 222,
"community_name": "\ud83d\udcdd Active Agent Working Scratchpad",
"norm_label": "\ud83d\udcdd active agent working scratchpad"
},
{
"label": "\ud83c\udfd7\ufe0f Execution Target",
"file_type": "document",
"source_file": ".ai_agency/memory/scratchpad.md",
"source_location": "L24",
"_origin": "ast",
"id": "ai_agency_memory_scratchpad_execution_target",
"community": 222,
"community_name": "\ud83d\udcdd Active Agent Working Scratchpad",
"norm_label": "\ud83c\udfd7\ufe0f execution target"
},
{
"label": "Project: Canina Veterinary E-Commerce System",
"file_type": "document",
"source_file": ".ai_agency/memory/scratchpad.md",
"source_location": "L3",
"_origin": "ast",
"id": "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system",
"community": 222,
"community_name": "\ud83d\udcdd Active Agent Working Scratchpad",
"norm_label": "project: canina veterinary e-commerce system"
},
{
"label": "\ud83d\udccb Requirements & Persona Mandates (Intake & User Request)",
"file_type": "document",
"source_file": ".ai_agency/memory/scratchpad.md",
"source_location": "L8",
"_origin": "ast",
"id": "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request",
"community": 222,
"community_name": "\ud83d\udcdd Active Agent Working Scratchpad",
"norm_label": "\ud83d\udccb requirements & persona mandates (intake & user request)"
},
{
"label": "code_health_review.md",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/code_health_review.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_reviews_code_health_review",
"community": 223,
"community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"norm_label": "code_health_review.md"
},
{
"label": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/code_health_review.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor",
"community": 223,
"community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"norm_label": "\ud83d\udd0d code health audit review (01_auditor)"
},
{
"label": "Executive Summary",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/code_health_review.md",
"source_location": "L3",
"_origin": "ast",
"id": "ai_agency_specs_reviews_code_health_review_executive_summary",
"community": 223,
"community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"norm_label": "executive summary"
},
{
"label": "Key Findings",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/code_health_review.md",
"source_location": "L8",
"_origin": "ast",
"id": "ai_agency_specs_reviews_code_health_review_key_findings",
"community": 223,
"community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"norm_label": "key findings"
},
{
"label": "Recommendations",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/code_health_review.md",
"source_location": "L19",
"_origin": "ast",
"id": "ai_agency_specs_reviews_code_health_review_recommendations",
"community": 223,
"community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"norm_label": "recommendations"
},
{
"label": "24-omitted-file-inspection-report.md",
"file_type": "document",
"source_file": "docs/audit/24-omitted-file-inspection-report.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_24_omitted_file_inspection_report",
"community": 224,
"community_name": "Omitted File Inspection Report",
"norm_label": "24-omitted-file-inspection-report.md"
},
{
"label": "Conclusion",
"file_type": "document",
"source_file": "docs/audit/24-omitted-file-inspection-report.md",
"source_location": "L32",
"_origin": "ast",
"id": "docs_audit_24_omitted_file_inspection_report_conclusion",
"community": 224,
"community_name": "Omitted File Inspection Report",
"norm_label": "conclusion"
},
{
"label": "Key Domain Findings from Omitted File Audit",
"file_type": "document",
"source_file": "docs/audit/24-omitted-file-inspection-report.md",
"source_location": "L14",
"_origin": "ast",
"id": "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit",
"community": 224,
"community_name": "Omitted File Inspection Report",
"norm_label": "key domain findings from omitted file audit"
},
{
"label": "Omitted File Inspection Report",
"file_type": "document",
"source_file": "docs/audit/24-omitted-file-inspection-report.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report",
"community": 224,
"community_name": "Omitted File Inspection Report",
"norm_label": "omitted file inspection report"
},
{
"label": "Overview of Omitted File Inspections",
"file_type": "document",
"source_file": "docs/audit/24-omitted-file-inspection-report.md",
"source_location": "L11",
"_origin": "ast",
"id": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections",
"community": 224,
"community_name": "Omitted File Inspection Report",
"norm_label": "overview of omitted file inspections"
},
{
"label": "phase3.2-implementation-readiness.md",
"file_type": "document",
"source_file": "docs/audit/phase3.2-implementation-readiness.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_phase3_2_implementation_readiness",
"community": 225,
"community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"norm_label": "phase3.2-implementation-readiness.md"
},
{
"label": "1. Executive Summary & Architecture Decisions",
"file_type": "document",
"source_file": "docs/audit/phase3.2-implementation-readiness.md",
"source_location": "L12",
"_origin": "ast",
"id": "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions",
"community": 225,
"community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"norm_label": "1. executive summary & architecture decisions"
},
{
"label": "2. Updated Task Specifications Overview",
"file_type": "document",
"source_file": "docs/audit/phase3.2-implementation-readiness.md",
"source_location": "L30",
"_origin": "ast",
"id": "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview",
"community": 225,
"community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"norm_label": "2. updated task specifications overview"
},
{
"label": "3. Final Readiness Statement",
"file_type": "document",
"source_file": "docs/audit/phase3.2-implementation-readiness.md",
"source_location": "L47",
"_origin": "ast",
"id": "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement",
"community": 225,
"community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"norm_label": "3. final readiness statement"
},
{
"label": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"file_type": "document",
"source_file": "docs/audit/phase3.2-implementation-readiness.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report",
"community": 225,
"community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"norm_label": "phase 3.2 / 3.3 \u2014 implementation readiness & architectural finalization report"
},
{
"label": "phase3-traceability-matrix.md",
"file_type": "document",
"source_file": "docs/audit/phase3-traceability-matrix.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_phase3_traceability_matrix",
"community": 226,
"community_name": "Phase 3 Audit Traceability Matrix",
"norm_label": "phase3-traceability-matrix.md"
},
{
"label": "Complete Finding-to-Task Traceability Matrix",
"file_type": "document",
"source_file": "docs/audit/phase3-traceability-matrix.md",
"source_location": "L11",
"_origin": "ast",
"id": "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix",
"community": 226,
"community_name": "Phase 3 Audit Traceability Matrix",
"norm_label": "complete finding-to-task traceability matrix"
},
{
"label": "Finding Disposition & Accounting Verification",
"file_type": "document",
"source_file": "docs/audit/phase3-traceability-matrix.md",
"source_location": "L40",
"_origin": "ast",
"id": "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification",
"community": 226,
"community_name": "Phase 3 Audit Traceability Matrix",
"norm_label": "finding disposition & accounting verification"
},
{
"label": "Phase 3 Audit Traceability Matrix",
"file_type": "document",
"source_file": "docs/audit/phase3-traceability-matrix.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix",
"community": 226,
"community_name": "Phase 3 Audit Traceability Matrix",
"norm_label": "phase 3 audit traceability matrix"
},
{
"label": "Special Task Traceability (Non-Finding Tasks)",
"file_type": "document",
"source_file": "docs/audit/phase3-traceability-matrix.md",
"source_location": "L32",
"_origin": "ast",
"id": "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks",
"community": 226,
"community_name": "Phase 3 Audit Traceability Matrix",
"norm_label": "special task traceability (non-finding tasks)"
},
{
"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": 227,
"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": 227,
"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": 227,
"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": 227,
"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": 228,
"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": 228,
"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": 228,
"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": 228,
"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": 229,
"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": 229,
"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": 229,
"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": 229,
"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": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_apibearerauth",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "apibearerauth"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_apioperation",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "apioperation"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_apitags",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "apitags"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_body",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_controller",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "controller"
},
{
"label": "Delete",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_delete",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "delete"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_get",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_param",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "param"
},
{
"label": "Patch",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_patch",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "patch"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_post",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "post"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_controller_ts_useguards",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "useguards"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_ingredients_ingredients_service_ts_injectable",
"community": 23,
"community_name": "Ingredient Management Controller",
"norm_label": "injectable"
},
{
"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": 230,
"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": 230,
"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": 230,
"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": 230,
"community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)",
"norm_label": "\ud83d\ude80 seo & content strategy review (12_seo_content)"
},
{
"label": "19-finding-verification-report.md",
"file_type": "document",
"source_file": "docs/audit/19-finding-verification-report.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_19_finding_verification_report",
"community": 231,
"community_name": "Raw Finding Verification & Disposition Report",
"norm_label": "19-finding-verification-report.md"
},
{
"label": "1. Executive Summary & Verification Reconciliation Table",
"file_type": "document",
"source_file": "docs/audit/19-finding-verification-report.md",
"source_location": "L3",
"_origin": "ast",
"id": "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table",
"community": 231,
"community_name": "Raw Finding Verification & Disposition Report",
"norm_label": "1. executive summary & verification reconciliation table"
},
{
"label": "2. Newly Discovered & Split Findings (Canonical IDs)",
"file_type": "document",
"source_file": "docs/audit/19-finding-verification-report.md",
"source_location": "L22",
"_origin": "ast",
"id": "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids",
"community": 231,
"community_name": "Raw Finding Verification & Disposition Report",
"norm_label": "2. newly discovered & split findings (canonical ids)"
},
{
"label": "Raw Finding Verification & Disposition Report",
"file_type": "document",
"source_file": "docs/audit/19-finding-verification-report.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report",
"community": 231,
"community_name": "Raw Finding Verification & Disposition Report",
"norm_label": "raw finding verification & disposition report"
},
{
"label": "admin-panel/README.md",
"file_type": "document",
"source_file": "frontend/admin-panel/README.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_readme",
"community": 232,
"community_name": "React + TypeScript + Vite",
"norm_label": "admin-panel/readme.md"
},
{
"label": "Expanding the ESLint configuration",
"file_type": "document",
"source_file": "frontend/admin-panel/README.md",
"source_location": "L14",
"_origin": "ast",
"id": "frontend_admin_panel_readme_expanding_the_eslint_configuration",
"community": 232,
"community_name": "React + TypeScript + Vite",
"norm_label": "expanding the eslint configuration"
},
{
"label": "React Compiler",
"file_type": "document",
"source_file": "frontend/admin-panel/README.md",
"source_location": "L10",
"_origin": "ast",
"id": "frontend_admin_panel_readme_react_compiler",
"community": 232,
"community_name": "React + TypeScript + Vite",
"norm_label": "react compiler"
},
{
"label": "React + TypeScript + Vite",
"file_type": "document",
"source_file": "frontend/admin-panel/README.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_readme_react_typescript_vite",
"community": 232,
"community_name": "React + TypeScript + Vite",
"norm_label": "react + typescript + vite"
},
{
"label": "application/README.md",
"file_type": "document",
"source_file": "frontend/application/README.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_readme",
"community": 233,
"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": 233,
"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": 233,
"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": 233,
"community_name": "application/README.md",
"norm_label": "learn more"
},
{
"label": "security_review.md",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/security_review.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_reviews_security_review",
"community": 234,
"community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)",
"norm_label": "security_review.md"
},
{
"label": "Security Architecture & Best Practices",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/security_review.md",
"source_location": "L3",
"_origin": "ast",
"id": "ai_agency_specs_reviews_security_review_security_architecture_best_practices",
"community": 234,
"community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)",
"norm_label": "security architecture & best practices"
},
{
"label": "\ud83d\udd12 Security & Performance Review (09_devops_security)",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/security_review.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security",
"community": 234,
"community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)",
"norm_label": "\ud83d\udd12 security & performance review (09_devops_security)"
},
{
"label": "ux_review.md",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/ux_review.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_reviews_ux_review",
"community": 235,
"community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)",
"norm_label": "ux_review.md"
},
{
"label": "Persona Experience Alignment",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/ux_review.md",
"source_location": "L3",
"_origin": "ast",
"id": "ai_agency_specs_reviews_ux_review_persona_experience_alignment",
"community": 235,
"community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)",
"norm_label": "persona experience alignment"
},
{
"label": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/ux_review.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa",
"community": 235,
"community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)",
"norm_label": "\ud83d\udc41\ufe0f ux & persona interface review (08_visual_qa)"
},
{
"label": "18-compiler-diagnostic-dispositions.md",
"file_type": "document",
"source_file": "docs/audit/18-compiler-diagnostic-dispositions.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_18_compiler_diagnostic_dispositions",
"community": 236,
"community_name": "Compiler Diagnostic Dispositions",
"norm_label": "18-compiler-diagnostic-dispositions.md"
},
{
"label": "Compiler Diagnostic Dispositions",
"file_type": "document",
"source_file": "docs/audit/18-compiler-diagnostic-dispositions.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions",
"community": 236,
"community_name": "Compiler Diagnostic Dispositions",
"norm_label": "compiler diagnostic dispositions"
},
{
"label": "Reconciled Compiler Diagnostic Table",
"file_type": "document",
"source_file": "docs/audit/18-compiler-diagnostic-dispositions.md",
"source_location": "L11",
"_origin": "ast",
"id": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table",
"community": 236,
"community_name": "Compiler Diagnostic Dispositions",
"norm_label": "reconciled compiler diagnostic table"
},
{
"label": "@eslint/eslintrc",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L46",
"_origin": "ast",
"id": "backend_package_devdependencies_eslint_eslintrc",
"community": 237,
"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": 237,
"community_name": "@eslint/eslintrc",
"norm_label": "@eslint/eslintrc"
},
{
"label": "js-yaml",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L38",
"_origin": "ast",
"id": "backend_package_dependencies_js_yaml",
"community": 238,
"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": 238,
"community_name": "js-yaml",
"norm_label": "js-yaml"
},
{
"label": "globals",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L63",
"_origin": "ast",
"id": "backend_package_devdependencies_globals",
"community": 239,
"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": 239,
"community_name": "globals",
"norm_label": "globals"
},
{
"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": 24,
"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": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "main.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": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "contactsubmissions.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": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "uitexts.tsx"
},
{
"label": "GROUP_PAGE_MAP",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L77",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_uitexts_group_page_map",
"community": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "group_page_map"
},
{
"label": "GROUPS",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L16",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_uitexts_groups",
"community": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "groups"
},
{
"label": "PAGE_TABS",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L7",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_uitexts_page_tabs",
"community": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "page_tabs"
},
{
"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": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "adminroutes.tsx"
},
{
"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": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "contactsubmissions"
},
{
"label": "router",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L45",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_router",
"community": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "router"
},
{
"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": 24,
"community_name": "adminRoutes.tsx",
"norm_label": "uitexts"
},
{
"label": "prettier",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L65",
"_origin": "ast",
"id": "backend_package_devdependencies_prettier",
"community": 240,
"community_name": "prettier",
"norm_label": "prettier"
},
{
"label": "prettier",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L65",
"_origin": "ast",
"id": "prettier",
"community": 240,
"community_name": "prettier",
"norm_label": "prettier"
},
{
"label": "prisma",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L66",
"_origin": "ast",
"id": "backend_package_devdependencies_prisma",
"community": 241,
"community_name": "prisma",
"norm_label": "prisma"
},
{
"label": "prisma",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L66",
"_origin": "ast",
"id": "prisma",
"community": 241,
"community_name": "prisma",
"norm_label": "prisma"
},
{
"label": "supertest",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L68",
"_origin": "ast",
"id": "backend_package_devdependencies_supertest",
"community": 242,
"community_name": "supertest",
"norm_label": "supertest"
},
{
"label": "supertest",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L68",
"_origin": "ast",
"id": "supertest",
"community": 242,
"community_name": "supertest",
"norm_label": "supertest"
},
{
"label": "ts-loader",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L70",
"_origin": "ast",
"id": "backend_package_devdependencies_ts_loader",
"community": 243,
"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": 243,
"community_name": "ts-loader",
"norm_label": "ts-loader"
},
{
"label": "ts-node",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L71",
"_origin": "ast",
"id": "backend_package_devdependencies_ts_node",
"community": 244,
"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": 244,
"community_name": "ts-node",
"norm_label": "ts-node"
},
{
"label": "@types/express",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L53",
"_origin": "ast",
"id": "backend_package_devdependencies_types_express",
"community": 245,
"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": 245,
"community_name": "@types/express",
"norm_label": "@types/express"
},
{
"label": "@types/jest",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L54",
"_origin": "ast",
"id": "backend_package_devdependencies_types_jest",
"community": 246,
"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": 246,
"community_name": "@types/jest",
"norm_label": "@types/jest"
},
{
"label": "@types/js-yaml",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L55",
"_origin": "ast",
"id": "backend_package_devdependencies_types_js_yaml",
"community": 247,
"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": 247,
"community_name": "@types/js-yaml",
"norm_label": "@types/js-yaml"
},
{
"label": "@types/multer",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L56",
"_origin": "ast",
"id": "backend_package_devdependencies_types_multer",
"community": 248,
"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": 248,
"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": 249,
"community_name": "eslint-plugin-react-hooks",
"norm_label": "eslint-plugin-react-hooks"
},
{
"label": "eslint-plugin-react-hooks",
"file_type": "concept",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L33",
"_origin": "ast",
"id": "eslint_plugin_react_hooks",
"community": 249,
"community_name": "eslint-plugin-react-hooks",
"norm_label": "eslint-plugin-react-hooks"
},
{
"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": 25,
"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": 25,
"community_name": "admin.module.ts",
"norm_label": "module"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_service_ts_injectable",
"community": 25,
"community_name": "admin.module.ts",
"norm_label": "injectable"
},
{
"label": "reports.controller.ts",
"file_type": "code",
"source_file": "backend/src/admin/reports.controller.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_admin_reports_controller",
"community": 25,
"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": 25,
"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": 25,
"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": 25,
"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": 25,
"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": 25,
"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": 25,
"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": 25,
"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": 25,
"community_name": "admin.module.ts",
"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": 250,
"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": 250,
"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": 251,
"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": 251,
"community_name": "tailwindcss",
"norm_label": "tailwindcss"
},
{
"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": 252,
"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": 252,
"community_name": "typescript",
"norm_label": "typescript"
},
{
"label": "@testing-library/jest-dom",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L23",
"_origin": "ast",
"id": "frontend_application_package_devdependencies_testing_library_jest_dom",
"community": 253,
"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": 253,
"community_name": "@testing-library/jest-dom",
"norm_label": "@testing-library/jest-dom"
},
{
"label": "@testing-library/react",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L24",
"_origin": "ast",
"id": "frontend_application_package_devdependencies_testing_library_react",
"community": 254,
"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": 254,
"community_name": "@testing-library/react",
"norm_label": "@testing-library/react"
},
{
"label": "@types/react",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L26",
"_origin": "ast",
"id": "frontend_application_package_devdependencies_types_react",
"community": 255,
"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": 255,
"community_name": "@types/react",
"norm_label": "@types/react"
},
{
"label": "typescript",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L33",
"_origin": "ast",
"id": "frontend_application_package_devdependencies_typescript",
"community": 256,
"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": 256,
"community_name": "typescript",
"norm_label": "typescript"
},
{
"label": "vitest",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L34",
"_origin": "ast",
"id": "frontend_application_package_devdependencies_vitest",
"community": 257,
"community_name": "vitest",
"norm_label": "vitest"
},
{
"label": "vitest",
"file_type": "concept",
"source_file": "frontend/application/package.json",
"source_location": "L34",
"_origin": "ast",
"id": "vitest",
"community": 257,
"community_name": "vitest",
"norm_label": "vitest"
},
{
"label": "reviews/README.md",
"file_type": "document",
"source_file": ".ai_agency/specs/reviews/README.md",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_specs_reviews_readme",
"community": 258,
"community_name": "reviews/README.md",
"norm_label": "reviews/readme.md"
},
{
"label": "axios",
"file_type": "code",
"source_file": "axios",
"confidence": "EXTRACTED",
"_origin": "ast",
"id": "axios_axios",
"community": 259,
"community_name": "axios",
"norm_label": "axios"
},
{
"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": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "confirmmodal.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": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "cms.tsx"
},
{
"label": "Media.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_media",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "media.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": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "wholesaleapplications.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": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "wiki.tsx"
},
{
"label": "CMS",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L23",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_cms",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "cms"
},
{
"label": "Media",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L22",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_media",
"community": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "media"
},
{
"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": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "wholesaleapplications"
},
{
"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": 26,
"community_name": "ConfirmModal.tsx",
"norm_label": "wiki"
},
{
"label": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog",
"community": 260,
"community_name": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md"
},
{
"label": "shabnam-font-v5.0.1/CHANGELOG.md",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog",
"community": 261,
"community_name": "shabnam-font-v5.0.1/CHANGELOG.md",
"norm_label": "shabnam-font-v5.0.1/changelog.md"
},
{
"label": "application/CLAUDE.md",
"file_type": "document",
"source_file": "frontend/application/CLAUDE.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_claude",
"community": 262,
"community_name": "application/CLAUDE.md",
"norm_label": "application/claude.md"
},
{
"label": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_changelog",
"community": 263,
"community_name": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"norm_label": "application/public/fonts/sahel-font-v3.4.0/changelog.md"
},
{
"label": "tailwindcss",
"file_type": "code",
"source_file": "tailwindcss",
"confidence": "EXTRACTED",
"_origin": "ast",
"id": "tailwindcss_tailwindcss",
"community": 264,
"community_name": "tailwindcss",
"norm_label": "tailwindcss"
},
{
"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": 265,
"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": 265,
"community_name": "typescript-eslint",
"norm_label": "typescript-eslint"
},
{
"label": "@nestjs/core",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L25",
"_origin": "ast",
"id": "backend_package_dependencies_nestjs_core",
"community": 266,
"community_name": "@nestjs/core",
"norm_label": "@nestjs/core"
},
{
"label": "@nestjs/core",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L25",
"_origin": "ast",
"id": "nestjs_core",
"community": 266,
"community_name": "@nestjs/core",
"norm_label": "@nestjs/core"
},
{
"label": "@nestjs/jwt",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L26",
"_origin": "ast",
"id": "backend_package_dependencies_nestjs_jwt",
"community": 267,
"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": 267,
"community_name": "@nestjs/jwt",
"norm_label": "@nestjs/jwt"
},
{
"label": "@nestjs/swagger",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L29",
"_origin": "ast",
"id": "backend_package_dependencies_nestjs_swagger",
"community": 268,
"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": 268,
"community_name": "@nestjs/swagger",
"norm_label": "@nestjs/swagger"
},
{
"label": "@nestjs/throttler",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L30",
"_origin": "ast",
"id": "backend_package_dependencies_nestjs_throttler",
"community": 269,
"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": 269,
"community_name": "@nestjs/throttler",
"norm_label": "@nestjs/throttler"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "apibearerauth"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_apioperation",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "apioperation"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_apitags",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "apitags"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_body",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_controller",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "controller"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_get",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_param",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "param"
},
{
"label": "Patch",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_patch",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "patch"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_post",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "post"
},
{
"label": "Req",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_req",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "req"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_controller_ts_useguards",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "useguards"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_service_ts_injectable",
"community": 27,
"community_name": "Prescription Review Controller",
"norm_label": "injectable"
},
{
"label": "passport-jwt",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L40",
"_origin": "ast",
"id": "backend_package_dependencies_passport_jwt",
"community": 270,
"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": 270,
"community_name": "passport-jwt",
"norm_label": "passport-jwt"
},
{
"label": "@prisma/client",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L31",
"_origin": "ast",
"id": "backend_package_dependencies_prisma_client",
"community": 271,
"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": 271,
"community_name": "@prisma/client",
"norm_label": "@prisma/client"
},
{
"label": "swagger-ui-express",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L43",
"_origin": "ast",
"id": "backend_package_dependencies_swagger_ui_express",
"community": 272,
"community_name": "swagger-ui-express",
"norm_label": "swagger-ui-express"
},
{
"label": "swagger-ui-express",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L43",
"_origin": "ast",
"id": "swagger_ui_express",
"community": 272,
"community_name": "swagger-ui-express",
"norm_label": "swagger-ui-express"
},
{
"label": "AGENTS.md",
"file_type": "document",
"source_file": "AGENTS.md",
"source_location": "L1",
"_origin": "ast",
"id": "agents",
"community": 273,
"community_name": "AGENTS.md",
"norm_label": "agents.md"
},
{
"label": "graphify",
"file_type": "document",
"source_file": "AGENTS.md",
"source_location": "L1",
"_origin": "ast",
"id": "agents_graphify",
"community": 273,
"community_name": "AGENTS.md",
"norm_label": "graphify"
},
{
"label": "eslint-config-prettier",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L61",
"_origin": "ast",
"id": "backend_package_devdependencies_eslint_config_prettier",
"community": 274,
"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": 274,
"community_name": "eslint-config-prettier",
"norm_label": "eslint-config-prettier"
},
{
"label": "@eslint/js",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L47",
"_origin": "ast",
"id": "backend_package_devdependencies_eslint_js",
"community": 275,
"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": 275,
"community_name": "@eslint/js",
"norm_label": "@eslint/js"
},
{
"label": "jest",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L64",
"_origin": "ast",
"id": "backend_package_devdependencies_jest",
"community": 276,
"community_name": "jest",
"norm_label": "jest"
},
{
"label": "jest",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L64",
"_origin": "ast",
"id": "jest",
"community": 276,
"community_name": "jest",
"norm_label": "jest"
},
{
"label": "@nestjs/schematics",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L49",
"_origin": "ast",
"id": "backend_package_devdependencies_nestjs_schematics",
"community": 277,
"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": 277,
"community_name": "@nestjs/schematics",
"norm_label": "@nestjs/schematics"
},
{
"label": "@nestjs/testing",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L50",
"_origin": "ast",
"id": "backend_package_devdependencies_nestjs_testing",
"community": 278,
"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": 278,
"community_name": "@nestjs/testing",
"norm_label": "@nestjs/testing"
},
{
"label": "source-map-support",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L67",
"_origin": "ast",
"id": "backend_package_devdependencies_source_map_support",
"community": 279,
"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": 279,
"community_name": "source-map-support",
"norm_label": "source-map-support"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth",
"community": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"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": 28,
"community_name": "Smart Advisor Controller",
"norm_label": "injectable"
},
{
"label": "ts-jest",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L69",
"_origin": "ast",
"id": "backend_package_devdependencies_ts_jest",
"community": 280,
"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": 280,
"community_name": "ts-jest",
"norm_label": "ts-jest"
},
{
"label": "tsconfig-paths",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L72",
"_origin": "ast",
"id": "backend_package_devdependencies_tsconfig_paths",
"community": 281,
"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": 281,
"community_name": "tsconfig-paths",
"norm_label": "tsconfig-paths"
},
{
"label": "@types/bcryptjs",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L52",
"_origin": "ast",
"id": "backend_package_devdependencies_types_bcryptjs",
"community": 282,
"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": 282,
"community_name": "@types/bcryptjs",
"norm_label": "@types/bcryptjs"
},
{
"label": "typescript-eslint",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L74",
"_origin": "ast",
"id": "backend_package_devdependencies_typescript_eslint",
"community": 283,
"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": 283,
"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": 284,
"community_name": "wholesale.controller.ts",
"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": 284,
"community_name": "wholesale.controller.ts",
"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": 284,
"community_name": "wholesale.controller.ts",
"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": 284,
"community_name": "wholesale.controller.ts",
"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": 284,
"community_name": "wholesale.controller.ts",
"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": 284,
"community_name": "wholesale.controller.ts",
"norm_label": "isstring"
},
{
"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": 284,
"community_name": "wholesale.controller.ts",
"norm_label": "wholesale.controller.ts"
},
{
"label": "wholesale.service.ts",
"file_type": "code",
"source_file": "backend/src/wholesale/wholesale.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_service",
"community": 284,
"community_name": "wholesale.controller.ts",
"norm_label": "wholesale.service.ts"
},
{
"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": 285,
"community_name": "InitiatePaymentDto",
"norm_label": "initiate-payment.dto.ts"
},
{
"label": "ApiProperty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty",
"community": 285,
"community_name": "InitiatePaymentDto",
"norm_label": "apiproperty"
},
{
"label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional",
"community": 285,
"community_name": "InitiatePaymentDto",
"norm_label": "apipropertyoptional"
},
{
"label": "IsNotEmpty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty",
"community": 285,
"community_name": "InitiatePaymentDto",
"norm_label": "isnotempty"
},
{
"label": "IsOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional",
"community": 285,
"community_name": "InitiatePaymentDto",
"norm_label": "isoptional"
},
{
"label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_isstring",
"community": 285,
"community_name": "InitiatePaymentDto",
"norm_label": "isstring"
},
{
"label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional",
"community": 286,
"community_name": "GetProductsDto",
"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": 286,
"community_name": "GetProductsDto",
"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": 286,
"community_name": "GetProductsDto",
"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": 286,
"community_name": "GetProductsDto",
"norm_label": "isstring"
},
{
"label": "Query",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_products_products_controller_ts_query",
"community": 286,
"community_name": "GetProductsDto",
"norm_label": "query"
},
{
"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": 287,
"community_name": "Coupons.tsx",
"norm_label": "coupons.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": 287,
"community_name": "Coupons.tsx",
"norm_label": "coupons"
},
{
"label": "SmsSettingsPage.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_smssettingspage",
"community": 288,
"community_name": "SmsSettingsPage.tsx",
"norm_label": "smssettingspage.tsx"
},
{
"label": "SmsSettingsPage",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L36",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_smssettingspage",
"community": 288,
"community_name": "SmsSettingsPage.tsx",
"norm_label": "smssettingspage"
},
{
"label": "verify-payment.dto.ts",
"file_type": "code",
"source_file": "backend/src/payment/dto/verify-payment.dto.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_payment_dto_verify_payment_dto",
"community": 289,
"community_name": "ZibalCallbackQueryDto",
"norm_label": "verify-payment.dto.ts"
},
{
"label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional",
"community": 289,
"community_name": "ZibalCallbackQueryDto",
"norm_label": "apipropertyoptional"
},
{
"label": "IsOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_verify_payment_dto_ts_isoptional",
"community": 289,
"community_name": "ZibalCallbackQueryDto",
"norm_label": "isoptional"
},
{
"label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_dto_verify_payment_dto_ts_isstring",
"community": 289,
"community_name": "ZibalCallbackQueryDto",
"norm_label": "isstring"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_apibearerauth",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "apibearerauth"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_apioperation",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "apioperation"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_apitags",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "apitags"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_body",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_controller",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "controller"
},
{
"label": "Delete",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_delete",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "delete"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_get",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_param",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "param"
},
{
"label": "Patch",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_patch",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "patch"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_post",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "post"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_controller_ts_useguards",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "useguards"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_testimonials_testimonials_service_ts_injectable",
"community": 29,
"community_name": "Testimonials Management Controller",
"norm_label": "injectable"
},
{
"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": 290,
"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": 290,
"community_name": "@tailwindcss/postcss",
"norm_label": "@tailwindcss/postcss"
},
{
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"community_name": "UsersService",
"norm_label": "isstring"
},
{
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"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": 3,
"community_name": "UsersService",
"norm_label": "injectable"
},
{
"label": "Layout.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/Layout.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_components_layout",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "layout.tsx"
},
{
"label": "ProtectedRoute.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_components_protectedroute",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "protectedroute.tsx"
},
{
"label": "Sidebar.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_components_sidebar",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "sidebar.tsx"
},
{
"label": "menuGroups",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
"source_location": "L7",
"_origin": "ast",
"id": "frontend_admin_panel_src_components_sidebar_menugroups",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "menugroups"
},
{
"label": "Topbar.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_components_topbar",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "topbar.tsx"
},
{
"label": "SEARCHABLE_PAGES",
"file_type": "code",
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
"source_location": "L12",
"_origin": "ast",
"id": "frontend_admin_panel_src_components_topbar_searchable_pages",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "searchable_pages"
},
{
"label": "Login.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_login",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "login.tsx"
},
{
"label": "src/services/api.ts",
"file_type": "code",
"source_file": "frontend/admin-panel/src/services/api.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_services_api",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "src/services/api.ts"
},
{
"label": "failedQueue",
"file_type": "code",
"source_file": "frontend/admin-panel/src/services/api.ts",
"source_location": "L32",
"_origin": "ast",
"id": "frontend_admin_panel_src_services_api_failedqueue",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "failedqueue"
},
{
"label": "adminAuthStore.ts",
"file_type": "code",
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_store_adminauthstore",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "adminauthstore.ts"
},
{
"label": "useAdminAuthStore",
"file_type": "code",
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
"source_location": "L5",
"_origin": "ast",
"id": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore",
"community": 30,
"community_name": "src/services/api.ts",
"norm_label": "useadminauthstore"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "mediaselector.tsx"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "spinner.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": 31,
"community_name": "Spinner.tsx",
"norm_label": "bannersmanager.tsx"
},
{
"label": "Blogs.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_blogs",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "blogs.tsx"
},
{
"label": "Categories.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_categories",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "categories.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": 31,
"community_name": "Spinner.tsx",
"norm_label": "ingredientsmanager.tsx"
},
{
"label": "PrescriptionsManager.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_prescriptionsmanager",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "prescriptionsmanager.tsx"
},
{
"label": "SeoSettingsPage.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_seosettingspage",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "seosettingspage.tsx"
},
{
"label": "Settings.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_settings",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "settings.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": 31,
"community_name": "Spinner.tsx",
"norm_label": "testimonialsmanager.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": 31,
"community_name": "Spinner.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": 31,
"community_name": "Spinner.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": 31,
"community_name": "Spinner.tsx",
"norm_label": "categories"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "ingredientsmanager"
},
{
"label": "PrescriptionsManager",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L31",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "prescriptionsmanager"
},
{
"label": "SeoSettingsPage",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L33",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_seosettingspage",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "seosettingspage"
},
{
"label": "Settings",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L15",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_settings",
"community": 31,
"community_name": "Spinner.tsx",
"norm_label": "settings"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "testimonialsmanager"
},
{
"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": 31,
"community_name": "Spinner.tsx",
"norm_label": "base_domain"
},
{
"label": "[id]/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_checkout_success_id_page",
"community": 32,
"community_name": "useCartStore",
"norm_label": "[id]/page.tsx"
},
{
"label": "profile/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/profile/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_profile_page",
"community": 32,
"community_name": "useCartStore",
"norm_label": "profile/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": 32,
"community_name": "useCartStore",
"norm_label": "search/page.tsx"
},
{
"label": "metadata",
"file_type": "code",
"source_file": "frontend/application/app/search/page.tsx",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_app_search_page_metadata",
"community": 32,
"community_name": "useCartStore",
"norm_label": "metadata"
},
{
"label": "track/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/track/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_track_page",
"community": 32,
"community_name": "useCartStore",
"norm_label": "track/page.tsx"
},
{
"label": "Header.tsx",
"file_type": "code",
"source_file": "frontend/application/components/Header.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_header",
"community": 32,
"community_name": "useCartStore",
"norm_label": "header.tsx"
},
{
"label": "MENU_ICONS",
"file_type": "code",
"source_file": "frontend/application/components/Header.tsx",
"source_location": "L18",
"_origin": "ast",
"id": "frontend_application_components_header_menu_icons",
"community": 32,
"community_name": "useCartStore",
"norm_label": "menu_icons"
},
{
"label": "OrderSuccess.tsx",
"file_type": "code",
"source_file": "frontend/application/components/OrderSuccess.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_ordersuccess",
"community": 32,
"community_name": "useCartStore",
"norm_label": "ordersuccess.tsx"
},
{
"label": "OrderTracking.tsx",
"file_type": "code",
"source_file": "frontend/application/components/OrderTracking.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_ordertracking",
"community": 32,
"community_name": "useCartStore",
"norm_label": "ordertracking.tsx"
},
{
"label": "PetProfile.tsx",
"file_type": "code",
"source_file": "frontend/application/components/PetProfile.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_petprofile",
"community": 32,
"community_name": "useCartStore",
"norm_label": "petprofile.tsx"
},
{
"label": "SearchResultsPage.tsx",
"file_type": "code",
"source_file": "frontend/application/components/SearchResultsPage.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_searchresultspage",
"community": 32,
"community_name": "useCartStore",
"norm_label": "searchresultspage.tsx"
},
{
"label": "Header.test.tsx",
"file_type": "code",
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_tests_header_test",
"community": 32,
"community_name": "useCartStore",
"norm_label": "header.test.tsx"
},
{
"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": 32,
"community_name": "useCartStore",
"norm_label": "usecartstore"
},
{
"label": "usePetStore.ts",
"file_type": "code",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_store_usepetstore",
"community": 32,
"community_name": "useCartStore",
"norm_label": "usepetstore.ts"
},
{
"label": "usePetStore",
"file_type": "code",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L63",
"_origin": "ast",
"id": "frontend_application_lib_store_usepetstore_usepetstore",
"community": 32,
"community_name": "useCartStore",
"norm_label": "usepetstore"
},
{
"label": "ApiBadRequestResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_apibadrequestresponse",
"community": 33,
"community_name": "PaymentController",
"norm_label": "apibadrequestresponse"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_apibearerauth",
"community": 33,
"community_name": "PaymentController",
"norm_label": "apibearerauth"
},
{
"label": "ApiOkResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_apiokresponse",
"community": 33,
"community_name": "PaymentController",
"norm_label": "apiokresponse"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_apioperation",
"community": 33,
"community_name": "PaymentController",
"norm_label": "apioperation"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_apitags",
"community": 33,
"community_name": "PaymentController",
"norm_label": "apitags"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_body",
"community": 33,
"community_name": "PaymentController",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_controller",
"community": 33,
"community_name": "PaymentController",
"norm_label": "controller"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_get",
"community": 33,
"community_name": "PaymentController",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_param",
"community": 33,
"community_name": "PaymentController",
"norm_label": "param"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_post",
"community": 33,
"community_name": "PaymentController",
"norm_label": "post"
},
{
"label": "Query",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_query",
"community": 33,
"community_name": "PaymentController",
"norm_label": "query"
},
{
"label": "Req",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_req",
"community": 33,
"community_name": "PaymentController",
"norm_label": "req"
},
{
"label": "Res",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_res",
"community": 33,
"community_name": "PaymentController",
"norm_label": "res"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_payment_payment_controller_ts_useguards",
"community": 33,
"community_name": "PaymentController",
"norm_label": "useguards"
},
{
"label": "Headers",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "headers",
"community": 33,
"community_name": "PaymentController",
"norm_label": "headers"
},
{
"label": "Ip",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "ip",
"community": 33,
"community_name": "PaymentController",
"norm_label": "ip"
},
{
"label": "generate-openapi.ts",
"file_type": "code",
"source_file": "backend/scripts/generate-openapi.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_scripts_generate_openapi",
"community": 34,
"community_name": "main.ts",
"norm_label": "generate-openapi.ts"
},
{
"label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_app_module_ts_module",
"community": 34,
"community_name": "main.ts",
"norm_label": "module"
},
{
"label": "http-exception.filter.ts",
"file_type": "code",
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_common_filters_http_exception_filter",
"community": 34,
"community_name": "main.ts",
"norm_label": "http-exception.filter.ts"
},
{
"label": "Catch",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_common_filters_http_exception_filter_ts_catch",
"community": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"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": 34,
"community_name": "main.ts",
"norm_label": "apiproperty"
},
{
"label": "main.ts",
"file_type": "code",
"source_file": "backend/src/main.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_main",
"community": 34,
"community_name": "main.ts",
"norm_label": "main.ts"
},
{
"label": "app-audit-verification.e2e-spec.ts",
"file_type": "code",
"source_file": "backend/test/app-audit-verification.e2e-spec.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_test_app_audit_verification_e2e_spec",
"community": 34,
"community_name": "main.ts",
"norm_label": "app-audit-verification.e2e-spec.ts"
},
{
"label": "app.e2e-spec.ts",
"file_type": "code",
"source_file": "backend/test/app.e2e-spec.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_test_app_e2e_spec",
"community": 34,
"community_name": "main.ts",
"norm_label": "app.e2e-spec.ts"
},
{
"label": "B2BManager.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_b2bmanager",
"community": 35,
"community_name": "admin.ts",
"norm_label": "b2bmanager.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": 35,
"community_name": "admin.ts",
"norm_label": "financialsettingspage.tsx"
},
{
"label": "SmartAdvisorManager.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_smartadvisormanager",
"community": 35,
"community_name": "admin.ts",
"norm_label": "smartadvisormanager.tsx"
},
{
"label": "SystemSettingsPage.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_systemsettingspage",
"community": 35,
"community_name": "admin.ts",
"norm_label": "systemsettingspage.tsx"
},
{
"label": "B2BManager",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L32",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_b2bmanager",
"community": 35,
"community_name": "admin.ts",
"norm_label": "b2bmanager"
},
{
"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": 35,
"community_name": "admin.ts",
"norm_label": "financialsettingspage"
},
{
"label": "SmartAdvisorManager",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L28",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager",
"community": 35,
"community_name": "admin.ts",
"norm_label": "smartadvisormanager"
},
{
"label": "SystemSettingsPage",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L35",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage",
"community": 35,
"community_name": "admin.ts",
"norm_label": "systemsettingspage"
},
{
"label": "admin.ts",
"file_type": "code",
"source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_types_admin",
"community": 35,
"community_name": "admin.ts",
"norm_label": "admin.ts"
},
{
"label": "backend/tsconfig.json",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L1",
"_origin": "ast",
"id": "backend_tsconfig",
"community": 36,
"community_name": "Backend TypeScript Config",
"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": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "compileroptions"
},
{
"label": "allowSyntheticDefaultImports",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L12",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "allowsyntheticdefaultimports"
},
{
"label": "baseUrl",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L16",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_baseurl",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "baseurl"
},
{
"label": "declaration",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L8",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_declaration",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "declaration"
},
{
"label": "emitDecoratorMetadata",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L10",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_emitdecoratormetadata",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "emitdecoratormetadata"
},
{
"label": "esModuleInterop",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L6",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_esmoduleinterop",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "esmoduleinterop"
},
{
"label": "experimentalDecorators",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L11",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_experimentaldecorators",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "experimentaldecorators"
},
{
"label": "forceConsistentCasingInFileNames",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L20",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "forceconsistentcasinginfilenames"
},
{
"label": "incremental",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L17",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_incremental",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "incremental"
},
{
"label": "isolatedModules",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L7",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_isolatedmodules",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "isolatedmodules"
},
{
"label": "module",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L3",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_module",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "module"
},
{
"label": "moduleResolution",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_moduleresolution",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "moduleresolution"
},
{
"label": "noFallthroughCasesInSwitch",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L23",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "nofallthroughcasesinswitch"
},
{
"label": "noImplicitAny",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L21",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_noimplicitany",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "noimplicitany"
},
{
"label": "outDir",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L15",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_outdir",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "outdir"
},
{
"label": "removeComments",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L9",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_removecomments",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "removecomments"
},
{
"label": "resolvePackageJsonExports",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L5",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_resolvepackagejsonexports",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "resolvepackagejsonexports"
},
{
"label": "skipLibCheck",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L18",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_skiplibcheck",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "skiplibcheck"
},
{
"label": "sourceMap",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L14",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_sourcemap",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "sourcemap"
},
{
"label": "strictBindCallApply",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L22",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_strictbindcallapply",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "strictbindcallapply"
},
{
"label": "strictNullChecks",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L19",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_strictnullchecks",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "strictnullchecks"
},
{
"label": "target",
"file_type": "code",
"source_file": "backend/tsconfig.json",
"source_location": "L13",
"_origin": "ast",
"id": "backend_tsconfig_compileroptions_target",
"community": 36,
"community_name": "Backend TypeScript Config",
"norm_label": "target"
},
{
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"norm_label": "dom"
},
{
"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": 37,
"community_name": "App TypeScript Config",
"norm_label": "es2023"
},
{
"label": "src",
"file_type": "concept",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L24",
"_origin": "ast",
"id": "ref_src",
"community": 37,
"community_name": "App TypeScript Config",
"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": 37,
"community_name": "App TypeScript Config",
"norm_label": "vite/client"
},
{
"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": 38,
"community_name": "Products.tsx",
"norm_label": "pagination.tsx"
},
{
"label": "Pets.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_pets",
"community": 38,
"community_name": "Products.tsx",
"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": 38,
"community_name": "Products.tsx",
"norm_label": "products.tsx"
},
{
"label": "Transactions.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_transactions",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "transactions.tsx"
},
{
"label": "Pets",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L20",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_pets",
"community": 38,
"community_name": "Products.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": 38,
"community_name": "Products.tsx",
"norm_label": "products"
},
{
"label": "Transactions",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L37",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_transactions",
"community": 38,
"community_name": "Products.tsx",
"norm_label": "transactions"
},
{
"label": "dependencies",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L23",
"_origin": "ast",
"id": "backend_package_dependencies",
"community": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"community_name": "dependencies",
"norm_label": "rxjs"
},
{
"label": "bcrypt",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L32",
"_origin": "ast",
"id": "bcrypt",
"community": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"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": 39,
"community_name": "dependencies",
"norm_label": "rxjs"
},
{
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"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": 4,
"community_name": "CmsController",
"norm_label": "isstring"
},
{
"label": "IsUUID",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "isuuid",
"community": 4,
"community_name": "CmsController",
"norm_label": "isuuid"
},
{
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"norm_label": "types"
},
{
"label": "verbatimModuleSyntax",
"file_type": "code",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L13",
"_origin": "ast",
"id": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax",
"community": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"norm_label": "es2023"
},
{
"label": "node",
"file_type": "concept",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L7",
"_origin": "ast",
"id": "ref_node",
"community": 40,
"community_name": "Node TypeScript Config",
"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": 40,
"community_name": "Node TypeScript Config",
"norm_label": "vite.config.ts"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_apibearerauth",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "apibearerauth"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_apioperation",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "apioperation"
},
{
"label": "ApiQuery",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_apiquery",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "apiquery"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_apitags",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "apitags"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_body",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_controller",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "controller"
},
{
"label": "Delete",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_delete",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "delete"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_get",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_param",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "param"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_post",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "post"
},
{
"label": "Put",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_put",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "put"
},
{
"label": "Query",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_query",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "query"
},
{
"label": "Request",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_request",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "request"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_blogs_controller_ts_useguards",
"community": 41,
"community_name": "Admin Blog Controller",
"norm_label": "useguards"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_apibearerauth",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "apibearerauth"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_apioperation",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "apioperation"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_apitags",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "apitags"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_body",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_controller",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "controller"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_get",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_param",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "param"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_post",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "post"
},
{
"label": "Put",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_put",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "put"
},
{
"label": "Request",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_request",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "request"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_controller_ts_useguards",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "useguards"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wholesale_wholesale_service_ts_injectable",
"community": 42,
"community_name": "WholesaleService",
"norm_label": "injectable"
},
{
"label": "devDependencies",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L21",
"_origin": "ast",
"id": "frontend_application_package_devdependencies",
"community": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"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": 43,
"community_name": "devDependencies",
"norm_label": "jsdom"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_apibearerauth",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "apibearerauth"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_apioperation",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "apioperation"
},
{
"label": "ApiQuery",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_apiquery",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "apiquery"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_apitags",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "apitags"
},
{
"label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_body",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "body"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_controller",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "controller"
},
{
"label": "Delete",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_delete",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "delete"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_get",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_param",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "param"
},
{
"label": "Post",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_post",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "post"
},
{
"label": "Put",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_put",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "put"
},
{
"label": "Query",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_query",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "query"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_wiki_controller_ts_useguards",
"community": 44,
"community_name": "Generic CRUD Controller",
"norm_label": "useguards"
},
{
"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": 45,
"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": 45,
"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": 45,
"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": 45,
"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": 45,
"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": 45,
"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": 45,
"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": 45,
"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": 45,
"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": 45,
"community_name": "seo.module.ts",
"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": 46,
"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": 46,
"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": 46,
"community_name": "PaginationDto",
"norm_label": "isenum"
},
{
"label": "IsOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_common_dto_pagination_dto_ts_isoptional",
"community": 46,
"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": 46,
"community_name": "PaginationDto",
"norm_label": "isstring"
},
{
"label": "Type",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_common_dto_pagination_dto_ts_type",
"community": 46,
"community_name": "PaginationDto",
"norm_label": "type"
},
{
"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": 46,
"community_name": "PaginationDto",
"norm_label": "get-products.dto.ts"
},
{
"label": "IsInt",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "isint",
"community": 46,
"community_name": "PaginationDto",
"norm_label": "isint"
},
{
"label": "Min",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "min",
"community": 46,
"community_name": "PaginationDto",
"norm_label": "min"
},
{
"label": "package.json",
"file_type": "code",
"source_file": "package.json",
"source_location": "L1",
"_origin": "ast",
"id": "package",
"community": 47,
"community_name": "Project Build Scripts",
"norm_label": "package.json"
},
{
"label": "devDependencies",
"file_type": "code",
"source_file": "package.json",
"source_location": "L17",
"_origin": "ast",
"id": "package_devdependencies",
"community": 47,
"community_name": "Project Build Scripts",
"norm_label": "devdependencies"
},
{
"label": "concurrently",
"file_type": "code",
"source_file": "package.json",
"source_location": "L18",
"_origin": "ast",
"id": "package_devdependencies_concurrently",
"community": 47,
"community_name": "Project Build Scripts",
"norm_label": "concurrently"
},
{
"label": "name",
"file_type": "code",
"source_file": "package.json",
"source_location": "L2",
"_origin": "ast",
"id": "package_name",
"community": 47,
"community_name": "Project Build Scripts",
"norm_label": "name"
},
{
"label": "private",
"file_type": "code",
"source_file": "package.json",
"source_location": "L4",
"_origin": "ast",
"id": "package_private",
"community": 47,
"community_name": "Project Build Scripts",
"norm_label": "private"
},
{
"label": "scripts",
"file_type": "code",
"source_file": "package.json",
"source_location": "L5",
"_origin": "ast",
"id": "package_scripts",
"community": 47,
"community_name": "Project Build Scripts",
"norm_label": "scripts"
},
{
"label": "build",
"file_type": "code",
"source_file": "package.json",
"source_location": "L14",
"_origin": "ast",
"id": "package_scripts_build",
"community": 47,
"community_name": "Project Build 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": 47,
"community_name": "Project Build 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": 47,
"community_name": "Project Build 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": 47,
"community_name": "Project Build Scripts",
"norm_label": "build:frontend"
},
{
"label": "dev",
"file_type": "code",
"source_file": "package.json",
"source_location": "L10",
"_origin": "ast",
"id": "package_scripts_dev",
"community": 47,
"community_name": "Project Build 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": 47,
"community_name": "Project Build 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": 47,
"community_name": "Project Build 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": 47,
"community_name": "Project Build 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": 47,
"community_name": "Project Build Scripts",
"norm_label": "install:all"
},
{
"label": "start",
"file_type": "code",
"source_file": "package.json",
"source_location": "L15",
"_origin": "ast",
"id": "package_scripts_start",
"community": 47,
"community_name": "Project Build Scripts",
"norm_label": "start"
},
{
"label": "version",
"file_type": "code",
"source_file": "package.json",
"source_location": "L3",
"_origin": "ast",
"id": "package_version",
"community": 47,
"community_name": "Project Build Scripts",
"norm_label": "version"
},
{
"label": "concurrently",
"file_type": "concept",
"source_file": "package.json",
"source_location": "L18",
"_origin": "ast",
"id": "concurrently",
"community": 47,
"community_name": "Project Build Scripts",
"norm_label": "concurrently"
},
{
"label": "home.controller.ts",
"file_type": "code",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_home_home_controller",
"community": 48,
"community_name": "Home Data Module",
"norm_label": "home.controller.ts"
},
{
"label": "ApiOkResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_home_home_controller_ts_apiokresponse",
"community": 48,
"community_name": "Home Data Module",
"norm_label": "apiokresponse"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_home_home_controller_ts_apioperation",
"community": 48,
"community_name": "Home Data Module",
"norm_label": "apioperation"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_home_home_controller_ts_apitags",
"community": 48,
"community_name": "Home Data Module",
"norm_label": "apitags"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_home_home_controller_ts_controller",
"community": 48,
"community_name": "Home Data Module",
"norm_label": "controller"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_home_home_controller_ts_get",
"community": 48,
"community_name": "Home Data Module",
"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": 48,
"community_name": "Home Data Module",
"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": 48,
"community_name": "Home Data Module",
"norm_label": "module"
},
{
"label": "home.service.ts",
"file_type": "code",
"source_file": "backend/src/home/home.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_home_home_service",
"community": 48,
"community_name": "Home Data Module",
"norm_label": "home.service.ts"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_home_home_service_ts_injectable",
"community": 48,
"community_name": "Home Data Module",
"norm_label": "injectable"
},
{
"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": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_banners_banners_controller_ts_apibearerauth",
"community": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"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": 5,
"community_name": "BannersService",
"norm_label": "injectable"
},
{
"label": "seed.ts",
"file_type": "code",
"source_file": "backend/prisma/seed.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_prisma_seed",
"community": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"norm_label": "prisma"
},
{
"label": "prisma",
"file_type": "code",
"source_file": "backend/prisma/seed.ts",
"source_location": "L8",
"_origin": "ast",
"id": "backend_prisma_seed_prisma",
"community": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"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": 50,
"community_name": "Database Seeding Logic",
"norm_label": "product_taglines_map"
},
{
"label": "20260526145407_init/migration.sql",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": null,
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "20260526145407_init/migration.sql"
},
{
"label": "\"coupons\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L148",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_coupons",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"coupons\""
},
{
"label": "\"health_logs\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L134",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_health_logs",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"health_logs\""
},
{
"label": "\"order_items\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L173",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_order_items",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"order_items\""
},
{
"label": "\"orders\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L159",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_orders",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"orders\""
},
{
"label": "\"pet_medical_conditions\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L103",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"pet_medical_conditions\""
},
{
"label": "\"pets\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L87",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_pets",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"pets\""
},
{
"label": "\"product_ingredients\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L71",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"product_ingredients\""
},
{
"label": "\"product_symptoms\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L79",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"product_symptoms\""
},
{
"label": "\"products\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L49",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_products",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"products\""
},
{
"label": "\"reminder_completions\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L124",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"reminder_completions\""
},
{
"label": "\"reminders\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L111",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_reminders",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"reminders\""
},
{
"label": "\"user_addresses\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L18",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_user_addresses",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"user_addresses\""
},
{
"label": "\"users\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L2",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_users",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"users\""
},
{
"label": "\"wallet_transactions\"",
"file_type": "code",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L35",
"_origin": "ast",
"id": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions",
"community": 51,
"community_name": "Prisma Database Migrations",
"norm_label": "\"wallet_transactions\""
},
{
"label": "dependencies",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L12",
"_origin": "ast",
"id": "frontend_admin_panel_package_dependencies",
"community": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"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": 52,
"community_name": "dependencies",
"norm_label": "vite"
},
{
"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": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "ui/skeleton.tsx"
},
{
"label": "Orders.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_orders",
"community": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "orders.tsx"
},
{
"label": "statusStyles",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L61",
"_origin": "ast",
"id": "frontend_admin_panel_src_pages_orders_statusstyles",
"community": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "statusstyles"
},
{
"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": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "users.tsx"
},
{
"label": "Orders",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L13",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_orders",
"community": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "orders"
},
{
"label": "Users",
"file_type": "code",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L11",
"_origin": "ast",
"id": "frontend_admin_panel_src_routes_adminroutes_users",
"community": 53,
"community_name": "UI Skeleton and Tables",
"norm_label": "users"
},
{
"label": "loading.tsx",
"file_type": "code",
"source_file": "frontend/application/app/loading.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_loading",
"community": 54,
"community_name": "components/Skeleton.tsx",
"norm_label": "loading.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": 54,
"community_name": "components/Skeleton.tsx",
"norm_label": "components/skeleton.tsx"
},
{
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"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": 55,
"community_name": "BE-001",
"norm_label": "why it matters"
},
{
"label": "videos/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/videos/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_videos_page",
"community": 56,
"community_name": "VetGallery.tsx",
"norm_label": "videos/page.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": 56,
"community_name": "VetGallery.tsx",
"norm_label": "vetgallery.tsx"
},
{
"label": "FALLBACK_VIDEOS",
"file_type": "code",
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L27",
"_origin": "ast",
"id": "frontend_application_components_vetgallery_fallback_videos",
"community": 56,
"community_name": "VetGallery.tsx",
"norm_label": "fallback_videos"
},
{
"label": "VideosPage.tsx",
"file_type": "code",
"source_file": "frontend/application/components/VideosPage.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_videospage",
"community": 56,
"community_name": "VetGallery.tsx",
"norm_label": "videospage.tsx"
},
{
"label": "FALLBACK_VIDEOS",
"file_type": "code",
"source_file": "frontend/application/components/VideosPage.tsx",
"source_location": "L11",
"_origin": "ast",
"id": "frontend_application_components_videospage_fallback_videos",
"community": 56,
"community_name": "VetGallery.tsx",
"norm_label": "fallback_videos"
},
{
"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": 56,
"community_name": "VetGallery.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": 56,
"community_name": "VetGallery.tsx",
"norm_label": "videoservice"
},
{
"label": "scripts",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L8",
"_origin": "ast",
"id": "backend_package_scripts",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "scripts"
},
{
"label": "build",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L9",
"_origin": "ast",
"id": "backend_package_scripts_build",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "build"
},
{
"label": "docs:generate",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L21",
"_origin": "ast",
"id": "backend_package_scripts_docs_generate",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "docs:generate"
},
{
"label": "format",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L10",
"_origin": "ast",
"id": "backend_package_scripts_format",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "format"
},
{
"label": "lint",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L15",
"_origin": "ast",
"id": "backend_package_scripts_lint",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "lint"
},
{
"label": "start",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L11",
"_origin": "ast",
"id": "backend_package_scripts_start",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start"
},
{
"label": "start:debug",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L13",
"_origin": "ast",
"id": "backend_package_scripts_start_debug",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start:debug"
},
{
"label": "start:dev",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L12",
"_origin": "ast",
"id": "backend_package_scripts_start_dev",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start:dev"
},
{
"label": "start:prod",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L14",
"_origin": "ast",
"id": "backend_package_scripts_start_prod",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start:prod"
},
{
"label": "test",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L16",
"_origin": "ast",
"id": "backend_package_scripts_test",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test"
},
{
"label": "test:cov",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L18",
"_origin": "ast",
"id": "backend_package_scripts_test_cov",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:cov"
},
{
"label": "test:debug",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L19",
"_origin": "ast",
"id": "backend_package_scripts_test_debug",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:debug"
},
{
"label": "test:e2e",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L20",
"_origin": "ast",
"id": "backend_package_scripts_test_e2e",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:e2e"
},
{
"label": "test:watch",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L17",
"_origin": "ast",
"id": "backend_package_scripts_test_watch",
"community": 57,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:watch"
},
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_controller_ts_apibearerauth",
"community": 58,
"community_name": "Pet Management API",
"norm_label": "apibearerauth"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_controller_ts_apioperation",
"community": 58,
"community_name": "Pet Management API",
"norm_label": "apioperation"
},
{
"label": "ApiQuery",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_controller_ts_apiquery",
"community": 58,
"community_name": "Pet Management API",
"norm_label": "apiquery"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_controller_ts_apitags",
"community": 58,
"community_name": "Pet Management API",
"norm_label": "apitags"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_controller_ts_controller",
"community": 58,
"community_name": "Pet Management API",
"norm_label": "controller"
},
{
"label": "Delete",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_controller_ts_delete",
"community": 58,
"community_name": "Pet Management API",
"norm_label": "delete"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_controller_ts_get",
"community": 58,
"community_name": "Pet Management API",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_controller_ts_param",
"community": 58,
"community_name": "Pet Management API",
"norm_label": "param"
},
{
"label": "Query",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_controller_ts_query",
"community": 58,
"community_name": "Pet Management API",
"norm_label": "query"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_admin_pets_controller_ts_useguards",
"community": 58,
"community_name": "Pet Management API",
"norm_label": "useguards"
},
{
"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": 59,
"community_name": "PrismaService",
"norm_label": "admin/blogs.service.ts"
},
{
"label": "media.service.ts",
"file_type": "code",
"source_file": "backend/src/admin/media.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_admin_media_service",
"community": 59,
"community_name": "PrismaService",
"norm_label": "media.service.ts"
},
{
"label": "admin/pets.service.ts",
"file_type": "code",
"source_file": "backend/src/admin/pets.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_admin_pets_service",
"community": 59,
"community_name": "PrismaService",
"norm_label": "admin/pets.service.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": 59,
"community_name": "PrismaService",
"norm_label": "admin/wiki.service.ts"
},
{
"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": 59,
"community_name": "PrismaService",
"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": 59,
"community_name": "PrismaService",
"norm_label": "auth.service.spec.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": 59,
"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": 59,
"community_name": "PrismaService",
"norm_label": "metrics.controller.ts"
},
{
"label": "sms.service.ts",
"file_type": "code",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_common_services_sms_service",
"community": 59,
"community_name": "PrismaService",
"norm_label": "sms.service.ts"
},
{
"label": "contact.service.ts",
"file_type": "code",
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_contact_contact_service",
"community": 59,
"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": 59,
"community_name": "PrismaService",
"norm_label": "ingredients.service.ts"
},
{
"label": "orders.service.spec.ts",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.spec.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_orders_orders_service_spec",
"community": 59,
"community_name": "PrismaService",
"norm_label": "orders.service.spec.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": 59,
"community_name": "PrismaService",
"norm_label": "payment.service.ts"
},
{
"label": "pets.service.spec.ts",
"file_type": "code",
"source_file": "backend/src/pets/pets.service.spec.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_pets_pets_service_spec",
"community": 59,
"community_name": "PrismaService",
"norm_label": "pets.service.spec.ts"
},
{
"label": "prescriptions.service.ts",
"file_type": "code",
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_service",
"community": 59,
"community_name": "PrismaService",
"norm_label": "prescriptions.service.ts"
},
{
"label": "prisma.service.ts",
"file_type": "code",
"source_file": "backend/src/prisma/prisma.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_prisma_prisma_service",
"community": 59,
"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": 59,
"community_name": "PrismaService",
"norm_label": "injectable"
},
{
"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": 59,
"community_name": "PrismaService",
"norm_label": "settings.service.ts"
},
{
"label": "settings.service.spec.ts",
"file_type": "code",
"source_file": "backend/src/settings/settings.service.spec.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_settings_settings_service_spec",
"community": 59,
"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": 59,
"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": 59,
"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": 59,
"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": 59,
"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": 59,
"community_name": "PrismaService",
"norm_label": "videos.service.ts"
},
{
"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": 6,
"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": 6,
"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": 6,
"community_name": "auth.controller.ts",
"norm_label": "apibadrequestresponse"
},
{
"label": "ApiOkResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_auth_auth_controller_ts_apiokresponse",
"community": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"community_name": "auth.controller.ts",
"norm_label": "post"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_auth_auth_service_ts_injectable",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": "injectable"
},
{
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"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": 6,
"community_name": "auth.controller.ts",
"norm_label": "matches"
},
{
"label": "HttpCode",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "httpcode",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": "httpcode"
},
{
"label": "Length",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "length",
"community": 6,
"community_name": "auth.controller.ts",
"norm_label": "length"
},
{
"label": "jest",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L76",
"_origin": "ast",
"id": "backend_package_jest",
"community": 60,
"community_name": "Jest Testing Config",
"norm_label": "jest"
},
{
"label": "collectCoverageFrom",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L87",
"_origin": "ast",
"id": "backend_package_jest_collectcoveragefrom",
"community": 60,
"community_name": "Jest Testing Config",
"norm_label": "collectcoveragefrom"
},
{
"label": "coverageDirectory",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L90",
"_origin": "ast",
"id": "backend_package_jest_coveragedirectory",
"community": 60,
"community_name": "Jest Testing Config",
"norm_label": "coveragedirectory"
},
{
"label": "moduleFileExtensions",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L77",
"_origin": "ast",
"id": "backend_package_jest_modulefileextensions",
"community": 60,
"community_name": "Jest Testing Config",
"norm_label": "modulefileextensions"
},
{
"label": "rootDir",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L82",
"_origin": "ast",
"id": "backend_package_jest_rootdir",
"community": 60,
"community_name": "Jest Testing Config",
"norm_label": "rootdir"
},
{
"label": "testEnvironment",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L91",
"_origin": "ast",
"id": "backend_package_jest_testenvironment",
"community": 60,
"community_name": "Jest Testing Config",
"norm_label": "testenvironment"
},
{
"label": "testRegex",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L83",
"_origin": "ast",
"id": "backend_package_jest_testregex",
"community": 60,
"community_name": "Jest Testing Config",
"norm_label": "testregex"
},
{
"label": "transform",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L84",
"_origin": "ast",
"id": "backend_package_jest_transform",
"community": 60,
"community_name": "Jest Testing Config",
"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": 60,
"community_name": "Jest Testing Config",
"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": 60,
"community_name": "Jest Testing Config",
"norm_label": "ts"
},
{
"label": "js",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L77",
"_origin": "ast",
"id": "ref_js",
"community": 60,
"community_name": "Jest Testing Config",
"norm_label": "js"
},
{
"label": "json",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L77",
"_origin": "ast",
"id": "ref_json",
"community": 60,
"community_name": "Jest Testing Config",
"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": 60,
"community_name": "Jest Testing Config",
"norm_label": "**/*.(t|j)s"
},
{
"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": 61,
"community_name": "WikiController",
"norm_label": "wiki/wiki.controller.ts"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wiki_wiki_controller_ts_apitags",
"community": 61,
"community_name": "WikiController",
"norm_label": "apitags"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wiki_wiki_controller_ts_controller",
"community": 61,
"community_name": "WikiController",
"norm_label": "controller"
},
{
"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": 61,
"community_name": "WikiController",
"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": 61,
"community_name": "WikiController",
"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": 61,
"community_name": "WikiController",
"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": 61,
"community_name": "WikiController",
"norm_label": "injectable"
},
{
"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": 62,
"community_name": "api",
"norm_label": "dashboard.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": 62,
"community_name": "api",
"norm_label": "videos.tsx"
},
{
"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": 62,
"community_name": "api",
"norm_label": "dashboard"
},
{
"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": 62,
"community_name": "api",
"norm_label": "videos"
},
{
"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": 62,
"community_name": "api",
"norm_label": "api"
},
{
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"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": 63,
"community_name": "FE-001",
"norm_label": "why it matters"
},
{
"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": 64,
"community_name": "zibal.service.ts",
"norm_label": "payment-gateway.interface.ts"
},
{
"label": "zibal.service.ts",
"file_type": "code",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_payment_zibal_service",
"community": 64,
"community_name": "zibal.service.ts",
"norm_label": "zibal.service.ts"
},
{
"label": "rules/graphify.md",
"file_type": "document",
"source_file": ".agents/rules/graphify.md",
"source_location": "L1",
"_origin": "ast",
"id": "agents_rules_graphify",
"community": 65,
"community_name": "rules/graphify.md",
"norm_label": "rules/graphify.md"
},
{
"label": "graphify",
"file_type": "document",
"source_file": ".agents/rules/graphify.md",
"source_location": "L6",
"_origin": "ast",
"id": "agents_rules_graphify_graphify",
"community": 65,
"community_name": "rules/graphify.md",
"norm_label": "graphify"
},
{
"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": 66,
"community_name": "App Health Controller",
"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": 66,
"community_name": "App Health Controller",
"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": 66,
"community_name": "App Health Controller",
"norm_label": "controller"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_app_controller_ts_get",
"community": 66,
"community_name": "App Health Controller",
"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": 66,
"community_name": "App Health Controller",
"norm_label": "app.service.ts"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_app_service_ts_injectable",
"community": 66,
"community_name": "App Health Controller",
"norm_label": "injectable"
},
{
"label": "dependencies",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L11",
"_origin": "ast",
"id": "frontend_application_package_dependencies",
"community": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"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": 67,
"community_name": "dependencies",
"norm_label": "sonner"
},
{
"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": 68,
"community_name": "OrdersService",
"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": 68,
"community_name": "OrdersService",
"norm_label": "apiproperty"
},
{
"label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional",
"community": 68,
"community_name": "OrdersService",
"norm_label": "apipropertyoptional"
},
{
"label": "IsArray",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_dto_create_order_dto_ts_isarray",
"community": 68,
"community_name": "OrdersService",
"norm_label": "isarray"
},
{
"label": "IsNotEmpty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_dto_create_order_dto_ts_isnotempty",
"community": 68,
"community_name": "OrdersService",
"norm_label": "isnotempty"
},
{
"label": "IsNumber",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_dto_create_order_dto_ts_isnumber",
"community": 68,
"community_name": "OrdersService",
"norm_label": "isnumber"
},
{
"label": "IsOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_dto_create_order_dto_ts_isoptional",
"community": 68,
"community_name": "OrdersService",
"norm_label": "isoptional"
},
{
"label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_dto_create_order_dto_ts_isstring",
"community": 68,
"community_name": "OrdersService",
"norm_label": "isstring"
},
{
"label": "Type",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_dto_create_order_dto_ts_type",
"community": 68,
"community_name": "OrdersService",
"norm_label": "type"
},
{
"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": 68,
"community_name": "OrdersService",
"norm_label": "orders.controller.ts"
},
{
"label": "orders.controller.spec.ts",
"file_type": "code",
"source_file": "backend/src/orders/orders.controller.spec.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_orders_orders_controller_spec",
"community": 68,
"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": 68,
"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": 68,
"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": 68,
"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": 68,
"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": 68,
"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": 68,
"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": 68,
"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": 68,
"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": 68,
"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": 68,
"community_name": "OrdersService",
"norm_label": "get"
},
{
"label": "IsNotEmpty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_orders_controller_ts_isnotempty",
"community": 68,
"community_name": "OrdersService",
"norm_label": "isnotempty"
},
{
"label": "IsNumber",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_orders_controller_ts_isnumber",
"community": 68,
"community_name": "OrdersService",
"norm_label": "isnumber"
},
{
"label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_orders_controller_ts_isstring",
"community": 68,
"community_name": "OrdersService",
"norm_label": "isstring"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_orders_controller_ts_param",
"community": 68,
"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": 68,
"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": 68,
"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": 68,
"community_name": "OrdersService",
"norm_label": "req"
},
{
"label": "UseGuards",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_orders_controller_ts_useguards",
"community": 68,
"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": 68,
"community_name": "OrdersService",
"norm_label": "orders.module.ts"
},
{
"label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_orders_module_ts_module",
"community": 68,
"community_name": "OrdersService",
"norm_label": "module"
},
{
"label": "orders.service.ts",
"file_type": "code",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_orders_orders_service",
"community": 68,
"community_name": "OrdersService",
"norm_label": "orders.service.ts"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_orders_orders_service_ts_injectable",
"community": 68,
"community_name": "OrdersService",
"norm_label": "injectable"
},
{
"label": "ValidateNested",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "validatenested",
"community": 68,
"community_name": "OrdersService",
"norm_label": "validatenested"
},
{
"label": "validate_integrity.js",
"file_type": "code",
"source_file": "docs/audit/validate_integrity.js",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_validate_integrity",
"community": 69,
"community_name": "Integrity Validation Scripts",
"norm_label": "validate_integrity.js"
},
{
"label": "dispSum",
"file_type": "code",
"source_file": "docs/audit/validate_integrity.js",
"source_location": "L16",
"_origin": "ast",
"id": "docs_audit_validate_integrity_dispsum",
"community": 69,
"community_name": "Integrity Validation Scripts",
"norm_label": "dispsum"
},
{
"label": "errors",
"file_type": "code",
"source_file": "docs/audit/validate_integrity.js",
"source_location": "L7",
"_origin": "ast",
"id": "docs_audit_validate_integrity_errors",
"community": 69,
"community_name": "Integrity Validation Scripts",
"norm_label": "errors"
},
{
"label": "invalidNewIds",
"file_type": "code",
"source_file": "docs/audit/validate_integrity.js",
"source_location": "L27",
"_origin": "ast",
"id": "docs_audit_validate_integrity_invalidnewids",
"community": 69,
"community_name": "Integrity Validation Scripts",
"norm_label": "invalidnewids"
},
{
"label": "manifest",
"file_type": "code",
"source_file": "docs/audit/validate_integrity.js",
"source_location": "L3",
"_origin": "ast",
"id": "docs_audit_validate_integrity_manifest",
"community": 69,
"community_name": "Integrity Validation Scripts",
"norm_label": "manifest"
},
{
"label": "report",
"file_type": "code",
"source_file": "docs/audit/validate_integrity.js",
"source_location": "L43",
"_origin": "ast",
"id": "docs_audit_validate_integrity_report",
"community": 69,
"community_name": "Integrity Validation Scripts",
"norm_label": "report"
},
{
"label": "trackedFiles",
"file_type": "code",
"source_file": "docs/audit/validate_integrity.js",
"source_location": "L4",
"_origin": "ast",
"id": "docs_audit_validate_integrity_trackedfiles",
"community": 69,
"community_name": "Integrity Validation Scripts",
"norm_label": "trackedfiles"
},
{
"label": "uninspected",
"file_type": "code",
"source_file": "docs/audit/validate_integrity.js",
"source_location": "L38",
"_origin": "ast",
"id": "docs_audit_validate_integrity_uninspected",
"community": 69,
"community_name": "Integrity Validation Scripts",
"norm_label": "uninspected"
},
{
"label": "verifiedIndex",
"file_type": "code",
"source_file": "docs/audit/validate_integrity.js",
"source_location": "L5",
"_origin": "ast",
"id": "docs_audit_validate_integrity_verifiedindex",
"community": 69,
"community_name": "Integrity Validation Scripts",
"norm_label": "verifiedindex"
},
{
"label": "warnings",
"file_type": "code",
"source_file": "docs/audit/validate_integrity.js",
"source_location": "L8",
"_origin": "ast",
"id": "docs_audit_validate_integrity_warnings",
"community": 69,
"community_name": "Integrity Validation Scripts",
"norm_label": "warnings"
},
{
"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": 7,
"community_name": "app.module.ts",
"norm_label": "app.module.ts"
},
{
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"community_name": "app.module.ts",
"norm_label": "module"
},
{
"label": "sms.module.ts",
"file_type": "code",
"source_file": "backend/src/common/sms.module.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_common_sms_module",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "sms.module.ts"
},
{
"label": "Global",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_common_sms_module_ts_global",
"community": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"community_name": "app.module.ts",
"norm_label": "module"
},
{
"label": "prescriptions.module.ts",
"file_type": "code",
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_module",
"community": 7,
"community_name": "app.module.ts",
"norm_label": "prescriptions.module.ts"
},
{
"label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_prescriptions_prescriptions_module_ts_module",
"community": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"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": 7,
"community_name": "app.module.ts",
"norm_label": "module"
},
{
"label": "admin-panel/package.json",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_admin_panel_package",
"community": 70,
"community_name": "Admin Panel Package Config",
"norm_label": "admin-panel/package.json"
},
{
"label": "name",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L2",
"_origin": "ast",
"id": "frontend_admin_panel_package_name",
"community": 70,
"community_name": "Admin Panel Package Config",
"norm_label": "name"
},
{
"label": "private",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L3",
"_origin": "ast",
"id": "frontend_admin_panel_package_private",
"community": 70,
"community_name": "Admin Panel Package Config",
"norm_label": "private"
},
{
"label": "scripts",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L6",
"_origin": "ast",
"id": "frontend_admin_panel_package_scripts",
"community": 70,
"community_name": "Admin Panel Package Config",
"norm_label": "scripts"
},
{
"label": "build",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L8",
"_origin": "ast",
"id": "frontend_admin_panel_package_scripts_build",
"community": 70,
"community_name": "Admin Panel Package Config",
"norm_label": "build"
},
{
"label": "dev",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L7",
"_origin": "ast",
"id": "frontend_admin_panel_package_scripts_dev",
"community": 70,
"community_name": "Admin Panel Package Config",
"norm_label": "dev"
},
{
"label": "lint",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L9",
"_origin": "ast",
"id": "frontend_admin_panel_package_scripts_lint",
"community": 70,
"community_name": "Admin Panel Package Config",
"norm_label": "lint"
},
{
"label": "preview",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L10",
"_origin": "ast",
"id": "frontend_admin_panel_package_scripts_preview",
"community": 70,
"community_name": "Admin Panel Package Config",
"norm_label": "preview"
},
{
"label": "type",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L5",
"_origin": "ast",
"id": "frontend_admin_panel_package_type",
"community": 70,
"community_name": "Admin Panel Package Config",
"norm_label": "type"
},
{
"label": "version",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_admin_panel_package_version",
"community": 70,
"community_name": "Admin Panel Package Config",
"norm_label": "version"
},
{
"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": 71,
"community_name": "Analytics and Report Charts",
"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": 71,
"community_name": "Analytics and Report Charts",
"norm_label": "colors"
},
{
"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": 71,
"community_name": "Analytics and Report Charts",
"norm_label": "reports"
},
{
"label": "orchestrate.py",
"file_type": "code",
"source_file": ".ai_agency/orchestrate.py",
"source_location": "L1",
"_origin": "ast",
"id": "ai_agency_orchestrate",
"community": 72,
"community_name": "Task Orchestration Scripts",
"norm_label": "orchestrate.py"
},
{
"label": "backend/package.json",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L1",
"_origin": "ast",
"id": "backend_package",
"community": 73,
"community_name": "Backend Package Config",
"norm_label": "backend/package.json"
},
{
"label": "author",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L5",
"_origin": "ast",
"id": "backend_package_author",
"community": 73,
"community_name": "Backend Package Config",
"norm_label": "author"
},
{
"label": "description",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L4",
"_origin": "ast",
"id": "backend_package_description",
"community": 73,
"community_name": "Backend Package Config",
"norm_label": "description"
},
{
"label": "license",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L7",
"_origin": "ast",
"id": "backend_package_license",
"community": 73,
"community_name": "Backend Package Config",
"norm_label": "license"
},
{
"label": "name",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L2",
"_origin": "ast",
"id": "backend_package_name",
"community": 73,
"community_name": "Backend Package Config",
"norm_label": "name"
},
{
"label": "prisma",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L93",
"_origin": "ast",
"id": "backend_package_prisma",
"community": 73,
"community_name": "Backend Package Config",
"norm_label": "prisma"
},
{
"label": "seed",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L94",
"_origin": "ast",
"id": "backend_package_prisma_seed",
"community": 73,
"community_name": "Backend Package Config",
"norm_label": "seed"
},
{
"label": "private",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L6",
"_origin": "ast",
"id": "backend_package_private",
"community": 73,
"community_name": "Backend Package Config",
"norm_label": "private"
},
{
"label": "version",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L3",
"_origin": "ast",
"id": "backend_package_version",
"community": 73,
"community_name": "Backend Package Config",
"norm_label": "version"
},
{
"label": "blogs/blogs.controller.ts",
"file_type": "code",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller",
"community": 74,
"community_name": "BlogsController",
"norm_label": "blogs/blogs.controller.ts"
},
{
"label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_ts_apitags",
"community": 74,
"community_name": "BlogsController",
"norm_label": "apitags"
},
{
"label": "Controller",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_blogs_blogs_controller_ts_controller",
"community": 74,
"community_name": "BlogsController",
"norm_label": "controller"
},
{
"label": "blogs.module.ts",
"file_type": "code",
"source_file": "backend/src/blogs/blogs.module.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_blogs_blogs_module",
"community": 74,
"community_name": "BlogsController",
"norm_label": "blogs.module.ts"
},
{
"label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_blogs_blogs_module_ts_module",
"community": 74,
"community_name": "BlogsController",
"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": 74,
"community_name": "BlogsController",
"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": 74,
"community_name": "BlogsController",
"norm_label": "injectable"
},
{
"label": "ErrorBoundary.tsx",
"file_type": "code",
"source_file": "frontend/application/components/ErrorBoundary.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_errorboundary",
"community": 75,
"community_name": "React Error Boundary",
"norm_label": "errorboundary.tsx"
},
{
"label": "application/package.json",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_package",
"community": 76,
"community_name": "Application Package Config",
"norm_label": "application/package.json"
},
{
"label": "name",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L2",
"_origin": "ast",
"id": "frontend_application_package_name",
"community": 76,
"community_name": "Application Package Config",
"norm_label": "name"
},
{
"label": "private",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_package_private",
"community": 76,
"community_name": "Application Package Config",
"norm_label": "private"
},
{
"label": "scripts",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L5",
"_origin": "ast",
"id": "frontend_application_package_scripts",
"community": 76,
"community_name": "Application Package Config",
"norm_label": "scripts"
},
{
"label": "build",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L7",
"_origin": "ast",
"id": "frontend_application_package_scripts_build",
"community": 76,
"community_name": "Application Package Config",
"norm_label": "build"
},
{
"label": "dev",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L6",
"_origin": "ast",
"id": "frontend_application_package_scripts_dev",
"community": 76,
"community_name": "Application Package Config",
"norm_label": "dev"
},
{
"label": "lint",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L9",
"_origin": "ast",
"id": "frontend_application_package_scripts_lint",
"community": 76,
"community_name": "Application Package Config",
"norm_label": "lint"
},
{
"label": "start",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L8",
"_origin": "ast",
"id": "frontend_application_package_scripts_start",
"community": 76,
"community_name": "Application Package Config",
"norm_label": "start"
},
{
"label": "version",
"file_type": "code",
"source_file": "frontend/application/package.json",
"source_location": "L3",
"_origin": "ast",
"id": "frontend_application_package_version",
"community": 76,
"community_name": "Application Package Config",
"norm_label": "version"
},
{
"label": "ApiNotFoundResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse",
"community": 77,
"community_name": ".findAll",
"norm_label": "apinotfoundresponse"
},
{
"label": "ApiOkResponse",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wiki_wiki_controller_ts_apiokresponse",
"community": 77,
"community_name": ".findAll",
"norm_label": "apiokresponse"
},
{
"label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wiki_wiki_controller_ts_apioperation",
"community": 77,
"community_name": ".findAll",
"norm_label": "apioperation"
},
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wiki_wiki_controller_ts_get",
"community": 77,
"community_name": ".findAll",
"norm_label": "get"
},
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wiki_wiki_controller_ts_param",
"community": 77,
"community_name": ".findAll",
"norm_label": "param"
},
{
"label": "Query",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_wiki_wiki_controller_ts_query",
"community": 77,
"community_name": ".findAll",
"norm_label": "query"
},
{
"label": "error.tsx",
"file_type": "code",
"source_file": "frontend/application/app/error.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_error",
"community": 78,
"community_name": "Error and Not Found Pages",
"norm_label": "error.tsx"
},
{
"label": "not-found.tsx",
"file_type": "code",
"source_file": "frontend/application/app/not-found.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_not_found",
"community": 78,
"community_name": "Error and Not Found Pages",
"norm_label": "not-found.tsx"
},
{
"label": "ErrorPages.tsx",
"file_type": "code",
"source_file": "frontend/application/components/ErrorPages.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_errorpages",
"community": 78,
"community_name": "Error and Not Found Pages",
"norm_label": "errorpages.tsx"
},
{
"label": "with-vpn.sh",
"file_type": "code",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L1",
"metadata": {
"language": "bash",
"kind": "file"
},
"_origin": "ast",
"id": "gitea_scripts_with_vpn",
"community": 79,
"community_name": "VPN Utility Scripts",
"norm_label": "with-vpn.sh"
},
{
"label": "cleanup()",
"file_type": "code",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L65",
"metadata": {
"language": "bash",
"kind": "bash_function"
},
"_origin": "ast",
"id": "gitea_scripts_with_vpn_cleanup",
"community": 79,
"community_name": "VPN Utility Scripts",
"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": 79,
"community_name": "VPN Utility Scripts",
"norm_label": "log()"
},
{
"label": "with-vpn.sh script",
"file_type": "code",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L1",
"metadata": {
"language": "bash",
"kind": "bash_entrypoint"
},
"_origin": "ast",
"id": "gitea_scripts_with_vpn_sh__entry",
"community": 79,
"community_name": "VPN Utility Scripts",
"norm_label": "with-vpn.sh script"
},
{
"label": "start_vpn()",
"file_type": "code",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L20",
"metadata": {
"language": "bash",
"kind": "bash_function"
},
"_origin": "ast",
"id": "gitea_scripts_with_vpn_start_vpn",
"community": 79,
"community_name": "VPN Utility Scripts",
"norm_label": "start_vpn()"
},
{
"label": "stop_vpn()",
"file_type": "code",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L51",
"metadata": {
"language": "bash",
"kind": "bash_function"
},
"_origin": "ast",
"id": "gitea_scripts_with_vpn_stop_vpn",
"community": 79,
"community_name": "VPN Utility Scripts",
"norm_label": "stop_vpn()"
},
{
"label": "vpn_is_up()",
"file_type": "code",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L16",
"metadata": {
"language": "bash",
"kind": "bash_function"
},
"_origin": "ast",
"id": "gitea_scripts_with_vpn_vpn_is_up",
"community": 79,
"community_name": "VPN Utility Scripts",
"norm_label": "vpn_is_up()"
},
{
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"community_name": "CreateVideoDto",
"norm_label": "isoptional"
},
{
"label": "videos.controller.ts",
"file_type": "code",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_videos_videos_controller",
"community": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"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": 8,
"community_name": "CreateVideoDto",
"norm_label": "module"
},
{
"label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_videos_videos_service_ts_injectable",
"community": 8,
"community_name": "CreateVideoDto",
"norm_label": "injectable"
},
{
"label": "Transform",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "transform",
"community": 8,
"community_name": "CreateVideoDto",
"norm_label": "transform"
},
{
"label": "nest-cli.json",
"file_type": "code",
"source_file": "backend/nest-cli.json",
"source_location": "L1",
"_origin": "ast",
"id": "backend_nest_cli",
"community": 80,
"community_name": "NestJS CLI Config",
"norm_label": "nest-cli.json"
},
{
"label": "collection",
"file_type": "code",
"source_file": "backend/nest-cli.json",
"source_location": "L3",
"_origin": "ast",
"id": "backend_nest_cli_collection",
"community": 80,
"community_name": "NestJS CLI Config",
"norm_label": "collection"
},
{
"label": "compilerOptions",
"file_type": "code",
"source_file": "backend/nest-cli.json",
"source_location": "L5",
"_origin": "ast",
"id": "backend_nest_cli_compileroptions",
"community": 80,
"community_name": "NestJS CLI Config",
"norm_label": "compileroptions"
},
{
"label": "deleteOutDir",
"file_type": "code",
"source_file": "backend/nest-cli.json",
"source_location": "L6",
"_origin": "ast",
"id": "backend_nest_cli_compileroptions_deleteoutdir",
"community": 80,
"community_name": "NestJS CLI Config",
"norm_label": "deleteoutdir"
},
{
"label": "$schema",
"file_type": "code",
"source_file": "backend/nest-cli.json",
"source_location": "L2",
"_origin": "ast",
"id": "backend_nest_cli_schema",
"community": 80,
"community_name": "NestJS CLI Config",
"norm_label": "$schema"
},
{
"label": "sourceRoot",
"file_type": "code",
"source_file": "backend/nest-cli.json",
"source_location": "L4",
"_origin": "ast",
"id": "backend_nest_cli_sourceroot",
"community": 80,
"community_name": "NestJS CLI Config",
"norm_label": "sourceroot"
},
{
"label": "tsconfig.seed.json",
"file_type": "code",
"source_file": "backend/prisma/tsconfig.seed.json",
"source_location": "L1",
"_origin": "ast",
"id": "backend_prisma_tsconfig_seed",
"community": 81,
"community_name": "Seed TypeScript Config",
"norm_label": "tsconfig.seed.json"
},
{
"label": "compilerOptions",
"file_type": "code",
"source_file": "backend/prisma/tsconfig.seed.json",
"source_location": "L2",
"_origin": "ast",
"id": "backend_prisma_tsconfig_seed_compileroptions",
"community": 81,
"community_name": "Seed TypeScript Config",
"norm_label": "compileroptions"
},
{
"label": "esModuleInterop",
"file_type": "code",
"source_file": "backend/prisma/tsconfig.seed.json",
"source_location": "L5",
"_origin": "ast",
"id": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop",
"community": 81,
"community_name": "Seed TypeScript Config",
"norm_label": "esmoduleinterop"
},
{
"label": "module",
"file_type": "code",
"source_file": "backend/prisma/tsconfig.seed.json",
"source_location": "L3",
"_origin": "ast",
"id": "backend_prisma_tsconfig_seed_compileroptions_module",
"community": 81,
"community_name": "Seed TypeScript Config",
"norm_label": "module"
},
{
"label": "moduleResolution",
"file_type": "code",
"source_file": "backend/prisma/tsconfig.seed.json",
"source_location": "L4",
"_origin": "ast",
"id": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution",
"community": 81,
"community_name": "Seed TypeScript Config",
"norm_label": "moduleresolution"
},
{
"label": "skipLibCheck",
"file_type": "code",
"source_file": "backend/prisma/tsconfig.seed.json",
"source_location": "L6",
"_origin": "ast",
"id": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck",
"community": 81,
"community_name": "Seed TypeScript Config",
"norm_label": "skiplibcheck"
},
{
"label": "08-admin-features-audit.md",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit",
"community": 82,
"community_name": "ADM-001",
"norm_label": "08-admin-features-audit.md"
},
{
"label": "Acceptance Criteria",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L101",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_acceptance_criteria",
"community": 82,
"community_name": "ADM-001",
"norm_label": "acceptance criteria"
},
{
"label": "ADM-001",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L23",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_adm_001",
"community": 82,
"community_name": "ADM-001",
"norm_label": "adm-001"
},
{
"label": "Admin Features Audit Report",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_admin_features_audit_report",
"community": 82,
"community_name": "ADM-001",
"norm_label": "admin features audit report"
},
{
"label": "Affected Application",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L43",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_affected_application",
"community": 82,
"community_name": "ADM-001",
"norm_label": "affected application"
},
{
"label": "Affected Files",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L46",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_affected_files",
"community": 82,
"community_name": "ADM-001",
"norm_label": "affected files"
},
{
"label": "Alternative Direction",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L83",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_alternative_direction",
"community": 82,
"community_name": "ADM-001",
"norm_label": "alternative direction"
},
{
"label": "Category",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L31",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_category",
"community": 82,
"community_name": "ADM-001",
"norm_label": "category"
},
{
"label": "Completion Statement",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L121",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_completion_statement",
"community": 82,
"community_name": "ADM-001",
"norm_label": "completion statement"
},
{
"label": "Confidence",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L37",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_confidence",
"community": 82,
"community_name": "ADM-001",
"norm_label": "confidence"
},
{
"label": "Dependencies",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L89",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_dependencies",
"community": 82,
"community_name": "ADM-001",
"norm_label": "dependencies"
},
{
"label": "Domain",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L28",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_domain",
"community": 82,
"community_name": "ADM-001",
"norm_label": "domain"
},
{
"label": "Domain Overview & Confirmed Strengths",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L15",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths",
"community": 82,
"community_name": "ADM-001",
"norm_label": "domain overview & confirmed strengths"
},
{
"label": "Evidence",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L53",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_evidence",
"community": 82,
"community_name": "ADM-001",
"norm_label": "evidence"
},
{
"label": "Finding Summary",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L109",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_finding_summary",
"community": 82,
"community_name": "ADM-001",
"norm_label": "finding summary"
},
{
"label": "Findings",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L21",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_findings",
"community": 82,
"community_name": "ADM-001",
"norm_label": "findings"
},
{
"label": "Implementation Complexity",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L86",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_implementation_complexity",
"community": 82,
"community_name": "ADM-001",
"norm_label": "implementation complexity"
},
{
"label": "Notes and Limitations",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L104",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_notes_and_limitations",
"community": 82,
"community_name": "ADM-001",
"norm_label": "notes and limitations"
},
{
"label": "Problem",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L62",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_problem",
"community": 82,
"community_name": "ADM-001",
"norm_label": "problem"
},
{
"label": "Recommended Direction",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L80",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_recommended_direction",
"community": 82,
"community_name": "ADM-001",
"norm_label": "recommended direction"
},
{
"label": "Relevant Symbols or Lines",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L49",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines",
"community": 82,
"community_name": "ADM-001",
"norm_label": "relevant symbols or lines"
},
{
"label": "Risks",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L92",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_risks",
"community": 82,
"community_name": "ADM-001",
"norm_label": "risks"
},
{
"label": "Root Cause",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L65",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_root_cause",
"community": 82,
"community_name": "ADM-001",
"norm_label": "root cause"
},
{
"label": "Security or Data-Integrity Impact",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L77",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact",
"community": 82,
"community_name": "ADM-001",
"norm_label": "security or data-integrity impact"
},
{
"label": "Severity",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L34",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_severity",
"community": 82,
"community_name": "ADM-001",
"norm_label": "severity"
},
{
"label": "Status",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L40",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_status",
"community": 82,
"community_name": "ADM-001",
"norm_label": "status"
},
{
"label": "Technical Impact",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L74",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_technical_impact",
"community": 82,
"community_name": "ADM-001",
"norm_label": "technical impact"
},
{
"label": "Testing Requirements",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L98",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_testing_requirements",
"community": 82,
"community_name": "ADM-001",
"norm_label": "testing requirements"
},
{
"label": "Title",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L25",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_title",
"community": 82,
"community_name": "ADM-001",
"norm_label": "title"
},
{
"label": "User or Business Impact",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L71",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_user_or_business_impact",
"community": 82,
"community_name": "ADM-001",
"norm_label": "user or business impact"
},
{
"label": "Verification Requirements",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L95",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_verification_requirements",
"community": 82,
"community_name": "ADM-001",
"norm_label": "verification requirements"
},
{
"label": "Why It Matters",
"file_type": "document",
"source_file": "docs/audit/08-admin-features-audit.md",
"source_location": "L68",
"_origin": "ast",
"id": "docs_audit_08_admin_features_audit_why_it_matters",
"community": 82,
"community_name": "ADM-001",
"norm_label": "why it matters"
},
{
"label": "open-browsers.js",
"file_type": "code",
"source_file": "scripts/open-browsers.js",
"source_location": "L1",
"_origin": "ast",
"id": "scripts_open_browsers",
"community": 83,
"community_name": "Browser Utility Scripts",
"norm_label": "open-browsers.js"
},
{
"label": "{ exec }",
"file_type": "code",
"source_file": "scripts/open-browsers.js",
"source_location": "L1",
"_origin": "ast",
"id": "scripts_open_browsers_exec",
"community": 83,
"community_name": "Browser Utility Scripts",
"norm_label": "{ exec }"
},
{
"label": "http",
"file_type": "code",
"source_file": "scripts/open-browsers.js",
"source_location": "L2",
"_origin": "ast",
"id": "scripts_open_browsers_http",
"community": 83,
"community_name": "Browser Utility Scripts",
"norm_label": "http"
},
{
"label": "URLS",
"file_type": "code",
"source_file": "scripts/open-browsers.js",
"source_location": "L4",
"_origin": "ast",
"id": "scripts_open_browsers_urls",
"community": 83,
"community_name": "Browser Utility Scripts",
"norm_label": "urls"
},
{
"label": "start-dev.js",
"file_type": "code",
"source_file": "scripts/start-dev.js",
"source_location": "L1",
"_origin": "ast",
"id": "scripts_start_dev",
"community": 84,
"community_name": "Dev Server Startup",
"norm_label": "start-dev.js"
},
{
"label": "backend",
"file_type": "code",
"source_file": "scripts/start-dev.js",
"source_location": "L27",
"_origin": "ast",
"id": "scripts_start_dev_backend",
"community": 84,
"community_name": "Dev Server Startup",
"norm_label": "backend"
},
{
"label": "http",
"file_type": "code",
"source_file": "scripts/start-dev.js",
"source_location": "L2",
"_origin": "ast",
"id": "scripts_start_dev_http",
"community": 84,
"community_name": "Dev Server Startup",
"norm_label": "http"
},
{
"label": "{ spawn }",
"file_type": "code",
"source_file": "scripts/start-dev.js",
"source_location": "L1",
"_origin": "ast",
"id": "scripts_start_dev_spawn",
"community": 84,
"community_name": "Dev Server Startup",
"norm_label": "{ spawn }"
},
{
"label": "paginated-response.schema.ts",
"file_type": "code",
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_common_schemas_paginated_response_schema",
"community": 86,
"community_name": "Pagination API Schemas",
"norm_label": "paginated-response.schema.ts"
},
{
"label": "ApiProperty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"id": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty",
"community": 86,
"community_name": "Pagination API Schemas",
"norm_label": "apiproperty"
},
{
"label": "rebuild_honest_ledger.js",
"file_type": "code",
"source_file": "docs/audit/rebuild_honest_ledger.js",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_rebuild_honest_ledger",
"community": 88,
"community_name": "Ledger Rebuild Scripts",
"norm_label": "rebuild_honest_ledger.js"
},
{
"label": "evidenceList",
"file_type": "code",
"source_file": "docs/audit/rebuild_honest_ledger.js",
"source_location": "L4",
"_origin": "ast",
"id": "docs_audit_rebuild_honest_ledger_evidencelist",
"community": 88,
"community_name": "Ledger Rebuild Scripts",
"norm_label": "evidencelist"
},
{
"label": "ledger",
"file_type": "code",
"source_file": "docs/audit/rebuild_honest_ledger.js",
"source_location": "L9",
"_origin": "ast",
"id": "docs_audit_rebuild_honest_ledger_ledger",
"community": 88,
"community_name": "Ledger Rebuild Scripts",
"norm_label": "ledger"
},
{
"label": "mandatoryMap",
"file_type": "code",
"source_file": "docs/audit/rebuild_honest_ledger.js",
"source_location": "L6",
"_origin": "ast",
"id": "docs_audit_rebuild_honest_ledger_mandatorymap",
"community": 88,
"community_name": "Ledger Rebuild Scripts",
"norm_label": "mandatorymap"
},
{
"label": "mandatoryScope",
"file_type": "code",
"source_file": "docs/audit/rebuild_honest_ledger.js",
"source_location": "L3",
"_origin": "ast",
"id": "docs_audit_rebuild_honest_ledger_mandatoryscope",
"community": 88,
"community_name": "Ledger Rebuild Scripts",
"norm_label": "mandatoryscope"
},
{
"label": "validate_evidence_grade.js",
"file_type": "code",
"source_file": "docs/audit/validate_evidence_grade.js",
"source_location": "L1",
"_origin": "ast",
"id": "docs_audit_validate_evidence_grade",
"community": 89,
"community_name": "Evidence Validation Scripts",
"norm_label": "validate_evidence_grade.js"
},
{
"label": "activeFiles",
"file_type": "code",
"source_file": "docs/audit/validate_evidence_grade.js",
"source_location": "L58",
"_origin": "ast",
"id": "docs_audit_validate_evidence_grade_activefiles",
"community": 89,
"community_name": "Evidence Validation Scripts",
"norm_label": "activefiles"
},
{
"label": "errors",
"file_type": "code",
"source_file": "docs/audit/validate_evidence_grade.js",
"source_location": "L4",
"_origin": "ast",
"id": "docs_audit_validate_evidence_grade_errors",
"community": 89,
"community_name": "Evidence Validation Scripts",
"norm_label": "errors"
},
{
"label": "validationOutput",
"file_type": "code",
"source_file": "docs/audit/validate_evidence_grade.js",
"source_location": "L101",
"_origin": "ast",
"id": "docs_audit_validate_evidence_grade_validationoutput",
"community": 89,
"community_name": "Evidence Validation Scripts",
"norm_label": "validationoutput"
},
{
"label": "warnings",
"file_type": "code",
"source_file": "docs/audit/validate_evidence_grade.js",
"source_location": "L5",
"_origin": "ast",
"id": "docs_audit_validate_evidence_grade_warnings",
"community": 89,
"community_name": "Evidence Validation Scripts",
"norm_label": "warnings"
},
{
"label": "CatalogClient.tsx",
"file_type": "code",
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_catalog_catalogclient",
"community": 9,
"community_name": "ProductService",
"norm_label": "catalogclient.tsx"
},
{
"label": "catalog/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/catalog/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_catalog_page",
"community": 9,
"community_name": "ProductService",
"norm_label": "catalog/page.tsx"
},
{
"label": "metadata",
"file_type": "code",
"source_file": "frontend/application/app/catalog/page.tsx",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_app_catalog_page_metadata",
"community": 9,
"community_name": "ProductService",
"norm_label": "metadata"
},
{
"label": "shop/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/shop/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_shop_page",
"community": 9,
"community_name": "ProductService",
"norm_label": "shop/page.tsx"
},
{
"label": "metadata",
"file_type": "code",
"source_file": "frontend/application/app/shop/page.tsx",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_app_shop_page_metadata",
"community": 9,
"community_name": "ProductService",
"norm_label": "metadata"
},
{
"label": "sitemap.ts",
"file_type": "code",
"source_file": "frontend/application/app/sitemap.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_sitemap",
"community": 9,
"community_name": "ProductService",
"norm_label": "sitemap.ts"
},
{
"label": "wiki/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/wiki/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_wiki_page",
"community": 9,
"community_name": "ProductService",
"norm_label": "wiki/page.tsx"
},
{
"label": "metadata",
"file_type": "code",
"source_file": "frontend/application/app/wiki/page.tsx",
"source_location": "L5",
"_origin": "ast",
"id": "frontend_application_app_wiki_page_metadata",
"community": 9,
"community_name": "ProductService",
"norm_label": "metadata"
},
{
"label": "ArchivePage.tsx",
"file_type": "code",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_archivepage",
"community": 9,
"community_name": "ProductService",
"norm_label": "archivepage.tsx"
},
{
"label": "CATEGORY_MAP",
"file_type": "code",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L41",
"_origin": "ast",
"id": "frontend_application_components_archivepage_category_map",
"community": 9,
"community_name": "ProductService",
"norm_label": "category_map"
},
{
"label": "ICON_MAP",
"file_type": "code",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L32",
"_origin": "ast",
"id": "frontend_application_components_archivepage_icon_map",
"community": 9,
"community_name": "ProductService",
"norm_label": "icon_map"
},
{
"label": "B2BPortal.tsx",
"file_type": "code",
"source_file": "frontend/application/components/B2BPortal.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_b2bportal",
"community": 9,
"community_name": "ProductService",
"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",
"community": 9,
"community_name": "ProductService",
"norm_label": "blogpage.tsx"
},
{
"label": "CartDrawer.tsx",
"file_type": "code",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_cartdrawer",
"community": 9,
"community_name": "ProductService",
"norm_label": "cartdrawer.tsx"
},
{
"label": "FeaturedProducts.tsx",
"file_type": "code",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_featuredproducts",
"community": 9,
"community_name": "ProductService",
"norm_label": "featuredproducts.tsx"
},
{
"label": "IngredientWiki.tsx",
"file_type": "code",
"source_file": "frontend/application/components/IngredientWiki.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_ingredientwiki",
"community": 9,
"community_name": "ProductService",
"norm_label": "ingredientwiki.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": 9,
"community_name": "ProductService",
"norm_label": "safeimage.tsx"
},
{
"label": "CartDrawer.test.tsx",
"file_type": "code",
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_components_tests_cartdrawer_test",
"community": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"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": 9,
"community_name": "ProductService",
"norm_label": "featuredproducts.test.tsx"
},
{
"label": "mockProducts",
"file_type": "code",
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
"source_location": "L19",
"_origin": "ast",
"id": "frontend_application_components_tests_featuredproducts_test_mockproducts",
"community": 9,
"community_name": "ProductService",
"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",
"community": 9,
"community_name": "ProductService",
"norm_label": "products.ts"
},
{
"label": "INGREDIENTS_WIKI",
"file_type": "code",
"source_file": "frontend/application/lib/data/products.ts",
"source_location": "L67",
"_origin": "ast",
"id": "frontend_application_lib_data_products_ingredients_wiki",
"community": 9,
"community_name": "ProductService",
"norm_label": "ingredients_wiki"
},
{
"label": "PRODUCTS",
"file_type": "code",
"source_file": "frontend/application/lib/data/products.ts",
"source_location": "L110",
"_origin": "ast",
"id": "frontend_application_lib_data_products_products",
"community": 9,
"community_name": "ProductService",
"norm_label": "products"
},
{
"label": "productService.ts",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_services_productservice",
"community": 9,
"community_name": "ProductService",
"norm_label": "productservice.ts"
},
{
"label": "CATEGORY_SLUG_TO_NAME",
"file_type": "code",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_lib_services_productservice_category_slug_to_name",
"community": 9,
"community_name": "ProductService",
"norm_label": "category_slug_to_name"
},
{
"label": "cartStore.ts",
"file_type": "code",
"source_file": "frontend/application/lib/store/cartStore.ts",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_lib_store_cartstore",
"community": 9,
"community_name": "ProductService",
"norm_label": "cartstore.ts"
},
{
"label": "blog/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/blog/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_blog_page",
"community": 90,
"community_name": "Blog Listing Page",
"norm_label": "blog/page.tsx"
},
{
"label": "metadata",
"file_type": "code",
"source_file": "frontend/application/app/blog/page.tsx",
"source_location": "L4",
"_origin": "ast",
"id": "frontend_application_app_blog_page_metadata",
"community": 90,
"community_name": "Blog Listing Page",
"norm_label": "metadata"
},
{
"label": "blog/[slug]/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_blog_slug_page",
"community": 91,
"community_name": "Blog Post Detail Page",
"norm_label": "blog/[slug]/page.tsx"
},
{
"label": "revalidate",
"file_type": "code",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L30",
"_origin": "ast",
"id": "frontend_application_app_blog_slug_page_revalidate",
"community": 91,
"community_name": "Blog Post Detail Page",
"norm_label": "revalidate"
},
{
"label": "@types/node",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L57",
"_origin": "ast",
"id": "backend_package_devdependencies_types_node",
"community": 92,
"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": 92,
"community_name": "@types/node",
"norm_label": "@types/node"
},
{
"label": "devDependencies",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L45",
"_origin": "ast",
"id": "backend_package_devdependencies",
"community": 93,
"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": 93,
"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": 93,
"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": 93,
"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": 93,
"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": 93,
"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": 93,
"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": 93,
"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": 93,
"community_name": "devDependencies",
"norm_label": "@types/supertest"
},
{
"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": 94,
"community_name": "UI Text Seeding",
"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": 94,
"community_name": "UI Text Seeding",
"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": 94,
"community_name": "UI Text Seeding",
"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": 95,
"community_name": "Wiki Terms Seeding",
"norm_label": "seed-wiki.ts"
},
{
"label": "prisma",
"file_type": "code",
"source_file": "backend/prisma/seed-wiki.ts",
"source_location": "L3",
"_origin": "ast",
"id": "backend_prisma_seed_wiki_prisma",
"community": 95,
"community_name": "Wiki Terms Seeding",
"norm_label": "prisma"
},
{
"label": "WIKI_TERMS",
"file_type": "code",
"source_file": "backend/prisma/seed-wiki.ts",
"source_location": "L5",
"_origin": "ast",
"id": "backend_prisma_seed_wiki_wiki_terms",
"community": 95,
"community_name": "Wiki Terms Seeding",
"norm_label": "wiki_terms"
},
{
"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": 96,
"community_name": "Blog Management DTOs",
"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": 96,
"community_name": "Blog Management DTOs",
"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": 97,
"community_name": "Home Management DTOs",
"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": 97,
"community_name": "Home Management DTOs",
"norm_label": "update-home.dto.ts"
},
{
"label": "create-wiki.dto.ts",
"file_type": "code",
"source_file": "backend/src/wiki/dto/create-wiki.dto.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_wiki_dto_create_wiki_dto",
"community": 98,
"community_name": "Wiki Management DTOs",
"norm_label": "create-wiki.dto.ts"
},
{
"label": "update-wiki.dto.ts",
"file_type": "code",
"source_file": "backend/src/wiki/dto/update-wiki.dto.ts",
"source_location": "L1",
"_origin": "ast",
"id": "backend_src_wiki_dto_update_wiki_dto",
"community": 98,
"community_name": "Wiki Management DTOs",
"norm_label": "update-wiki.dto.ts"
},
{
"label": "wiki/[slug]/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
"source_location": "L1",
"_origin": "ast",
"id": "frontend_application_app_wiki_slug_page",
"community": 99,
"community_name": "Wiki Page Routing",
"norm_label": "wiki/[slug]/page.tsx"
},
{
"label": "Vazirmatn Authors",
"file_type": "document",
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt",
"author": "Saber Rastikerdar",
"community": 87,
"norm_label": "vazirmatn authors",
"community_name": "Font Assets and Licenses",
"_origin": "semantic",
"id": "frontend_application_public_fonts_vazirmatn_v33_003_authors"
},
{
"label": "Products Table",
"file_type": "code",
"source_file": "DATABASE_SCHEMA.md",
"source_location": "2.4",
"community": 108,
"norm_label": "products table",
"community_name": "Products Table",
"_origin": "semantic",
"id": "database_schema_products"
},
{
"label": "Smart Advisor Component",
"file_type": "concept",
"source_file": "README.md",
"rationale": "Clinical screening engine for pet breed and symptoms.",
"community": 108,
"norm_label": "smart advisor component",
"community_name": "Products Table",
"_origin": "semantic",
"id": "readme_smartadvisor"
},
{
"label": "ADR-AUTH-001: Admin Panel Authentication Architecture & Token Management",
"file_type": "document",
"source_file": "docs/audit/ADR-AUTH-001.md",
"rationale": "Defines the finalized dual-token hybrid architecture for the Admin Panel to mitigate XSS and CSRF risks.",
"community": 109,
"norm_label": "adr-auth-001: admin panel authentication architecture & token management",
"community_name": "Auth Architecture and Planning",
"_origin": "semantic",
"id": "docs_audit_adr_auth_001"
},
{
"label": "Master Task Backlog (Phase 3.3)",
"file_type": "document",
"source_file": "docs/audit/MASTER-TASK-BACKLOG.md",
"rationale": "Canonical list of implementation tasks (TASK-SEC-001 to TASK-VERIFY-001) mapped to audit findings.",
"community": 109,
"norm_label": "master task backlog (phase 3.3)",
"community_name": "Auth Architecture and Planning",
"_origin": "semantic",
"id": "docs_audit_master_task_backlog"
},
{
"label": "Phase 3 Master Execution Plan",
"file_type": "document",
"source_file": "docs/audit/phase3-execution-plan.md",
"rationale": "Outlines the dependency graph and wave-based execution strategy for remediation tasks.",
"community": 109,
"norm_label": "phase 3 master execution plan",
"community_name": "Auth Architecture and Planning",
"_origin": "semantic",
"id": "docs_audit_phase3_execution_plan"
},
{
"label": "Vazir Font",
"file_type": "concept",
"rationale": "The base font for Shabnam and the predecessor to Vazirmatn.",
"community": 126,
"norm_label": "vazir font",
"community_name": "Typography and Font Assets",
"_origin": "semantic",
"id": "vazir_font"
},
{
"label": "Shabnam Font README",
"file_type": "document",
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md",
"rationale": "Main documentation for Shabnam font, including usage instructions and project origins.",
"community": 126,
"norm_label": "shabnam font readme",
"community_name": "Typography and Font Assets",
"_origin": "semantic",
"id": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme"
},
{
"label": "Shabnam Font Sample",
"file_type": "image",
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png",
"community": 126,
"norm_label": "shabnam font sample",
"community_name": "Typography and Font Assets",
"_origin": "semantic",
"id": "frontend_application_public_fonts_shabnam_font_v5_0_1_sample"
},
{
"label": "User Roles and Capabilities",
"file_type": "document",
"source_file": "docs/02-user-guide.md",
"rationale": "Defines B2C, B2B, and Admin roles and their respective functionalities within the system.",
"community": 146,
"norm_label": "user roles and capabilities",
"community_name": "User Profile Management",
"_origin": "semantic",
"id": "docs_02_user_guide_roles"
},
{
"label": "User Profile Photo",
"file_type": "image",
"source_file": "backend/uploads/1781288429353-508765350.jpg",
"rationale": "A portrait of a man with a beard wearing a Red Bull Batalla cap, likely a profile or contributor image.",
"community": 146,
"norm_label": "user profile photo",
"community_name": "User Profile Management",
"_origin": "semantic",
"id": "backend_uploads_1781288429353_508765350"
},
{
"label": "Pets Table",
"file_type": "code",
"source_file": "DATABASE_SCHEMA.md",
"source_location": "2.6",
"community": 147,
"norm_label": "pets table",
"community_name": "Pets Table",
"_origin": "semantic",
"id": "database_schema_pets"
},
{
"label": "Users Table",
"file_type": "code",
"source_file": "DATABASE_SCHEMA.md",
"source_location": "2.1",
"community": 148,
"norm_label": "users table",
"community_name": "User Database and Infrastructure",
"_origin": "semantic",
"id": "database_schema_users"
},
{
"label": "Backend Production Container",
"file_type": "code",
"source_file": "docker-compose.yml",
"community": 148,
"norm_label": "backend production container",
"community_name": "User Database and Infrastructure",
"_origin": "semantic",
"id": "docker_backend_prod"
},
{
"label": "Cross Boundary Dependencies & Backend Architecture Specification",
"file_type": "document",
"source_file": "docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md",
"rationale": "Details the 10 feature domains and schema additions required for cross-boundary functionality.",
"community": 149,
"norm_label": "cross boundary dependencies & backend architecture specification",
"community_name": "API and Frontend Specifications",
"_origin": "semantic",
"id": "docs_audit_cross_boundary_dependencies"
},
{
"label": "Comprehensive Frontend Integration Requirements & API Contract",
"file_type": "document",
"source_file": "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md",
"rationale": "Specifies the API contract, authentication headers, and action items for both Storefront and Admin Panel.",
"community": 149,
"norm_label": "comprehensive frontend integration requirements & api contract",
"community_name": "API and Frontend Specifications",
"_origin": "semantic",
"id": "docs_audit_frontend_integration_requirements"
},
{
"label": "Next.js Agent Rules & Brand Guidelines",
"file_type": "document",
"source_file": "frontend/application/AGENTS.md",
"rationale": "Enforces brand naming 'Canina' and specific CSS/cookie naming conventions.",
"community": 150,
"norm_label": "next.js agent rules & brand guidelines",
"community_name": "Brand and Agent Guidelines",
"_origin": "semantic",
"id": "frontend_application_agents"
},
{
"label": "Pharma Quality Lab Image",
"file_type": "image",
"source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png",
"community": 150,
"norm_label": "pharma quality lab image",
"community_name": "Brand and Agent Guidelines",
"_origin": "semantic",
"id": "image_pharma_lab"
},
{
"label": "User Logout API",
"file_type": "code",
"source_file": "BACKEND_INTEGRATION.md",
"source_location": "2.1.2",
"community": 159,
"norm_label": "user logout api",
"community_name": "User Logout Endpoint",
"_origin": "semantic",
"id": "backend_integration_logout"
},
{
"label": "Canina Pharma GmbH",
"file_type": "concept",
"source_file": "canina.md",
"rationale": "German manufacturer of pharmaceutical-grade pet supplements.",
"community": 160,
"norm_label": "canina pharma gmbh",
"community_name": "Company Profile",
"_origin": "semantic",
"id": "canina_pharma_gmbh"
},
{
"label": "Canina Iran Project Introduction",
"file_type": "document",
"source_file": "docs/01-introduction.md",
"rationale": "Overview of the Canina Iran platform, its goals, and the technology stack used (Next.js, NestJS, PostgreSQL, Prisma).",
"community": 161,
"norm_label": "canina iran project introduction",
"community_name": "Project Introduction",
"_origin": "semantic",
"id": "docs_01_introduction_canina_iran"
},
{
"label": "Frontend & Admin Architecture Route Map Specification",
"file_type": "document",
"source_file": "docs/audit/frontend-route-map.md",
"rationale": "Defines the routing structure for the Admin Panel SPA using react-router-dom.",
"community": 162,
"norm_label": "frontend & admin architecture route map specification",
"community_name": "Architecture Route Map",
"_origin": "semantic",
"id": "docs_audit_frontend_route_map"
},
{
"label": "Project Backlog and Tasks",
"file_type": "document",
"source_file": "docs/backlog.md",
"rationale": "Comprehensive list of atomic tasks for frontend, backend, and database development.",
"community": 163,
"norm_label": "project backlog and tasks",
"community_name": "Project Task Backlog",
"_origin": "semantic",
"id": "docs_backlog_tasks"
},
{
"label": "Sahel Font Sample",
"file_type": "image",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif",
"community": 168,
"norm_label": "sahel font sample",
"community_name": "Sahel Font Samples",
"_origin": "semantic",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable"
},
{
"label": "Shabnam Font Changelog",
"file_type": "document",
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md",
"rationale": "Contains version history and specific glyph improvements for Shabnam font.",
"community": 169,
"norm_label": "shabnam font changelog",
"community_name": "Shabnam Font History",
"_origin": "semantic",
"id": "frontend_application_public_fonts_shabnam_font_v5_0_1_changelog"
},
{
"label": "Vazirmatn Changelog",
"file_type": "document",
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"rationale": "Detailed history of Vazir/Vazirmatn font development.",
"community": 170,
"norm_label": "vazirmatn changelog",
"community_name": "Vazirmatn Font History",
"_origin": "semantic",
"id": "frontend_application_public_fonts_vazirmatn_v33_003_changelog"
},
{
"label": "Sahel Font Variable Sample",
"file_type": "image",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif",
"community": 172,
"norm_label": "sahel font variable sample",
"community_name": "Variable Font Samples",
"_origin": "semantic",
"id": "image_sahel_sample"
},
{
"label": "Shabnam Font Sample",
"file_type": "image",
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png",
"community": 173,
"norm_label": "shabnam font sample",
"community_name": "Shabnam Font Preview",
"_origin": "semantic",
"id": "image_shabnam_sample"
},
{
"label": "Production Docker Compose",
"file_type": "code",
"source_file": "scripts/compose.prod.yml",
"rationale": "Defines production infrastructure for the Canina application.",
"community": 174,
"norm_label": "production docker compose",
"community_name": "Production Docker Setup",
"_origin": "semantic",
"id": "scripts_compose_prod"
},
{
"label": "Staging Docker Compose",
"file_type": "code",
"source_file": "scripts/compose.stage.yml",
"rationale": "Defines staging infrastructure for the Canina application.",
"community": 175,
"norm_label": "staging docker compose",
"community_name": "Staging Docker Setup",
"_origin": "semantic",
"id": "scripts_compose_stage"
},
{
"label": "User Login API",
"file_type": "code",
"source_file": "BACKEND_INTEGRATION.md",
"source_location": "2.1.1",
"rationale": "Endpoint for user authentication supporting multiple roles.",
"community": 191,
"norm_label": "user login api",
"community_name": "User Login API",
"_origin": "semantic",
"id": "backend_integration_login"
},
{
"label": "Developer Standards and Architecture",
"file_type": "document",
"source_file": "docs/03-developer-guide.md",
"rationale": "Detailed folder structure, frontend/backend standards, and state management (Zustand) guidelines.",
"community": 192,
"norm_label": "developer standards and architecture",
"community_name": "Developer Standards and Architecture",
"_origin": "semantic",
"id": "docs_03_developer_guide_standards"
},
{
"label": "Architectural Audit Findings",
"file_type": "document",
"source_file": "docs/audit/05-architectural-audit.md",
"rationale": "Identifies a high-severity mismatch between frontend and backend authentication protocols (ARCH-001).",
"community": 85,
"norm_label": "architectural audit findings",
"community_name": "Architectural Audit Findings",
"_origin": "semantic",
"id": "docs_audit_05_architectural_audit_findings"
},
{
"label": "Security Audit Findings",
"file_type": "document",
"source_file": "docs/audit/10-security-audit.md",
"rationale": "Highlights critical security vulnerabilities including hardcoded JWT secrets (SEC-001) and predictable OTP generation (SEC-002).",
"community": 85,
"norm_label": "security audit findings",
"community_name": "Architectural Audit Findings",
"_origin": "semantic",
"id": "docs_audit_10_security_audit_findings"
},
{
"label": "DejaVu Sans Font",
"file_type": "concept",
"rationale": "The original software base for the Vazir project.",
"community": 87,
"norm_label": "dejavu sans font",
"community_name": "Font Assets and Licenses",
"_origin": "semantic",
"id": "dejavu_sans"
},
{
"label": "Roboto Font",
"file_type": "concept",
"rationale": "Used for Latin glyphs in Vazirmatn.",
"community": 87,
"norm_label": "roboto font",
"community_name": "Font Assets and Licenses",
"_origin": "semantic",
"id": "roboto_font"
},
{
"label": "SIL Open Font License (OFL)",
"file_type": "document",
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt",
"community": 87,
"norm_label": "sil open font license (ofl)",
"community_name": "Font Assets and Licenses",
"_origin": "semantic",
"id": "frontend_application_public_fonts_vazirmatn_v33_003_ofl"
},
{
"label": "Vazirmatn Font README",
"file_type": "document",
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md",
"rationale": "Project overview for Vazirmatn, mentioning its base in DejaVu Sans and Roboto.",
"community": 87,
"norm_label": "vazirmatn font readme",
"community_name": "Font Assets and Licenses",
"_origin": "semantic",
"id": "frontend_application_public_fonts_vazirmatn_v33_003_readme"
}
],
"links": [
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": ".ai_agency/orchestrate.py",
"source_location": "L106",
"weight": 1.0,
"_origin": "ast",
"source": "ai_agency_orchestrate_cmd_next_task",
"target": "ai_agency_orchestrate_load_json",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": ".ai_agency/orchestrate.py",
"source_location": "L76",
"weight": 1.0,
"_origin": "ast",
"source": "ai_agency_orchestrate_cmd_progress",
"target": "ai_agency_orchestrate_load_json",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": ".ai_agency/orchestrate.py",
"source_location": "L177",
"weight": 1.0,
"_origin": "ast",
"source": "ai_agency_orchestrate_cmd_reset",
"target": "ai_agency_orchestrate_save_json",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": ".ai_agency/orchestrate.py",
"source_location": "L42",
"weight": 1.0,
"_origin": "ast",
"source": "ai_agency_orchestrate_cmd_status",
"target": "ai_agency_orchestrate_load_json",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": ".ai_agency/orchestrate.py",
"source_location": "L129",
"weight": 1.0,
"_origin": "ast",
"source": "ai_agency_orchestrate_cmd_unblock",
"target": "ai_agency_orchestrate_load_json",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": ".ai_agency/orchestrate.py",
"source_location": "L138",
"weight": 1.0,
"_origin": "ast",
"source": "ai_agency_orchestrate_cmd_unblock",
"target": "ai_agency_orchestrate_save_json",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L292",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_seed_products_main",
"target": "backend_prisma_seed_products_determinesuitablefor",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L302",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_seed_products_main",
"target": "backend_prisma_seed_products_slugify",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L304",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_seed_products_main",
"target": "backend_prisma_seed_products_findorcreatecategory",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L312",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_seed_products_main",
"target": "backend_prisma_seed_products_parsesize",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L359",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_seed_products_main",
"target": "backend_prisma_seed_products_getproductimageurl",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L512",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service_adminservice_updatesettings",
"target": "backend_src_admin_admin_service_adminservice_getsettings",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "backend/src/app.module.ts",
"source_location": "L83",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_app_module_appmodule_configure",
"target": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L42",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service_bannersservice_reorder",
"target": "backend_src_banners_banners_service_bannersservice_update",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch",
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L33",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch",
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept",
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L412",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_addpattern",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L422",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_addpattern",
"target": "backend_src_common_services_sms_service_smsservice_postasmx",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L435",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_addpattern",
"target": "backend_src_common_services_sms_service_smsservice_savelocalpattern",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L490",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_editpattern",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L500",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_editpattern",
"target": "backend_src_common_services_sms_service_smsservice_postasmx",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L512",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_editpattern",
"target": "backend_src_common_services_sms_service_smsservice_updatelocalpattern",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L301",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_getpatterns",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L306",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_getpatterns",
"target": "backend_src_common_services_sms_service_smsservice_postasmx",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L310",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_getpatterns",
"target": "backend_src_common_services_sms_service_smsservice_parsepatternsxml",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L913",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendb2bnotification",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L914",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendb2bnotification",
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L880",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L881",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation",
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L863",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendotp",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L864",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendotp",
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L610",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendpatternsms",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L615",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendpatternsms",
"target": "backend_src_common_services_sms_service_smsservice_recordlog",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L930",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L932",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder",
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L897",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendshippingnotification",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L898",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendshippingnotification",
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L944",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendsms",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L946",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_sendsms",
"target": "backend_src_common_services_sms_service_smsservice_recordlog",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L746",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_testsms",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L750",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_testsms",
"target": "backend_src_common_services_sms_service_smsservice_recordlog",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L178",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems",
"target": "backend_src_contact_contact_service_contactservice_getcontactinfo",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L159",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_service_ordersservice_create",
"target": "backend_src_orders_orders_service_ordersservice_validatecoupon",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L178",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_service_ordersservice_create",
"target": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L834",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry",
"target": "backend_src_payment_payment_service_paymentservice_verifyandprocess",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L561",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions",
"target": "backend_src_payment_payment_service_paymentservice_verifyandprocess",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L268",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice_checkhealth",
"target": "backend_src_payment_zibal_service_zibalservice_getmerchant",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L228",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice_inquirypayment",
"target": "backend_src_payment_zibal_service_zibalservice_getmerchant",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L235",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice_inquirypayment",
"target": "backend_src_payment_zibal_service_zibalservice_callwithretry",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L133",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice_requestpayment",
"target": "backend_src_payment_zibal_service_zibalservice_getmerchant",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L146",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice_requestpayment",
"target": "backend_src_payment_zibal_service_zibalservice_callwithretry",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L188",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice_verifypayment",
"target": "backend_src_payment_zibal_service_zibalservice_getmerchant",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L195",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice_verifypayment",
"target": "backend_src_payment_zibal_service_zibalservice_callwithretry",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L261",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_pets_service_petsservice_addhealthlog",
"target": "backend_src_pets_pets_service_petsservice_findone",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L262",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_pets_service_petsservice_addhealthlog",
"target": "backend_src_pets_pets_service_petsservice_create",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L199",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_pets_service_petsservice_addreminder",
"target": "backend_src_pets_pets_service_petsservice_findone",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L200",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_pets_service_petsservice_addreminder",
"target": "backend_src_pets_pets_service_petsservice_create",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L192",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_pets_service_petsservice_remove",
"target": "backend_src_pets_pets_service_petsservice_findone",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L217",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_pets_service_petsservice_togglereminder",
"target": "backend_src_pets_pets_service_petsservice_findone",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L250",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_pets_service_petsservice_togglereminder",
"target": "backend_src_pets_pets_service_petsservice_create",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.service.ts",
"source_location": "L162",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_pets_service_petsservice_update",
"target": "backend_src_pets_pets_service_petsservice_findone",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L130",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_users_users_service_usersservice_setdefaultaddress",
"target": "backend_src_users_users_service_usersservice_update",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L151",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_users_users_service_usersservice_topupwallet",
"target": "backend_src_users_users_service_usersservice_update",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/users/users.service.ts",
"source_location": "L104",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_users_users_service_usersservice_updateaddress",
"target": "backend_src_users_users_service_usersservice_update",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.service.ts",
"source_location": "L93",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_videos_videos_service_videosservice_remove",
"target": "backend_src_videos_videos_service_videosservice_findone",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.service.ts",
"source_location": "L84",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_videos_videos_service_videosservice_update",
"target": "backend_src_videos_videos_service_videosservice_findone",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_protectedroute_protectedroute",
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
"source_location": "L70",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_sidebar_sidebar",
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
"source_location": "L33",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_topbar_topbar",
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_login_login",
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L171",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_orders_orders",
"target": "frontend_admin_panel_src_pages_orders_topersiandigits",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
"source_location": "L145",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_videos_videos",
"target": "frontend_admin_panel_src_pages_videos_fetchvideoslist",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/page.tsx",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_page_blog",
"target": "frontend_application_app_blog_page_getblogs",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L59",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_slug_page_blogpostpage",
"target": "frontend_application_app_blog_slug_page_getblog",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_slug_page_generatemetadata",
"target": "frontend_application_app_blog_slug_page_getblog",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout_clientlayout",
"target": "frontend_application_lib_store_uistore_useuistore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout_clientlayout",
"target": "frontend_application_lib_store_userstore_useuserstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L39",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout_clientlayout",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/app/HomeClient.tsx",
"source_location": "L138",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_homeclient_homeclient",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/app/HomeClient.tsx",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_homeclient_homeclient",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L56",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_page_home",
"target": "frontend_application_app_page_gethomedata",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L101",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page_verifycontent",
"target": "frontend_application_lib_utils_cn",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L161",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page_verifycontent",
"target": "frontend_application_lib_utils_topersian",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L41",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page_verifycontent",
"target": "frontend_application_lib_store_cartstore_usecartstore",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L42",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page_verifycontent",
"target": "frontend_application_lib_store_userstore_useuserstore",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_wiki_slug_page_generatemetadata",
"target": "frontend_application_app_wiki_slug_page_getwikiterm",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
"source_location": "L31",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_wiki_slug_page_wikitermpage",
"target": "frontend_application_app_wiki_slug_page_getwikiterm",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L169",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal_addressmodal",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L190",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage_archiveproductcard",
"target": "frontend_application_lib_utils_topersian",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L73",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage_archiveproductcard",
"target": "frontend_application_lib_store_cartstore_usecartstore",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L75",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage_archiveproductcard",
"target": "frontend_application_lib_store_usepetstore_usepetstore",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/AuthModal.tsx",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_authmodal_authmodal",
"target": "frontend_application_lib_store_userstore_useuserstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/AuthModal.tsx",
"source_location": "L282",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_authmodal_authmodal",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/B2BPortal.tsx",
"source_location": "L213",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_b2bportal_b2bportal",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/B2BPortal.tsx",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_b2bportal_b2bportal",
"target": "frontend_application_lib_store_cartstore_usecartstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/B2BPortal.tsx",
"source_location": "L27",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_b2bportal_b2bportal",
"target": "frontend_application_lib_store_userstore_useuserstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/BackButton.tsx",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_backbutton_backbutton",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L136",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer_cartdrawer",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer_cartdrawer",
"target": "frontend_application_lib_store_cartstore_usecartstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer_cartdrawer",
"target": "frontend_application_lib_store_userstore_useuserstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L120",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_checkoutpage_checkoutpage",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L285",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_checkoutpage_checkoutpage",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L33",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_checkoutpage_checkoutpage",
"target": "frontend_application_lib_store_cartstore_usecartstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_checkoutpage_checkoutpage",
"target": "frontend_application_lib_store_usepetstore_usepetstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_checkoutpage_checkoutpage",
"target": "frontend_application_lib_store_userstore_useuserstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L71",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_checkoutpage_checkoutpage",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/EnamadBadge.tsx",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_enamadbadge_enamadbadge",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L141",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts_featuredproducts",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts_productcard",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts_productcard",
"target": "frontend_application_lib_store_usepetstore_usepetstore",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts_productcard",
"target": "frontend_application_lib_store_cartstore_usecartstore",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/Footer.tsx",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_footer_footer",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/Header.tsx",
"source_location": "L200",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_header_header",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/Header.tsx",
"source_location": "L84",
"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": "L85",
"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": "L86",
"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/Header.tsx",
"source_location": "L87",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_header_header",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/HeaderButton.tsx",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_headerbutton_headerbutton",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/HeaderButton.tsx",
"source_location": "L60",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_headerbutton_headerbutton",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/Hero.tsx",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_hero_hero",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Hero.tsx",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_hero_statcounter",
"target": "frontend_application_lib_utils_topersian",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/LoginModal.tsx",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_loginmodal_loginmodal",
"target": "frontend_application_lib_store_userstore_useuserstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/LoginModal.tsx",
"source_location": "L297",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_loginmodal_loginmodal",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/NetworkBanner.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_networkbanner_networkbanner",
"target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/OrderDetailsModal.tsx",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/OrderSuccess.tsx",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_ordersuccess_ordersuccess",
"target": "frontend_application_lib_store_cartstore_usecartstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/OrderSuccess.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_ordersuccess_ordersuccess",
"target": "frontend_application_lib_store_usepetstore_usepetstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/OrderTracking.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_ordertracking_ordertracking",
"target": "frontend_application_lib_store_cartstore_usecartstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/PetProfile.tsx",
"source_location": "L304",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_petprofile_petprofile",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/PetProfile.tsx",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_petprofile_petprofile",
"target": "frontend_application_lib_store_usepetstore_usepetstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/PetProfile.tsx",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_petprofile_petprofile",
"target": "frontend_application_lib_store_cartstore_usecartstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/PetProfile.tsx",
"source_location": "L813",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_petprofile_petprofile",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L110",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_productpage_productpage",
"target": "frontend_application_lib_store_usepetstore_usepetstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L112",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_productpage_productpage",
"target": "frontend_application_components_productpage_usecalculatorstore",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L113",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_productpage_productpage",
"target": "frontend_application_lib_store_cartstore_usecartstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L114",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_productpage_productpage",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L438",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_productpage_productpage",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/SafeImage.tsx",
"source_location": "L27",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_safeimage_safeimage",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/SearchableSelect.tsx",
"source_location": "L46",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_searchableselect_searchableselect",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/SearchResultsPage.tsx",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_searchresultspage_searchresultspage",
"target": "frontend_application_lib_store_usepetstore_usepetstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L315",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_smartadvisor_smartadvisor",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_smartadvisor_smartadvisor",
"target": "frontend_application_lib_store_userstore_useuserstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_smartadvisor_smartadvisor",
"target": "frontend_application_lib_store_uistore_useuistore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L56",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_smartadvisor_smartadvisor",
"target": "frontend_application_lib_store_usepetstore_usepetstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L57",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_smartadvisor_smartadvisor",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/TickerBanner.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_tickerbanner_tickerbanner",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/Tooltip.tsx",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_tooltip_tooltip",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/TopUpModal.tsx",
"source_location": "L105",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_topupmodal_topupmodal",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/TopUpModal.tsx",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_topupmodal_topupmodal",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/UserDashboard.tsx",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_userdashboard_userdashboard",
"target": "frontend_application_lib_store_userstore_useuserstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/UserDashboard.tsx",
"source_location": "L235",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_userdashboard_userdashboard",
"target": "frontend_application_lib_utils_cn"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/UserDashboard.tsx",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_userdashboard_userdashboard",
"target": "frontend_application_lib_store_cartstore_usecartstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/UserDashboard.tsx",
"source_location": "L292",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_userdashboard_userdashboard",
"target": "frontend_application_lib_utils_topersian"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/UserDashboard.tsx",
"source_location": "L94",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_userdashboard_userdashboard",
"target": "frontend_application_lib_utils_toenglishdigits"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L71",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_vetgallery_vetgallery",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L199",
"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": "L179",
"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": "L189",
"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": "L167",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_productservice_productservice_getproducts",
"target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L67",
"weight": 1.0,
"context": "call",
"_origin": "ast",
"source": "gitea_scripts_with_vpn_cleanup",
"target": "gitea_scripts_with_vpn_log",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L68",
"weight": 1.0,
"context": "call",
"_origin": "ast",
"source": "gitea_scripts_with_vpn_cleanup",
"target": "gitea_scripts_with_vpn_stop_vpn",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L74",
"weight": 1.0,
"context": "call",
"_origin": "ast",
"source": "gitea_scripts_with_vpn_sh__entry",
"target": "gitea_scripts_with_vpn_start_vpn",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L76",
"weight": 1.0,
"context": "call",
"_origin": "ast",
"source": "gitea_scripts_with_vpn_sh__entry",
"target": "gitea_scripts_with_vpn_log",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L21",
"weight": 1.0,
"context": "call",
"_origin": "ast",
"source": "gitea_scripts_with_vpn_start_vpn",
"target": "gitea_scripts_with_vpn_vpn_is_up",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L22",
"weight": 1.0,
"context": "call",
"_origin": "ast",
"source": "gitea_scripts_with_vpn_start_vpn",
"target": "gitea_scripts_with_vpn_log",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L52",
"weight": 1.0,
"context": "call",
"_origin": "ast",
"source": "gitea_scripts_with_vpn_stop_vpn",
"target": "gitea_scripts_with_vpn_log",
"confidence_score": 1.0
},
{
"relation": "calls",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "scripts/open-browsers.js",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_open_browsers_checkandopen",
"target": "scripts_open_browsers_openurl",
"confidence_score": 1.0
},
{
"relation": "contains",
"context": "call",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ContactFormClient.tsx",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_contactformclient_contactformclient",
"target": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L22",
"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": "L23",
"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": "L24",
"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": "L25",
"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": "L60",
"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": "L61",
"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": "L63",
"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": "L66",
"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": "L150",
"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": "L151",
"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": "L152",
"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": "L188",
"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": "L189",
"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": "L191",
"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": "L91",
"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": "L92",
"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": "L93",
"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": "L174",
"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": "L175",
"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": "L176",
"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": "L221",
"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": "L222",
"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": "L223",
"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": "L108",
"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": "L109",
"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": "L110",
"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": "L140",
"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": "L141",
"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": "L144",
"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": "L145",
"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": "L29",
"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": "L30",
"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": "L181",
"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": "L182",
"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": "L115",
"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": "L116",
"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": "L119",
"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": "L120",
"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": "L81",
"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": "L82",
"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": "L85",
"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": "L86",
"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": "L228",
"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": "L229",
"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": "L46",
"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": "L47",
"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": "L48",
"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": "L36",
"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": "L37",
"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": "L40",
"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": "L41",
"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": "L164",
"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": "L165",
"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": "L167",
"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": "L168",
"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": "L157",
"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": "L158",
"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": "L159",
"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": "L159",
"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": "L204",
"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": "L205",
"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": "L207",
"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": "L208",
"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": "L125",
"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": "L126",
"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": "L128",
"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": "L130",
"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": "L100",
"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": "L100",
"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": "L98",
"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": "L99",
"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": "L235",
"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": "L236",
"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": "L237",
"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": "L53",
"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": "L54",
"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": "L55",
"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": "L55",
"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": "L19",
"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": "L62",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_admin_service_adminservice",
"target": "backend_src_admin_admin_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L25",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller",
"target": "backend_src_admin_blogs_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L26",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller",
"target": "backend_src_admin_blogs_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L27",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller",
"target": "backend_src_admin_blogs_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L28",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller",
"target": "backend_src_admin_blogs_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L41",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_createblog",
"target": "backend_src_admin_blogs_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L42",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_createblog",
"target": "backend_src_admin_blogs_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L44",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_createblog",
"target": "backend_src_admin_blogs_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L45",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_createblog",
"target": "backend_src_admin_blogs_controller_ts_request",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L61",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog",
"target": "backend_src_admin_blogs_controller_ts_delete",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L62",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog",
"target": "backend_src_admin_blogs_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L63",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog",
"target": "backend_src_admin_blogs_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L32",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
"target": "backend_src_admin_blogs_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L33",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
"target": "backend_src_admin_blogs_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L36",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
"target": "backend_src_admin_blogs_controller_ts_apiquery",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L37",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
"target": "backend_src_admin_blogs_controller_ts_query",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L51",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
"target": "backend_src_admin_blogs_controller_ts_put",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L52",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
"target": "backend_src_admin_blogs_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L54",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
"target": "backend_src_admin_blogs_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L55",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
"target": "backend_src_admin_blogs_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L11",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_blogs_service_blogsservice",
"target": "backend_src_admin_blogs_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller",
"target": "backend_src_admin_categories_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L25",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller",
"target": "backend_src_admin_categories_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L26",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller",
"target": "backend_src_admin_categories_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L27",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller",
"target": "backend_src_admin_categories_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L47",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_createcategory",
"target": "backend_src_admin_categories_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L48",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_createcategory",
"target": "backend_src_admin_categories_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L49",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_createcategory",
"target": "backend_src_admin_categories_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L64",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory",
"target": "backend_src_admin_categories_controller_ts_delete",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L65",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory",
"target": "backend_src_admin_categories_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L66",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory",
"target": "backend_src_admin_categories_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L40",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw",
"target": "backend_src_admin_categories_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L41",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw",
"target": "backend_src_admin_categories_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L31",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
"target": "backend_src_admin_categories_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L32",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
"target": "backend_src_admin_categories_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L35",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
"target": "backend_src_admin_categories_controller_ts_apiquery",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L36",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
"target": "backend_src_admin_categories_controller_ts_query",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L54",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
"target": "backend_src_admin_categories_controller_ts_put",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L55",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
"target": "backend_src_admin_categories_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L57",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
"target": "backend_src_admin_categories_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L58",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
"target": "backend_src_admin_categories_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L11",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_categories_service_categoriesservice",
"target": "backend_src_admin_categories_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
"source_location": "L16",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_dto_admin_query_dto_adminquerydto",
"target": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
"source_location": "L17",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_dto_admin_query_dto_adminquerydto",
"target": "backend_src_admin_dto_admin_query_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
"source_location": "L18",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_admin_dto_admin_query_dto_adminquerydto",
"target": "backend_src_admin_dto_admin_query_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/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_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": "L43",
"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": "L44",
"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": "L45",
"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": "L50",
"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": "L51",
"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": "L52",
"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": "L56",
"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": "L57",
"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": "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": "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/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": "L34",
"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": "L17",
"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": "L18",
"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": "L19",
"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": "L124",
"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": "L125",
"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": "L126",
"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": "L127",
"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": "L128",
"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": "L129",
"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": "L115",
"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": "L116",
"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": "L117",
"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": "L118",
"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": "L119",
"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": "L120",
"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": "L104",
"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": "L105",
"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": "L106",
"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": "L107",
"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": "L108",
"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": "L111",
"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": "L34",
"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": "L35",
"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": "L36",
"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": "L37",
"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": "L46",
"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": "L59",
"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": "L100",
"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.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_post",
"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": "httpcode",
"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_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/auth/auth.controller.ts",
"source_location": "L66",
"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": "L89",
"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.module.ts",
"source_location": "L9",
"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": "L29",
"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": "L13",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_auth_jwt_strategy_jwtstrategy",
"target": "backend_src_auth_jwt_strategy_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L17",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
"target": "backend_src_b2b_b2b_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L18",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
"target": "backend_src_b2b_b2b_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L22",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
"target": "backend_src_b2b_b2b_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
"target": "backend_src_b2b_b2b_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L25",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
"target": "backend_src_b2b_b2b_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L69",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
"target": "backend_src_b2b_b2b_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L70",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
"target": "backend_src_b2b_b2b_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L71",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
"target": "backend_src_b2b_b2b_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L72",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
"target": "backend_src_b2b_b2b_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L74",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
"target": "backend_src_b2b_b2b_controller_ts_req",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L75",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
"target": "backend_src_b2b_b2b_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L39",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
"target": "backend_src_b2b_b2b_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L40",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L41",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
"target": "backend_src_b2b_b2b_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L42",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
"target": "backend_src_b2b_b2b_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L43",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
"target": "backend_src_b2b_b2b_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L81",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
"target": "backend_src_b2b_b2b_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L82",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L83",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
"target": "backend_src_b2b_b2b_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L84",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
"target": "backend_src_b2b_b2b_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L85",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
"target": "backend_src_b2b_b2b_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L60",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
"target": "backend_src_b2b_b2b_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L61",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
"target": "backend_src_b2b_b2b_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L62",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
"target": "backend_src_b2b_b2b_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L63",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
"target": "backend_src_b2b_b2b_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L64",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
"target": "backend_src_b2b_b2b_controller_ts_req",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L48",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
"target": "backend_src_b2b_b2b_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L49",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L50",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
"target": "backend_src_b2b_b2b_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L51",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
"target": "backend_src_b2b_b2b_controller_ts_put",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L52",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
"target": "backend_src_b2b_b2b_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L54",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
"target": "backend_src_b2b_b2b_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L55",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
"target": "backend_src_b2b_b2b_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.module.ts",
"source_location": "L6",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_module_b2bmodule",
"target": "backend_src_b2b_b2b_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L13",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_b2b_b2b_service_b2bservice",
"target": "backend_src_b2b_b2b_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L19",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller",
"target": "backend_src_banners_banners_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L20",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller",
"target": "backend_src_banners_banners_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L30",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
"target": "backend_src_banners_banners_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L31",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L32",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
"target": "backend_src_banners_banners_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L33",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
"target": "backend_src_banners_banners_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L34",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
"target": "backend_src_banners_banners_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L35",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
"target": "backend_src_banners_banners_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_findall",
"target": "backend_src_banners_banners_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L25",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_findall",
"target": "backend_src_banners_banners_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L57",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
"target": "backend_src_banners_banners_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L58",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L59",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
"target": "backend_src_banners_banners_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L60",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
"target": "backend_src_banners_banners_controller_ts_delete",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L61",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
"target": "backend_src_banners_banners_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L62",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
"target": "backend_src_banners_banners_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L39",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
"target": "backend_src_banners_banners_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L40",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L41",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
"target": "backend_src_banners_banners_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L42",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
"target": "backend_src_banners_banners_controller_ts_put",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L43",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
"target": "backend_src_banners_banners_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L44",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
"target": "backend_src_banners_banners_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L48",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
"target": "backend_src_banners_banners_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L49",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L50",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
"target": "backend_src_banners_banners_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L51",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
"target": "backend_src_banners_banners_controller_ts_patch",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L52",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
"target": "backend_src_banners_banners_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L53",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
"target": "backend_src_banners_banners_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L53",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
"target": "backend_src_banners_banners_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.module.ts",
"source_location": "L6",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_module_bannersmodule",
"target": "backend_src_banners_banners_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L5",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_banners_banners_service_bannersservice",
"target": "backend_src_banners_banners_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L12",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller",
"target": "backend_src_blogs_blogs_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L13",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller",
"target": "backend_src_blogs_blogs_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L14",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller",
"target": "frontend_admin_panel_src_types_admin_apiresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L21",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_findall",
"target": "backend_src_blogs_blogs_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L22",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_findall",
"target": "backend_src_blogs_blogs_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_findall",
"target": "backend_src_blogs_blogs_controller_ts_apiokresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_findall",
"target": "backend_src_blogs_blogs_controller_ts_query",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L28",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_findone",
"target": "backend_src_blogs_blogs_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L29",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_findone",
"target": "backend_src_blogs_blogs_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L30",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_findone",
"target": "backend_src_blogs_blogs_controller_ts_apiokresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L31",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_findone",
"target": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L32",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_findone",
"target": "backend_src_blogs_blogs_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.module.ts",
"source_location": "L5",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_module_blogsmodule",
"target": "backend_src_blogs_blogs_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L6",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_blogs_blogs_service_blogsservice",
"target": "backend_src_blogs_blogs_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L22",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L25",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L26",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L37",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
"target": "backend_src_cms_cms_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L38",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L39",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
"target": "backend_src_cms_cms_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L93",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
"target": "backend_src_cms_cms_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L94",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L95",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
"target": "backend_src_cms_cms_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L65",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
"target": "backend_src_cms_cms_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L66",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L67",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
"target": "backend_src_cms_cms_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L52",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner",
"target": "backend_src_cms_cms_controller_ts_delete",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L53",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L54",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner",
"target": "backend_src_cms_cms_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L108",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule",
"target": "backend_src_cms_cms_controller_ts_delete",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L109",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L110",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule",
"target": "backend_src_cms_cms_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L80",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial",
"target": "backend_src_cms_cms_controller_ts_delete",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L81",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L82",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial",
"target": "backend_src_cms_cms_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L31",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_getherobanners",
"target": "backend_src_cms_cms_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L32",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_getherobanners",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L87",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules",
"target": "backend_src_cms_cms_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L88",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L59",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials",
"target": "backend_src_cms_cms_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L60",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L43",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
"target": "backend_src_cms_cms_controller_ts_put",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L44",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L46",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
"target": "backend_src_cms_cms_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L47",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
"target": "backend_src_cms_cms_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L100",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L102",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
"target": "backend_src_cms_cms_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L103",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
"target": "backend_src_cms_cms_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L99",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
"target": "backend_src_cms_cms_controller_ts_put",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L71",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
"target": "backend_src_cms_cms_controller_ts_put",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L72",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
"target": "backend_src_cms_cms_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L74",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
"target": "backend_src_cms_cms_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L75",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
"target": "backend_src_cms_cms_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.module.ts",
"source_location": "L6",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_module_cmsmodule",
"target": "backend_src_cms_cms_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L9",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L20",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
"target": "backend_src_cms_dto_cms_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L31",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
"target": "backend_src_cms_dto_cms_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L36",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
"target": "backend_src_cms_dto_cms_dto_ts_isnumber",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L39",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
"target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L40",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
"target": "backend_src_cms_dto_cms_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L41",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
"target": "backend_src_cms_dto_cms_dto_ts_isboolean",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L85",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L86",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"target": "backend_src_cms_dto_cms_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L91",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"target": "isuuid",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L94",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"target": "backend_src_cms_dto_cms_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L95",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"target": "backend_src_cms_dto_cms_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L60",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"target": "backend_src_cms_dto_cms_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L61",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"target": "backend_src_cms_dto_cms_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L71",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"target": "backend_src_cms_dto_cms_dto_ts_isnumber",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L74",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L75",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"target": "backend_src_cms_dto_cms_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L76",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"target": "backend_src_cms_dto_cms_dto_ts_isboolean",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/dto/pagination.dto.ts",
"source_location": "L28",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_common_dto_pagination_dto_paginationdto",
"target": "backend_src_common_dto_pagination_dto_ts_type",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/dto/pagination.dto.ts",
"source_location": "L29",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_common_dto_pagination_dto_paginationdto",
"target": "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": "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/home/home.controller.ts",
"source_location": "L10",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_home_home_controller_homecontroller",
"target": "backend_src_home_home_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L11",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_home_home_controller_homecontroller",
"target": "backend_src_home_home_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L12",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_home_home_controller_homecontroller",
"target": "frontend_admin_panel_src_types_admin_apiresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L19",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_home_home_controller_homecontroller_gethomedata",
"target": "backend_src_home_home_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L20",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_home_home_controller_homecontroller_gethomedata",
"target": "backend_src_home_home_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L21",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_home_home_controller_homecontroller_gethomedata",
"target": "backend_src_home_home_controller_ts_apiokresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.module.ts",
"source_location": "L5",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_home_home_module_homemodule",
"target": "backend_src_home_home_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.service.ts",
"source_location": "L4",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_home_home_service_homeservice",
"target": "backend_src_home_home_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L18",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
"target": "backend_src_ingredients_ingredients_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L19",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
"target": "backend_src_ingredients_ingredients_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L35",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
"target": "backend_src_ingredients_ingredients_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L36",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L37",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
"target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L38",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
"target": "backend_src_ingredients_ingredients_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L39",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
"target": "backend_src_ingredients_ingredients_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L40",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
"target": "backend_src_ingredients_ingredients_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall",
"target": "backend_src_ingredients_ingredients_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall",
"target": "backend_src_ingredients_ingredients_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L29",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone",
"target": "backend_src_ingredients_ingredients_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L30",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone",
"target": "backend_src_ingredients_ingredients_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L31",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone",
"target": "backend_src_ingredients_ingredients_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L53",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
"target": "backend_src_ingredients_ingredients_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L54",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L55",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
"target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L56",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
"target": "backend_src_ingredients_ingredients_controller_ts_delete",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L57",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
"target": "backend_src_ingredients_ingredients_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L58",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
"target": "backend_src_ingredients_ingredients_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L44",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
"target": "backend_src_ingredients_ingredients_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L45",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L46",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
"target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L47",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
"target": "backend_src_ingredients_ingredients_controller_ts_patch",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L48",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
"target": "backend_src_ingredients_ingredients_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L49",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
"target": "backend_src_ingredients_ingredients_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L49",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
"target": "backend_src_ingredients_ingredients_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.module.ts",
"source_location": "L6",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_module_ingredientsmodule",
"target": "backend_src_ingredients_ingredients_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L5",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
"target": "backend_src_ingredients_ingredients_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L60",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
"target": "backend_src_orders_dto_create_order_dto_ts_isnumber",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L63",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
"target": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L64",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
"target": "backend_src_orders_dto_create_order_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L65",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
"target": "backend_src_orders_dto_create_order_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L68",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
"target": "backend_src_orders_dto_create_order_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L69",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
"target": "backend_src_orders_dto_create_order_dto_ts_isarray",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L70",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
"target": "validatenested",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L71",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
"target": "backend_src_orders_dto_create_order_dto_ts_type",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L15",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_orderitemdto",
"target": "backend_src_orders_dto_create_order_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L18",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_orderitemdto",
"target": "backend_src_orders_dto_create_order_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L19",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_orderitemdto",
"target": "backend_src_orders_dto_create_order_dto_ts_isnotempty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L20",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto_orderitemdto",
"target": "backend_src_orders_dto_create_order_dto_ts_isnumber",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L38",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller",
"target": "backend_src_orders_orders_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L39",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller",
"target": "backend_src_orders_orders_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L40",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller",
"target": "backend_src_orders_orders_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L41",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller",
"target": "backend_src_orders_orders_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L42",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller",
"target": "frontend_admin_panel_src_types_admin_apiresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L57",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_create",
"target": "backend_src_orders_orders_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L58",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_create",
"target": "backend_src_orders_orders_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L59",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_create",
"target": "backend_src_orders_orders_controller_ts_apicreatedresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L74",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_create",
"target": "backend_src_orders_orders_controller_ts_apibadrequestresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L86",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_create",
"target": "backend_src_orders_orders_controller_ts_req",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L87",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_create",
"target": "backend_src_orders_orders_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L121",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
"target": "backend_src_orders_orders_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L122",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
"target": "backend_src_orders_orders_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L123",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
"target": "backend_src_orders_orders_controller_ts_apiokresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L146",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
"target": "backend_src_orders_orders_controller_ts_query",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L146",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
"target": "backend_src_orders_orders_controller_ts_req",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L150",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
"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": "L151",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
"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": "L152",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
"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": "L178",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
"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_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": "L189",
"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": "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": "L12",
"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": "L56",
"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": "L57",
"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": "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_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts",
"source_location": "L65",
"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": "L66",
"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": "L67",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto",
"target": "isin",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L10",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto",
"target": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L11",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto",
"target": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L12",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto",
"target": "backend_src_payment_dto_initiate_payment_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L5",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto",
"target": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L6",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto",
"target": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L17",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto",
"target": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L18",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto",
"target": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L21",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto",
"target": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L22",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto",
"target": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto",
"target": "backend_src_payment_dto_initiate_payment_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/verify-payment.dto.ts",
"source_location": "L30",
"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": "L31",
"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": "L32",
"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": "L35",
"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": "L36",
"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": "L188",
"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": "L189",
"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": "L190",
"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": "L191",
"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": "L192",
"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": "L179",
"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": "L180",
"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": "L181",
"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": "L182",
"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": "L183",
"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": "L184",
"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": "L215",
"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": "L216",
"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": "L217",
"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": "L218",
"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": "L219",
"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": "L171",
"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": "L172",
"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": "L173",
"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": "L88",
"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": "L89",
"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": "L93",
"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": "L94",
"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": "L95",
"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": "L96",
"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": "L141",
"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": "L142",
"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": "L144",
"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": "L145",
"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": "L146",
"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": "L147",
"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": "L43",
"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": "L44",
"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": "L45",
"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": "L46",
"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": "L47",
"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": "L50",
"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": "L54",
"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": "L55",
"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": "L56",
"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": "L57",
"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": "L67",
"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": "L68",
"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": "L69",
"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": "L70",
"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": "L71",
"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": "L75",
"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": "L76",
"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": "L77",
"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": "L78",
"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": "L206",
"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": "L207",
"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": "L208",
"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": "L209",
"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": "L210",
"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": "L211",
"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": "L197",
"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": "L198",
"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": "L199",
"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": "L200",
"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": "L201",
"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.module.ts",
"source_location": "L8",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_payment_module_paymentmodule",
"target": "backend_src_payment_payment_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L18",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice",
"target": "backend_src_payment_payment_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L42",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice",
"target": "backend_src_payment_zibal_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
"source_location": "L15",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
"target": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
"source_location": "L16",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
"target": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
"source_location": "L20",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
"target": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
"target": "backend_src_pets_dto_create_health_log_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
"source_location": "L25",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
"target": "backend_src_pets_dto_create_health_log_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
"source_location": "L16",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
"target": "backend_src_pets_dto_create_pet_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
"source_location": "L17",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
"target": "backend_src_pets_dto_create_pet_dto_ts_isnotempty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
"source_location": "L33",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
"target": "backend_src_pets_dto_create_pet_dto_ts_isnumber",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
"source_location": "L41",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
"target": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
"source_location": "L42",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
"target": "backend_src_pets_dto_create_pet_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
"source_location": "L43",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
"target": "backend_src_pets_dto_create_pet_dto_ts_isarray",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
"source_location": "L44",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
"target": "backend_src_pets_dto_create_pet_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
"source_location": "L15",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
"target": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
"source_location": "L19",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
"target": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
"target": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
"source_location": "L27",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
"target": "backend_src_pets_dto_create_reminder_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
"source_location": "L28",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
"target": "backend_src_pets_dto_create_reminder_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L32",
"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": "L33",
"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": "L34",
"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": "L35",
"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": "L36",
"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": "L245",
"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": "L246",
"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": "L248",
"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": "L249",
"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": "L250",
"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": "L219",
"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": "L220",
"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": "L222",
"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": "L223",
"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": "L224",
"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": "L51",
"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": "L52",
"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": "L53",
"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": "L70",
"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": "L82",
"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": "L83",
"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": "L117",
"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": "L117",
"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": "L88",
"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": "L89",
"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": "L90",
"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": "L121",
"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": "L122",
"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": "L123",
"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": "L143",
"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": "L154",
"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": "L154",
"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": "L193",
"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": "L194",
"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": "L195",
"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": "L204",
"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": "L215",
"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": "L215",
"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": "L229",
"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": "L230",
"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": "L232",
"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": "L234",
"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": "L235",
"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": "L158",
"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": "L159",
"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": "L160",
"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": "L174",
"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": "L186",
"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": "L187",
"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": "L188",
"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.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": "L6",
"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": "L8",
"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/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/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": "L175",
"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": "L176",
"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": "L177",
"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": "L178",
"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": "L179",
"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": "L183",
"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": "L220",
"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": "L221",
"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": "L222",
"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": "L223",
"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": "L224",
"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": "L69",
"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": "L70",
"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": "L71",
"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": "L72",
"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": "L73",
"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": "L74",
"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": "L211",
"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": "L212",
"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": "L213",
"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": "L214",
"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": "L215",
"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": "L216",
"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": "L188",
"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": "L189",
"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": "L190",
"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": "L191",
"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": "L192",
"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": "L195",
"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": "L195",
"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": "L95",
"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": "L96",
"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": "L97",
"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": "L98",
"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": "L99",
"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": "L164",
"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": "L165",
"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": "L166",
"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": "L167",
"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": "L168",
"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": "L51",
"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": "L52",
"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": "L79",
"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": "L80",
"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": "L200",
"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": "L201",
"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": "L202",
"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": "L203",
"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": "L204",
"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": "L207",
"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": "L133",
"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": "L134",
"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": "L135",
"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": "L136",
"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": "L137",
"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": "L114",
"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": "L115",
"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": "L116",
"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": "L117",
"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": "L118",
"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": "L151",
"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": "L152",
"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": "L153",
"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": "L154",
"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": "L155",
"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": "L159",
"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": "L104",
"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": "L105",
"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": "L106",
"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": "L107",
"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": "L108",
"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": "L109",
"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": "L85",
"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": "L86",
"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": "L87",
"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": "L88",
"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": "L89",
"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": "L90",
"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": "L142",
"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": "L143",
"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": "L144",
"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": "L145",
"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": "L146",
"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": "L147",
"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": "L123",
"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": "L124",
"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": "L125",
"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": "L126",
"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": "L127",
"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": "L128",
"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": "L41",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
"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_updateuitext",
"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_updateuitext",
"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_updateuitext",
"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": "L45",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
"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": "L46",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
"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": "L47",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
"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": "L47",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
"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": "L57",
"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": "L58",
"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": "L59",
"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": "L60",
"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": "L61",
"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": "L63",
"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": "L64",
"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": "L12",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_settings_settings_service_settingsservice",
"target": "backend_src_settings_settings_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L18",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L19",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L29",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L30",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L31",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L32",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L33",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L34",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L50",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L51",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L52",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L53",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_delete",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L54",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L55",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L38",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L39",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L40",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L41",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_patch",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L42",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L44",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L45",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
"source_location": "L6",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule",
"target": "backend_src_smart_advisor_smart_advisor_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
"source_location": "L5",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
"target": "backend_src_smart_advisor_smart_advisor_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L18",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
"target": "backend_src_testimonials_testimonials_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L19",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
"target": "backend_src_testimonials_testimonials_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L29",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
"target": "backend_src_testimonials_testimonials_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L30",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L31",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
"target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L32",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
"target": "backend_src_testimonials_testimonials_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L33",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
"target": "backend_src_testimonials_testimonials_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L34",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
"target": "backend_src_testimonials_testimonials_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall",
"target": "backend_src_testimonials_testimonials_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall",
"target": "backend_src_testimonials_testimonials_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L47",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
"target": "backend_src_testimonials_testimonials_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L48",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L49",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
"target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L50",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
"target": "backend_src_testimonials_testimonials_controller_ts_delete",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L51",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
"target": "backend_src_testimonials_testimonials_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L52",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
"target": "backend_src_testimonials_testimonials_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L38",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
"target": "backend_src_testimonials_testimonials_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L39",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L40",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
"target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L41",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
"target": "backend_src_testimonials_testimonials_controller_ts_patch",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L42",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
"target": "backend_src_testimonials_testimonials_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L43",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
"target": "backend_src_testimonials_testimonials_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L43",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
"target": "backend_src_testimonials_testimonials_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.module.ts",
"source_location": "L6",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_module_testimonialsmodule",
"target": "backend_src_testimonials_testimonials_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.service.ts",
"source_location": "L5",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
"target": "backend_src_testimonials_testimonials_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/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": "L20",
"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": "L21",
"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": "L22",
"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": "L16",
"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": "L34",
"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": "L39",
"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": "L43",
"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": "L47",
"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": "L51",
"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": "L52",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_dto_create_video_dto_createvideodto",
"target": "backend_src_videos_dto_create_video_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
"source_location": "L10",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto",
"target": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
"source_location": "L11",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto",
"target": "transform",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
"source_location": "L16",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto",
"target": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
"source_location": "L7",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto",
"target": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller",
"target": "backend_src_videos_videos_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller",
"target": "backend_src_videos_videos_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L44",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_create",
"target": "backend_src_videos_videos_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L45",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_create",
"target": "backend_src_videos_videos_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L46",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_create",
"target": "backend_src_videos_videos_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L47",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_create",
"target": "backend_src_videos_videos_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L48",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_create",
"target": "backend_src_videos_videos_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L28",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_findall",
"target": "backend_src_videos_videos_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L29",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_findall",
"target": "backend_src_videos_videos_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L33",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_findall",
"target": "backend_src_videos_videos_controller_ts_apiquery",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L34",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_findall",
"target": "backend_src_videos_videos_controller_ts_query",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L38",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_findone",
"target": "backend_src_videos_videos_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L39",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_findone",
"target": "backend_src_videos_videos_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L40",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_findone",
"target": "backend_src_videos_videos_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L63",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
"target": "backend_src_videos_videos_controller_ts_delete",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L64",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
"target": "backend_src_videos_videos_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L65",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
"target": "backend_src_videos_videos_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L66",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
"target": "backend_src_videos_videos_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L67",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
"target": "backend_src_videos_videos_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L52",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_update",
"target": "backend_src_videos_videos_controller_ts_put",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L53",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_update",
"target": "backend_src_videos_videos_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L54",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_update",
"target": "backend_src_videos_videos_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L55",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_update",
"target": "backend_src_videos_videos_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L57",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_update",
"target": "backend_src_videos_videos_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L58",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_update",
"target": "backend_src_videos_videos_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.module.ts",
"source_location": "L5",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_module_videosmodule",
"target": "backend_src_videos_videos_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/videos/videos.service.ts",
"source_location": "L13",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_videos_videos_service_videosservice",
"target": "backend_src_videos_videos_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
"source_location": "L10",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
"target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
"source_location": "L12",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
"target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
"source_location": "L20",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
"target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
"source_location": "L21",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
"target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
"source_location": "L22",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
"target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L18",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller",
"target": "backend_src_wholesale_wholesale_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L19",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller",
"target": "backend_src_wholesale_wholesale_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
"target": "backend_src_wholesale_wholesale_controller_ts_post",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
"target": "backend_src_wholesale_wholesale_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L25",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
"target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L26",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
"target": "backend_src_wholesale_wholesale_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L30",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
"target": "backend_src_wholesale_wholesale_controller_ts_request",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L31",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
"target": "backend_src_wholesale_wholesale_controller_ts_body",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L47",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
"target": "backend_src_wholesale_wholesale_controller_ts_put",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L48",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
"target": "backend_src_wholesale_wholesale_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L49",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L50",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
"target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L51",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
"target": "backend_src_wholesale_wholesale_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L54",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
"target": "backend_src_wholesale_wholesale_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L36",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
"target": "backend_src_wholesale_wholesale_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L37",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
"target": "backend_src_wholesale_wholesale_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L38",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L39",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
"target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L40",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
"target": "backend_src_wholesale_wholesale_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L58",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
"target": "backend_src_wholesale_wholesale_controller_ts_put",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L59",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
"target": "backend_src_wholesale_wholesale_controller_ts_useguards",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L60",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L61",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
"target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L62",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
"target": "backend_src_wholesale_wholesale_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L63",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
"target": "backend_src_wholesale_wholesale_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.module.ts",
"source_location": "L6",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_module_wholesalemodule",
"target": "backend_src_wholesale_wholesale_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wholesale/wholesale.service.ts",
"source_location": "L7",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_service_wholesaleservice",
"target": "backend_src_wholesale_wholesale_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L12",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller",
"target": "backend_src_wiki_wiki_controller_ts_apitags",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L13",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller",
"target": "backend_src_wiki_wiki_controller_ts_controller",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L14",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller",
"target": "frontend_admin_panel_src_types_admin_apiresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L21",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller_findall",
"target": "backend_src_wiki_wiki_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L22",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller_findall",
"target": "backend_src_wiki_wiki_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L23",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller_findall",
"target": "backend_src_wiki_wiki_controller_ts_apiokresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L24",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller_findall",
"target": "backend_src_wiki_wiki_controller_ts_query",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L28",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller_findone",
"target": "backend_src_wiki_wiki_controller_ts_get",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L29",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller_findone",
"target": "backend_src_wiki_wiki_controller_ts_apioperation",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L30",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller_findone",
"target": "backend_src_wiki_wiki_controller_ts_apiokresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L31",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller_findone",
"target": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L32",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_controller_wikicontroller_findone",
"target": "backend_src_wiki_wiki_controller_ts_param",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.module.ts",
"source_location": "L5",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_module_wikimodule",
"target": "backend_src_wiki_wiki_module_ts_module",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/src/wiki/wiki.service.ts",
"source_location": "L6",
"weight": 1.0,
"context": "decorator",
"_origin": "ast",
"source": "backend_src_wiki_wiki_service_wikiservice",
"target": "backend_src_wiki_wiki_service_ts_injectable",
"confidence_score": 1.0
},
{
"relation": "re_exports",
"context": "export",
"confidence": "EXTRACTED",
"source_file": "backend/src/auth/roles.decorator.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_auth_roles_decorator",
"target": "backend_src_common_decorators_roles_decorator",
"confidence_score": 1.0
},
{
"relation": "re_exports",
"context": "export",
"confidence": "EXTRACTED",
"source_file": "backend/src/auth/roles.guard.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_auth_roles_guard",
"target": "backend_src_common_guards_roles_guard",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "field",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
"source_location": "L21",
"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": "L22",
"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": "L17",
"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/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": "L267",
"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": "L83",
"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": "L196",
"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": "L176",
"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": "L186",
"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": "L144",
"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": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage",
"target": "frontend_admin_panel_src_pages_financialsettingspage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"deferred": true,
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager",
"target": "frontend_admin_panel_src_pages_ingredientsmanager",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"deferred": true,
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes_media",
"target": "frontend_admin_panel_src_pages_media",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"deferred": true,
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes_orders",
"target": "frontend_admin_panel_src_pages_orders",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"deferred": true,
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "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": "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": "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": "L36",
"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": "L35",
"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": "L37",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes_transactions",
"target": "frontend_admin_panel_src_pages_transactions",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"deferred": true,
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes_uitexts",
"target": "frontend_admin_panel_src_pages_uitexts",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"deferred": true,
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes_users",
"target": "frontend_admin_panel_src_pages_users",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"deferred": true,
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes_videos",
"target": "frontend_admin_panel_src_pages_videos",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"deferred": true,
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications",
"target": "frontend_admin_panel_src_pages_wholesaleapplications",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"deferred": true,
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes_wiki",
"target": "frontend_admin_panel_src_pages_wiki",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"deferred": true,
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/B2BPortal.tsx",
"source_location": "L124",
"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": "L57",
"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/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_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_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": "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": "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_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": "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": "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": "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",
"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": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller",
"target": "backend_src_admin_admin_service_productinput",
"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_admin_query_dto_adminquerydto",
"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_auth_jwt_auth_guard_jwtauthguard",
"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_prisma_prisma_module_prismamodule",
"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_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": "L3",
"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": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service",
"target": "backend_src_redis_redis_service_redisservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.service.spec.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service_spec",
"target": "backend_src_admin_admin_service_adminservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.service.spec.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service_spec",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.service.spec.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service_spec",
"target": "backend_src_redis_redis_service_redisservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller",
"target": "backend_src_admin_blogs_service_blogsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller",
"target": "backend_src_admin_categories_service_categoriesservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_dto_admin_query_dto",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller",
"target": "backend_src_admin_media_service_mediaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.controller.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.controller.ts",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_controller",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.controller.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_controller",
"target": "backend_src_admin_pets_service_petsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/reports.controller.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_reports_controller",
"target": "backend_src_admin_reports_service_reportsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/reports.controller.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_reports_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/reports.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_reports_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/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": "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": "L15",
"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.ts",
"source_location": "L2",
"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": "L3",
"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": "L4",
"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": "L5",
"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": "L6",
"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.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.service.ts",
"source_location": "L3",
"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": "L4",
"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.ts",
"source_location": "L5",
"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": "L6",
"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": "L7",
"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.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/b2b/b2b.controller.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller",
"target": "backend_src_b2b_b2b_service_b2bservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller",
"target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller",
"target": "backend_src_common_guards_roles_guard_rolesguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_module",
"target": "backend_src_b2b_b2b_controller_b2bcontroller",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_module",
"target": "backend_src_b2b_b2b_service_b2bservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_module",
"target": "backend_src_prisma_prisma_module_prismamodule",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller",
"target": "backend_src_banners_banners_service_bannersservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller",
"target": "backend_src_common_guards_roles_guard_rolesguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_module",
"target": "backend_src_banners_banners_controller_bannerscontroller",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_module",
"target": "backend_src_banners_banners_service_bannersservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_module",
"target": "backend_src_prisma_prisma_module_prismamodule",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller",
"target": "backend_src_blogs_blogs_service_blogsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_module",
"target": "backend_src_blogs_blogs_service_blogsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_module",
"target": "backend_src_blogs_blogs_controller_blogscontroller",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_service",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/dto/update-blog.dto.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_dto_update_blog_dto",
"target": "backend_src_blogs_dto_create_blog_dto_createblogdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_cms_cms_service_cmsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_cms_dto_cms_dto_createherobannerdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_common_guards_roles_guard_rolesguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_module",
"target": "backend_src_cms_cms_controller_cmscontroller",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_module",
"target": "backend_src_cms_cms_service_cmsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_module",
"target": "backend_src_prisma_prisma_module_prismamodule",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service",
"target": "backend_src_cms_dto_cms_dto_createherobannerdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service",
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service",
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_filters_http_exception_filter",
"target": "backend_src_common_schemas_error_response_schema_errordetailfield",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/guards/roles.guard.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_guards_roles_guard",
"target": "backend_src_common_decorators_roles_decorator_roles_key",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/guards/roles.guard.spec.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_guards_roles_guard_spec",
"target": "backend_src_common_guards_roles_guard_rolesguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/guards/roles.guard.spec.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_guards_roles_guard_spec",
"target": "backend_src_common_decorators_roles_decorator_roles_key",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_interceptors_decimal_interceptor_spec",
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/metrics.controller.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_metrics_controller",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/sms.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_sms_module",
"target": "backend_src_common_services_sms_service_smsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller",
"target": "backend_src_contact_contact_service_contactservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller",
"target": "backend_src_common_guards_roles_guard_rolesguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_module",
"target": "backend_src_contact_contact_controller_contactcontroller",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_module",
"target": "backend_src_contact_contact_service_contactservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_module",
"target": "backend_src_common_sms_module_smsmodule",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_service",
"target": "backend_src_common_services_sms_service_smsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/dto/update-home.dto.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_dto_update_home_dto",
"target": "backend_src_home_dto_create_home_dto_createhomedto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_controller",
"target": "backend_src_home_home_service_homeservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_module",
"target": "backend_src_home_home_service_homeservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_module",
"target": "backend_src_home_home_controller_homecontroller",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller",
"target": "backend_src_common_guards_roles_guard_rolesguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_module",
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_module",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_module",
"target": "backend_src_prisma_prisma_module_prismamodule",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/main.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_main",
"target": "backend_src_app_module_appmodule",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/main.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_main",
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/main.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_main",
"target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/main.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_main",
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller",
"target": "backend_src_orders_orders_service_ordersservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller",
"target": "backend_src_orders_dto_create_order_dto_createorderdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller",
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.spec.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_spec",
"target": "backend_src_orders_orders_controller_orderscontroller",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.spec.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_spec",
"target": "backend_src_orders_orders_service_ordersservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_module",
"target": "backend_src_orders_orders_service_ordersservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_module",
"target": "backend_src_orders_orders_controller_orderscontroller",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L6",
"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": "L7",
"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": "L8",
"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.ts",
"source_location": "L9",
"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.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": "L16",
"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": "L17",
"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": "L18",
"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": "L18",
"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": "L22",
"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": "L23",
"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": "L24",
"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": "L25",
"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": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_payment_payment_controller_paymentcontroller",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_payment_payment_service_paymentservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_payment_zibal_service_zibalservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_prisma_prisma_module_prismamodule",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_common_sms_module_smsmodule",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service",
"target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service",
"target": "backend_src_payment_zibal_service_zibalservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service",
"target": "backend_src_common_services_sms_service_smsservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/update-pet.dto.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_dto_update_pet_dto",
"target": "backend_src_pets_dto_create_pet_dto_createpetdto",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L14",
"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": "L15",
"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": "L16",
"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": "L17",
"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": "L18",
"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": "L19",
"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": "L30",
"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.service.ts",
"source_location": "L6",
"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/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/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_common_services_sms_service_smslogquery",
"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.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/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": "L3",
"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.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",
"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",
"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",
"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",
"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",
"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": "L4",
"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/Sidebar.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_sidebar",
"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/Topbar.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_topbar",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_topbar",
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_ui_mediaselector",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_ui_mediaselector",
"target": "frontend_admin_panel_src_services_api_base_domain",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_ui_mediaselector",
"target": "frontend_admin_panel_src_components_ui_spinner_spinner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_ui_mediaselector",
"target": "frontend_admin_panel_src_components_ui_pagination_pagination",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_ui_mediaselector",
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/main.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_main",
"target": "frontend_admin_panel_src_app_app",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_b2bmanager",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_b2bmanager",
"target": "frontend_admin_panel_src_components_ui_spinner_spinner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_b2bmanager",
"target": "frontend_admin_panel_src_types_admin_b2binquiry",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_b2bmanager",
"target": "frontend_admin_panel_src_types_admin_partneraccount",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_services_api_base_domain",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_components_ui_spinner_spinner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_types_admin_banner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_services_api_base_domain",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_components_ui_spinner_spinner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_components_ui_pagination_pagination",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_services_api_base_domain",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_components_ui_spinner_spinner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_components_ui_pagination_pagination",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_cms",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_cms",
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_contactsubmissions",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_coupons",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_coupons",
"target": "frontend_admin_panel_src_components_ui_spinner_spinner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_coupons",
"target": "frontend_admin_panel_src_components_ui_pagination_pagination",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_coupons",
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/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/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_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/Orders.tsx",
"source_location": "L20",
"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": "L21",
"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": "L22",
"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": "L23",
"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/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_types_admin_prescription",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
"source_location": "L4",
"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": "L4",
"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": "L5",
"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": "L6",
"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": "L7",
"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": "L8",
"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/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": "L5",
"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": "L6",
"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/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": "L39",
"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": "L40",
"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/SystemSettingsPage.tsx",
"source_location": "L4",
"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": "L5",
"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": "L6",
"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/Transactions.tsx",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_transactions",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_transactions",
"target": "frontend_admin_panel_src_components_ui_spinner_spinner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_transactions",
"target": "frontend_admin_panel_src_components_ui_pagination_pagination",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L4",
"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": "L5",
"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/Users.tsx",
"source_location": "L4",
"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": "L5",
"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": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_users",
"target": "frontend_admin_panel_src_components_ui_spinner_spinner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
"source_location": "L7",
"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": "L9",
"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": "L9",
"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": "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/WholesaleApplications.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_components_ui_spinner_spinner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_components_ui_pagination_pagination",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L5",
"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": "L6",
"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": "L7",
"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/services/api.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_services_api",
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/services/api.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_services_api",
"target": "frontend_admin_panel_src_types_admin_apiresponse",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/services/api.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_services_api",
"target": "frontend_admin_panel_src_types_admin_authresponsedata",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_store_adminauthstore",
"target": "frontend_admin_panel_src_types_admin_adminuser",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_store_adminauthstore",
"target": "frontend_admin_panel_src_types_admin_authstate",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_page",
"target": "frontend_application_components_blogpage_blogpage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_catalog_catalogclient",
"target": "frontend_application_components_safeimage_safeimage",
"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_components_backbutton_backbutton",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"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_lib_services_productservice_productservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
"source_location": "L9",
"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/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_catalog_page",
"target": "frontend_application_app_catalog_catalogclient_catalogclient",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/checkout/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_checkout_page",
"target": "frontend_application_components_checkoutpage_checkoutpage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_checkout_success_id_page",
"target": "frontend_application_components_ordersuccess_ordersuccess",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_cartdrawer_cartdrawer",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_loginmodal_loginmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_authmodal_authmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_b2bportal_b2bportal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_lib_store_userstore_useuserstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_lib_store_uistore_useuistore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_maintenancepage_maintenancepage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_lib_types_navigationtarget",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_header_header",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_footer_footer",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_networkbanner_networkbanner",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/contact/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_contact_page",
"target": "frontend_application_components_contactformclient_contactformclient",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/dashboard/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_dashboard_page",
"target": "frontend_application_components_userdashboard_userdashboard",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/error.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_error",
"target": "frontend_application_components_errorpages_servererrorpage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/HomeClient.tsx",
"source_location": "L10",
"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": "L11",
"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": "L14",
"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": "L14",
"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": "L14",
"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": "L14",
"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": "L9",
"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/layout.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_layout",
"target": "frontend_application_app_clientlayout_clientlayout",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/loading.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_loading",
"target": "frontend_application_components_skeleton_skeleton",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/not-found.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_not_found",
"target": "frontend_application_components_errorpages_notfoundpage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_page",
"target": "frontend_application_app_homeclient_homeclient",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_page",
"target": "frontend_application_lib_types_homeapiresponse",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_lib_utils_cn",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_lib_utils_topersian",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_lib_store_cartstore_usecartstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_lib_store_userstore_useuserstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_lib_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/profile/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_profile_page",
"target": "frontend_application_components_petprofile_petprofile",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/search/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_search_page",
"target": "frontend_application_components_searchresultspage_searchresultspage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/shop/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_shop_page",
"target": "frontend_application_components_archivepage_archivepage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_shop_slug_page",
"target": "frontend_application_components_productpage_productpage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_shop_slug_page",
"target": "frontend_application_lib_services_productservice_productservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/sitemap.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_sitemap",
"target": "frontend_application_lib_services_productservice_productservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/sitemap.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_sitemap",
"target": "frontend_application_lib_data_products_products",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/track/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_track_page",
"target": "frontend_application_components_ordertracking_ordertracking",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/trust-seals/page.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_trust_seals_page",
"target": "frontend_application_components_enamadbadge_enamadbadge",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/videos/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_videos_page",
"target": "frontend_application_components_videospage_videospage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/wiki/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_wiki_page",
"target": "frontend_application_components_ingredientwiki_ingredientwiki",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_lib_utils_cn",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_lib_store_userstore_address",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_lib_data_provinces_iran_provinces",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_lib_data_provinces_province_cities",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_components_searchableselect_searchableselect",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage",
"target": "frontend_application_lib_store_cartstore_usecartstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage",
"target": "frontend_application_lib_utils_topersian",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage",
"target": "frontend_application_components_safeimage_safeimage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "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": "L5",
"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": "L6",
"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": "L8",
"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/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/CartDrawer.tsx",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_lib_store_userstore_useuserstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_components_authmodal_authmodal",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_lib_utils_topersian",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_lib_store_cartstore_usecartstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_lib_data_products_product",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_lib_services_productservice_productservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_components_safeimage_safeimage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L17",
"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": "L17",
"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": "L18",
"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": "L19",
"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": "L20",
"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": "L21",
"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": "L22",
"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": "L23",
"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": "L24",
"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": "L25",
"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": "L26",
"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": "L26",
"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": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_checkoutpage",
"target": "frontend_application_lib_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ContactFormClient.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_contactformclient",
"target": "frontend_application_lib_services_api_api",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/EnamadBadge.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_enamadbadge",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_lib_store_cartstore_usecartstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_lib_data_products_product",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_lib_store_usepetstore_usepetstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_lib_services_productservice_productservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_components_safeimage_safeimage",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_components_skeleton_productcardskeleton",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Footer.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_footer",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Footer.tsx",
"source_location": "L8",
"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_lib_utils_cn",
"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_services_productservice_productservice",
"confidence_score": 1.0
},
{
"relation": "imports",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Header.tsx",
"source_location": "L25",
"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": "L39",
"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/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/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_product",
"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/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": "L16",
"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/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": "L34",
"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": "L34",
"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": "L35",
"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": "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/ProductPage.tsx",
"source_location": "L40",
"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": "L41",
"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": "L42",
"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": "L43",
"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": "L44",
"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": "L46",
"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": "L47",
"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": "L49",
"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": "L50",
"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": "L66",
"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": "L67",
"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/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/__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/UserDashboard.tsx",
"source_location": "L10",
"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": "L11",
"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": "L12",
"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": "L13",
"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": "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_utils_cn",
"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_utils_toenglishdigits",
"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_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/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/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": "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": "L470",
"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": "L481",
"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.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "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_admin_query_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_auth_jwt_auth_guard",
"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_prisma_prisma_module",
"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_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": "L3",
"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": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service",
"target": "backend_src_redis_redis_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.service.spec.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service_spec",
"target": "backend_src_admin_admin_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.service.spec.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service_spec",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.service.spec.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service_spec",
"target": "backend_src_redis_redis_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller",
"target": "backend_src_admin_blogs_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller",
"target": "backend_src_common_dto_pagination_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller",
"target": "backend_src_admin_categories_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller",
"target": "backend_src_common_dto_pagination_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_dto_admin_query_dto",
"target": "backend_src_common_dto_pagination_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller",
"target": "backend_src_admin_media_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.controller.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.controller.ts",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_controller",
"target": "backend_src_common_dto_pagination_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.controller.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_controller",
"target": "backend_src_admin_pets_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/reports.controller.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_reports_controller",
"target": "backend_src_admin_reports_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/reports.controller.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_reports_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/reports.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_reports_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/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": "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": "L15",
"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.ts",
"source_location": "L2",
"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": "L3",
"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": "L4",
"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": "L5",
"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": "L6",
"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.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.service.ts",
"source_location": "L3",
"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": "L4",
"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.ts",
"source_location": "L5",
"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": "L6",
"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": "L7",
"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.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/b2b/b2b.controller.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller",
"target": "backend_src_b2b_b2b_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller",
"target": "backend_src_auth_roles_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller",
"target": "backend_src_auth_roles_decorator",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_module",
"target": "backend_src_b2b_b2b_controller",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_module",
"target": "backend_src_b2b_b2b_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_module",
"target": "backend_src_prisma_prisma_module",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller",
"target": "backend_src_banners_banners_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller",
"target": "backend_src_common_guards_roles_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller",
"target": "backend_src_common_decorators_roles_decorator",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_module",
"target": "backend_src_banners_banners_controller",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_module",
"target": "backend_src_banners_banners_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_module",
"target": "backend_src_prisma_prisma_module",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller",
"target": "backend_src_common_dto_pagination_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller",
"target": "backend_src_blogs_blogs_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_module",
"target": "backend_src_blogs_blogs_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_module",
"target": "backend_src_blogs_blogs_controller",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_service",
"target": "backend_src_common_dto_pagination_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/dto/update-blog.dto.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_dto_update_blog_dto",
"target": "backend_src_blogs_dto_create_blog_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_cms_cms_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_cms_dto_cms_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_auth_roles_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_auth_roles_decorator",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_module",
"target": "backend_src_cms_cms_controller",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_module",
"target": "backend_src_cms_cms_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_module",
"target": "backend_src_prisma_prisma_module",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service",
"target": "backend_src_cms_dto_cms_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_filters_http_exception_filter",
"target": "backend_src_common_schemas_error_response_schema",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/guards/roles.guard.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_guards_roles_guard",
"target": "backend_src_common_decorators_roles_decorator",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/guards/roles.guard.spec.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_guards_roles_guard_spec",
"target": "backend_src_common_guards_roles_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/guards/roles.guard.spec.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_guards_roles_guard_spec",
"target": "backend_src_common_decorators_roles_decorator",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_interceptors_decimal_interceptor_spec",
"target": "backend_src_common_interceptors_decimal_interceptor",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/metrics.controller.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_metrics_controller",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/sms.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_sms_module",
"target": "backend_src_common_services_sms_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller",
"target": "backend_src_contact_contact_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller",
"target": "backend_src_auth_roles_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller",
"target": "backend_src_auth_roles_decorator",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_module",
"target": "backend_src_contact_contact_controller",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_module",
"target": "backend_src_contact_contact_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_module",
"target": "backend_src_common_sms_module",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_service",
"target": "backend_src_common_services_sms_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/dto/update-home.dto.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_dto_update_home_dto",
"target": "backend_src_home_dto_create_home_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_controller",
"target": "backend_src_home_home_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_module",
"target": "backend_src_home_home_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_module",
"target": "backend_src_home_home_controller",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller",
"target": "backend_src_ingredients_ingredients_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller",
"target": "backend_src_common_guards_roles_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller",
"target": "backend_src_common_decorators_roles_decorator",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_module",
"target": "backend_src_ingredients_ingredients_controller",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_module",
"target": "backend_src_ingredients_ingredients_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_module",
"target": "backend_src_prisma_prisma_module",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/main.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_main",
"target": "backend_src_app_module",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/main.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_main",
"target": "backend_src_common_filters_http_exception_filter",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/main.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_main",
"target": "backend_src_common_filters_prisma_exception_filter",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/main.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_main",
"target": "backend_src_common_interceptors_decimal_interceptor",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller",
"target": "backend_src_orders_orders_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller",
"target": "backend_src_orders_dto_create_order_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller",
"target": "backend_src_auth_jwt_auth_guard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller",
"target": "backend_src_common_dto_pagination_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.spec.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_spec",
"target": "backend_src_orders_orders_controller",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.spec.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_spec",
"target": "backend_src_orders_orders_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_module",
"target": "backend_src_orders_orders_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_module",
"target": "backend_src_orders_orders_controller",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L6",
"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": "L7",
"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": "L8",
"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.ts",
"source_location": "L9",
"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.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": "L16",
"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": "L17",
"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": "L18",
"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": "L22",
"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": "L23",
"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": "L24",
"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": "L25",
"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": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller",
"target": "backend_src_common_decorators_roles_decorator",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_payment_payment_controller",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_payment_payment_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_payment_zibal_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_prisma_prisma_module",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_common_sms_module",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service",
"target": "backend_src_payment_dto_admin_transaction_filter_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service",
"target": "backend_src_payment_zibal_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service",
"target": "backend_src_common_services_sms_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_prisma_prisma_service",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_interfaces_payment_gateway_interface",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/update-pet.dto.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_dto_update_pet_dto",
"target": "backend_src_pets_dto_create_pet_dto",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L14",
"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": "L15",
"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": "L16",
"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": "L17",
"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": "L18",
"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": "L19",
"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": "L30",
"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.service.ts",
"source_location": "L6",
"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/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/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_common_services_sms_service",
"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.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/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": "L3",
"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.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.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "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",
"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",
"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",
"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.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "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": "L4",
"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/Sidebar.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_sidebar",
"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/Topbar.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_topbar",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_topbar",
"target": "frontend_admin_panel_src_store_adminauthstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_ui_mediaselector",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_ui_mediaselector",
"target": "frontend_admin_panel_src_components_ui_spinner",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_ui_mediaselector",
"target": "frontend_admin_panel_src_components_ui_pagination",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_ui_mediaselector",
"target": "frontend_admin_panel_src_components_ui_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/main.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_main",
"target": "frontend_admin_panel_src_app",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_b2bmanager",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_b2bmanager",
"target": "frontend_admin_panel_src_components_ui_spinner",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_b2bmanager",
"target": "frontend_admin_panel_src_types_admin",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_components_ui_spinner",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_components_ui_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_components_ui_mediaselector",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_bannersmanager",
"target": "frontend_admin_panel_src_types_admin",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_components_ui_spinner",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_components_ui_pagination",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_components_ui_mediaselector",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_blogs",
"target": "frontend_admin_panel_src_components_ui_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_components_ui_spinner",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_components_ui_pagination",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_components_ui_mediaselector",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_categories",
"target": "frontend_admin_panel_src_components_ui_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_cms",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_cms",
"target": "frontend_admin_panel_src_components_ui_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_contactsubmissions",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_coupons",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_coupons",
"target": "frontend_admin_panel_src_components_ui_spinner",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_coupons",
"target": "frontend_admin_panel_src_components_ui_pagination",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_coupons",
"target": "frontend_admin_panel_src_components_ui_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/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/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_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/Orders.tsx",
"source_location": "L20",
"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": "L21",
"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": "L22",
"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": "L23",
"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/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_types_admin",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
"source_location": "L4",
"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": "L5",
"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": "L6",
"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": "L7",
"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": "L8",
"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/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": "L5",
"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": "L6",
"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/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": "L39",
"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": "L40",
"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/SystemSettingsPage.tsx",
"source_location": "L4",
"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": "L5",
"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": "L6",
"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/Transactions.tsx",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_transactions",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_transactions",
"target": "frontend_admin_panel_src_components_ui_spinner",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_transactions",
"target": "frontend_admin_panel_src_components_ui_pagination",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L4",
"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": "L5",
"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/Users.tsx",
"source_location": "L4",
"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": "L5",
"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": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_users",
"target": "frontend_admin_panel_src_components_ui_spinner",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
"source_location": "L7",
"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": "L9",
"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/WholesaleApplications.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
"target": "frontend_admin_panel_src_components_ui_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_components_ui_spinner",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_components_ui_pagination",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_components_ui_confirmmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L5",
"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": "L6",
"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": "L7",
"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/services/api.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_services_api",
"target": "frontend_admin_panel_src_store_adminauthstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/services/api.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_services_api",
"target": "frontend_admin_panel_src_types_admin",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_store_adminauthstore",
"target": "frontend_admin_panel_src_types_admin",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_page",
"target": "frontend_application_components_blogpage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_catalog_catalogclient",
"target": "frontend_application_components_safeimage",
"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_components_backbutton",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"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_lib_services_productservice",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_catalog_catalogclient",
"target": "frontend_application_lib_data_products",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/catalog/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_catalog_page",
"target": "frontend_application_app_catalog_catalogclient",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/checkout/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_checkout_page",
"target": "frontend_application_components_checkoutpage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_checkout_success_id_page",
"target": "frontend_application_components_ordersuccess",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_cartdrawer",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_loginmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_authmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_b2bportal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_lib_store_userstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_lib_store_settingsstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_lib_store_uistore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_maintenancepage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_lib_types",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_header",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_footer",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_components_networkbanner",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/contact/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_contact_page",
"target": "frontend_application_components_contactformclient",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/dashboard/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_dashboard_page",
"target": "frontend_application_components_userdashboard",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/error.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_error",
"target": "frontend_application_components_errorpages",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/HomeClient.tsx",
"source_location": "L10",
"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": "L11",
"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": "L14",
"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": "L9",
"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/layout.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_layout",
"target": "frontend_application_app_clientlayout",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/loading.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_loading",
"target": "frontend_application_components_skeleton",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/not-found.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_not_found",
"target": "frontend_application_components_errorpages",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_page",
"target": "frontend_application_app_homeclient",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_page",
"target": "frontend_application_lib_types",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_lib_utils",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_lib_store_cartstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_lib_store_userstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_lib_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/profile/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_profile_page",
"target": "frontend_application_components_petprofile",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/search/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_search_page",
"target": "frontend_application_components_searchresultspage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/shop/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_shop_page",
"target": "frontend_application_components_archivepage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_shop_slug_page",
"target": "frontend_application_components_productpage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_shop_slug_page",
"target": "frontend_application_lib_services_productservice",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/sitemap.ts",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_sitemap",
"target": "frontend_application_lib_services_productservice",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/sitemap.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_sitemap",
"target": "frontend_application_lib_data_products",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/track/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_track_page",
"target": "frontend_application_components_ordertracking",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/trust-seals/page.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_trust_seals_page",
"target": "frontend_application_components_enamadbadge",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/videos/page.tsx",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_videos_page",
"target": "frontend_application_components_videospage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/wiki/page.tsx",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_wiki_page",
"target": "frontend_application_components_ingredientwiki",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_lib_utils",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_lib_store_userstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_lib_data_provinces",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_components_searchableselect",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage",
"target": "frontend_application_lib_store_cartstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage",
"target": "frontend_application_lib_store_settingsstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage",
"target": "frontend_application_lib_utils",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_archivepage",
"target": "frontend_application_components_safeimage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "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": "L5",
"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": "L6",
"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": "L8",
"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/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/CartDrawer.tsx",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_lib_store_userstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_components_authmodal",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_lib_utils",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_lib_store_cartstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_lib_data_products",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_lib_services_productservice",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_components_safeimage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L17",
"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": "L18",
"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": "L19",
"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": "L20",
"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": "L21",
"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": "L22",
"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": "L23",
"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": "L24",
"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": "L25",
"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": "L26",
"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": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_checkoutpage",
"target": "frontend_application_lib_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ContactFormClient.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_contactformclient",
"target": "frontend_application_lib_services_api",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/EnamadBadge.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_enamadbadge",
"target": "frontend_application_lib_store_settingsstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_lib_store_settingsstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_lib_store_cartstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_lib_data_products",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_lib_store_usepetstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_lib_services_productservice",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_components_safeimage",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_components_skeleton",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Footer.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_footer",
"target": "frontend_application_lib_store_settingsstore",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Footer.tsx",
"source_location": "L8",
"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_lib_utils",
"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_services_productservice",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"context": "import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Header.tsx",
"source_location": "L25",
"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": "L39",
"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/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/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/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": "L16",
"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/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": "L34",
"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": "L35",
"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/ProductPage.tsx",
"source_location": "L40",
"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": "L41",
"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": "L42",
"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": "L43",
"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": "L44",
"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": "L46",
"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": "L47",
"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": "L49",
"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": "L50",
"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": "L66",
"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": "L67",
"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/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/__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/UserDashboard.tsx",
"source_location": "L10",
"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": "L11",
"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": "L12",
"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": "L13",
"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": "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_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/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/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": "L27",
"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": "L152",
"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": "L93",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_createproduct",
"target": "backend_src_admin_admin_service_productinput",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"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_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": "L120",
"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": "L86",
"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": "L41",
"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": "L159",
"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": "L100",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_updateproduct",
"target": "backend_src_admin_admin_service_productinput",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L64",
"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": "L64",
"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/blogs.controller.ts",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_constructor",
"target": "backend_src_admin_blogs_service_blogsservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L37",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_service_blogsservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_constructor",
"target": "backend_src_admin_categories_service_categoriesservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L36",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service_categoriesservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller_mediacontroller_constructor",
"target": "backend_src_admin_media_service_mediaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.service.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_service_mediaservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.controller.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_controller_petscontroller_constructor",
"target": "backend_src_admin_pets_service_petsservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.controller.ts",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_controller_petscontroller_getpets",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/pets.service.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_pets_service_petsservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/reports.controller.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_reports_controller_reportscontroller_constructor",
"target": "backend_src_admin_reports_service_reportsservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/reports.service.ts",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_reports_service_reportsservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/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": "L78",
"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": "L129",
"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": "L32",
"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": "L120",
"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": "L111",
"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": "L59",
"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": "L100",
"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": "L31",
"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": "L31",
"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": "L31",
"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": "L38",
"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": "L64",
"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": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_auth_jwt_strategy_jwtstrategy_constructor",
"target": "backend_src_users_users_service_usersservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_constructor",
"target": "backend_src_b2b_b2b_service_b2bservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L73",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
"target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service_b2bservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_constructor",
"target": "backend_src_banners_banners_service_bannersservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service_bannersservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_constructor",
"target": "backend_src_blogs_blogs_service_blogsservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller_findall",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_service_blogsservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_service_blogsservice_findall",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_constructor",
"target": "backend_src_cms_cms_service_cmsservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L39",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
"target": "backend_src_cms_dto_cms_dto_createherobannerdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L95",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice_createherobanner",
"target": "backend_src_cms_dto_cms_dto_createherobannerdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule",
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L41",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice_createvettestimonial",
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/metrics.controller.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_metrics_controller_metricscontroller_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service_smsservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller_contactcontroller_constructor",
"target": "backend_src_contact_contact_service_contactservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_service_contactservice_constructor",
"target": "backend_src_common_services_sms_service_smsservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_service_contactservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_controller_homecontroller_constructor",
"target": "backend_src_home_home_service_homeservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.service.ts",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_service_homeservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_constructor",
"target": "backend_src_orders_orders_service_ordersservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L85",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_create",
"target": "backend_src_orders_dto_create_order_dto_createorderdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L146",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L14",
"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": "L14",
"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": "L100",
"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": "L331",
"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": "L38",
"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": "L38",
"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": "L184",
"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": "L92",
"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": "L143",
"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": "L53",
"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": "L74",
"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": "L654",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_getadmintransactions",
"target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L47",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice_constructor",
"target": "backend_src_prisma_prisma_service_prismaservice",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L129",
"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": "L247",
"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": "L221",
"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": "L49",
"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": "L81",
"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": "L117",
"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": "L185",
"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": "L10",
"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/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": "L207",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs",
"target": "backend_src_common_services_sms_service_smslogquery",
"confidence_score": 1.0
},
{
"relation": "references",
"context": "parameter_type",
"confidence": "EXTRACTED",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L62",
"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": "L14",
"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": "L14",
"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": "L119",
"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/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": "L18",
"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/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": "L69",
"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": "L144",
"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": "L69",
"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": "L56",
"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_format",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_start",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_start_dev",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_start_debug",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_start_prod",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_lint",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_test",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_test_watch",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_test_cov",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_test_debug",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_test_e2e",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_docs_generate",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/package.json",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_package_scripts",
"target": "backend_package_scripts_build",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L103",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L111",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_reminders",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L124",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L134",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_health_logs",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L148",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_coupons",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L159",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_orders",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L173",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_order_items",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_user_addresses",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_users",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_products",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L71",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L79",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L87",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration",
"target": "backend_prisma_migrations_20260526145407_init_migration_pets",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration",
"target": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration",
"target": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/scientificTerms.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_scientificterms",
"target": "backend_prisma_scientificterms_scientificterm",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/scientificTerms.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_scientificterms",
"target": "backend_prisma_scientificterms_scientific_terms",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/seed.ts",
"source_location": "L10",
"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": "L8",
"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": "L3",
"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": "L48",
"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_wiki_terms",
"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": "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/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.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_scripts_generate_openapi",
"target": "backend_scripts_generate_openapi_generateopenapi",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L26",
"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": "L40",
"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": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service",
"target": "backend_src_admin_admin_service_productinput",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L43",
"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": "L50",
"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": "L6",
"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": "L63",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service",
"target": "backend_src_admin_admin_service_adminservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller",
"target": "backend_src_admin_blogs_controller_blogscontroller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_service",
"target": "backend_src_admin_blogs_service_blogsservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_service",
"target": "backend_src_admin_blogs_service_blogquery",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller",
"target": "backend_src_admin_categories_controller_categoriescontroller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service",
"target": "backend_src_admin_categories_service_categoriesservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service",
"target": "backend_src_admin_categories_service_categoryquery",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_dto_admin_query_dto",
"target": "backend_src_admin_dto_admin_query_dto_adminquerydto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/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/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": "L77",
"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.controller.ts",
"source_location": "L31",
"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": "L22",
"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": "L11",
"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": "L19",
"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": "L24",
"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": "L30",
"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": "L14",
"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": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_auth_jwt_strategy",
"target": "backend_src_auth_jwt_strategy_jwtpayload",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller",
"target": "backend_src_b2b_b2b_controller_b2bcontroller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.module.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_module",
"target": "backend_src_b2b_b2b_module_b2bmodule",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service",
"target": "backend_src_b2b_b2b_service_b2bservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service",
"target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller",
"target": "backend_src_banners_banners_controller_bannerscontroller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.module.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_module",
"target": "backend_src_banners_banners_module_bannersmodule",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service",
"target": "backend_src_banners_banners_service_bannersservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller",
"target": "backend_src_blogs_blogs_controller_blogscontroller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.module.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_module",
"target": "backend_src_blogs_blogs_module_blogsmodule",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_service",
"target": "backend_src_blogs_blogs_service_blogsservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/dto/create-blog.dto.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_dto_create_blog_dto",
"target": "backend_src_blogs_dto_create_blog_dto_createblogdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/dto/update-blog.dto.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_dto_update_blog_dto",
"target": "backend_src_blogs_dto_update_blog_dto_updateblogdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/entities/blog.entity.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_entities_blog_entity",
"target": "backend_src_blogs_entities_blog_entity_blog",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L27",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller",
"target": "backend_src_cms_cms_controller_cmscontroller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.module.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_module",
"target": "backend_src_cms_cms_module_cmsmodule",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service",
"target": "backend_src_cms_cms_service_cmsservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto",
"target": "backend_src_cms_dto_cms_dto_createherobannerdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto",
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/dto/cms.dto.ts",
"source_location": "L80",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_dto_cms_dto",
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/decorators/roles.decorator.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_decorators_roles_decorator",
"target": "backend_src_common_decorators_roles_decorator_roles_key",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/decorators/roles.decorator.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_decorators_roles_decorator",
"target": "backend_src_common_decorators_roles_decorator_roles",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/dto/pagination.dto.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_dto_pagination_dto",
"target": "backend_src_common_dto_pagination_dto_paginationdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/dto/pagination.dto.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_dto_pagination_dto",
"target": "backend_src_common_dto_pagination_dto_sortorder",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_filters_http_exception_filter",
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/filters/prisma-exception.filter.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_filters_prisma_exception_filter",
"target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/guards/roles.guard.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_guards_roles_guard",
"target": "backend_src_common_guards_roles_guard_requestwithuser",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/guards/roles.guard.ts",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_guards_roles_guard",
"target": "backend_src_common_guards_roles_guard_rolesguard",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_interceptors_decimal_interceptor",
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/metrics.controller.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_metrics_controller",
"target": "backend_src_common_metrics_controller_metricscontroller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/schemas/error-response.schema.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_schemas_error_response_schema",
"target": "backend_src_common_schemas_error_response_schema_apierrorresponse",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/schemas/error-response.schema.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_schemas_error_response_schema",
"target": "backend_src_common_schemas_error_response_schema_errordetailfield",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_schemas_paginated_response_schema",
"target": "backend_src_common_schemas_paginated_response_schema_paginatedresponse",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_schemas_paginated_response_schema",
"target": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_schemas_paginated_response_schema",
"target": "backend_src_common_schemas_paginated_response_schema_paginationmeta",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service",
"target": "backend_src_common_services_sms_service_smsconfig",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service",
"target": "backend_src_common_services_sms_service_melipayamakpattern",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service",
"target": "backend_src_common_services_sms_service_smslogquery",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service",
"target": "backend_src_common_services_sms_service_melipayamakresponse",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L51",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service",
"target": "backend_src_common_services_sms_service_smsservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_services_sms_service",
"target": "backend_src_common_services_sms_service_sendpatternsmsoptions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/sms.module.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_common_sms_module",
"target": "backend_src_common_sms_module_smsmodule",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/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/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": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_main",
"target": "backend_src_main_bootstrap",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto",
"target": "backend_src_orders_dto_create_order_dto_orderitemdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/dto/create-order.dto.ts",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_dto_create_order_dto",
"target": "backend_src_orders_dto_create_order_dto_createorderdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller",
"target": "backend_src_orders_orders_controller_validatecoupondto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller",
"target": "backend_src_orders_orders_controller_orderscontroller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.module.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_module",
"target": "backend_src_orders_orders_module_ordersmodule",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_service",
"target": "backend_src_orders_orders_service_ordersservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_dto_admin_transaction_filter_dto",
"target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto",
"target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_dto_initiate_payment_dto",
"target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/dto/verify-payment.dto.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_dto_verify_payment_dto",
"target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_interfaces_payment_gateway_interface",
"target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_interfaces_payment_gateway_interface",
"target": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_interfaces_payment_gateway_interface",
"target": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_interfaces_payment_gateway_interface",
"target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L48",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_interfaces_payment_gateway_interface",
"target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_interfaces_payment_gateway_interface",
"target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L37",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller",
"target": "backend_src_payment_payment_controller_paymentcontroller",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.module.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_module",
"target": "backend_src_payment_payment_module_paymentmodule",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service",
"target": "backend_src_payment_payment_service_clientmetadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service",
"target": "backend_src_payment_payment_service_paymentservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_zibal_service_zibalrequestresponse",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_zibal_service_zibalverifyresponse",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_zibal_service_zibalinquiryresponse",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service",
"target": "backend_src_payment_zibal_service_zibalservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_dto_create_health_log_dto",
"target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_dto_create_pet_dto",
"target": "backend_src_pets_dto_create_pet_dto_createpetdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_dto_create_reminder_dto",
"target": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/dto/update-pet.dto.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_pets_dto_update_pet_dto",
"target": "backend_src_pets_dto_update_pet_dto_updatepetdto",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/pets/pets.controller.ts",
"source_location": "L48",
"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": "L12",
"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": "L9",
"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/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/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_settingsservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L6",
"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/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": "L17",
"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/users/users.service.ts",
"source_location": "L5",
"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/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": "L56",
"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/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.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_baseurl",
"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_incremental",
"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_skiplibcheck",
"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_strictnullchecks",
"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_forceconsistentcasinginfilenames",
"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_noimplicitany",
"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_strictbindcallapply",
"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_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/Sidebar.tsx",
"source_location": "L61",
"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": "L66",
"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/Sidebar.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_sidebar",
"target": "frontend_admin_panel_src_components_sidebar_menugroups",
"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": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_topbar",
"target": "frontend_admin_panel_src_components_topbar_topbar",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_components_topbar",
"target": "frontend_admin_panel_src_components_topbar_topbarprops",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
"source_location": "L14",
"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/MediaSelector.tsx",
"source_location": "L16",
"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": "L24",
"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/MediaSelector.tsx",
"source_location": "L9",
"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/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/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/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": "L16",
"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": "L249",
"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": "L258",
"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": "L30",
"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": "L42",
"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/Coupons.tsx",
"source_location": "L9",
"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/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/FinancialSettingsPage.tsx",
"source_location": "L8",
"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": "L22",
"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/Media.tsx",
"source_location": "L9",
"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/Orders.tsx",
"source_location": "L25",
"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": "L39",
"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/Orders.tsx",
"source_location": "L61",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_orders",
"target": "frontend_admin_panel_src_pages_orders_statusstyles",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L69",
"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": "L75",
"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/Pets.tsx",
"source_location": "L31",
"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": "L8",
"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": "L10",
"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": "L17",
"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": "L51",
"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/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": "L8",
"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/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": "L42",
"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": "L54",
"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": "L63",
"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": "L76",
"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": "L83",
"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/SystemSettingsPage.tsx",
"source_location": "L8",
"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/Transactions.tsx",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_transactions",
"target": "frontend_admin_panel_src_pages_transactions_transaction",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L69",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_transactions",
"target": "frontend_admin_panel_src_pages_transactions_stats",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L79",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_transactions",
"target": "frontend_admin_panel_src_pages_transactions_gatewayhealth",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
"source_location": "L89",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_transactions",
"target": "frontend_admin_panel_src_pages_transactions_transactions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_uitexts",
"target": "frontend_admin_panel_src_pages_uitexts_groups",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_uitexts",
"target": "frontend_admin_panel_src_pages_uitexts_page_tabs",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L77",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_uitexts",
"target": "frontend_admin_panel_src_pages_uitexts_group_page_map",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L87",
"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": "L11",
"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": "L25",
"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": "L20",
"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": "L455",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_videos",
"target": "frontend_admin_panel_src_pages_videos_fetchvideoslist",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_videos",
"target": "frontend_admin_panel_src_pages_videos_video",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
"target": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
"target": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_pages_wiki_productitem",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_pages_wiki_wiki",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_pages_wiki",
"target": "frontend_admin_panel_src_pages_wiki_wikiterm",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_dashboard",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_users",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_products",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_orders",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_coupons",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_settings",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_reports",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_categories",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_blogs",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_wiki",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_pets",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_uitexts",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_media",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_cms",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_videos",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L27",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_bannersmanager",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L31",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_b2bmanager",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L33",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_seosettingspage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage",
"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_smssettingspage",
"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_transactions",
"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_adminrouteconfig",
"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_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": "L136",
"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": "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_partneraccount",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L163",
"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": "L171",
"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": "L178",
"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": "L185",
"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/tsconfig.json",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig",
"target": "frontend_admin_panel_tsconfig_files",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.json",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig",
"target": "frontend_admin_panel_tsconfig_references",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app",
"target": "frontend_admin_panel_tsconfig_app_compileroptions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app",
"target": "frontend_admin_panel_tsconfig_app_include",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_noemit",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_jsx",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_target",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_lib",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_module",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_types",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
"target": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node",
"target": "frontend_admin_panel_tsconfig_node_compileroptions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node",
"target": "frontend_admin_panel_tsconfig_node_include",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_noemit",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_target",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_lib",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_module",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_types",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
"target": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/about/page.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_about_page",
"target": "frontend_application_app_about_page_aboutpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/about/page.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_about_page",
"target": "frontend_application_app_about_page_metadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/page.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_page",
"target": "frontend_application_app_blog_page_getblogs",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/page.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_page",
"target": "frontend_application_app_blog_page_metadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/page.tsx",
"source_location": "L42",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_page",
"target": "frontend_application_app_blog_page_blog",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_slug_page",
"target": "frontend_application_app_blog_slug_page_revalidate",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_slug_page",
"target": "frontend_application_app_blog_slug_page_generatemetadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L57",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_slug_page",
"target": "frontend_application_app_blog_slug_page_blogpostpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_blog_slug_page",
"target": "frontend_application_app_blog_slug_page_getblog",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_catalog_catalogclient",
"target": "frontend_application_app_catalog_catalogclient_catalogclient",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/catalog/page.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_catalog_page",
"target": "frontend_application_app_catalog_page_catalogpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/catalog/page.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_catalog_page",
"target": "frontend_application_app_catalog_page_metadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/checkout/page.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_checkout_page",
"target": "frontend_application_app_checkout_page_checkout",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_checkout_success_id_page",
"target": "frontend_application_app_checkout_success_id_page_successpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/ClientLayout.tsx",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_clientlayout",
"target": "frontend_application_app_clientlayout_clientlayout",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/contact/page.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_contact_page",
"target": "frontend_application_app_contact_page_contactpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/contact/page.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_contact_page",
"target": "frontend_application_app_contact_page_metadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/dashboard/page.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_dashboard_page",
"target": "frontend_application_app_dashboard_page_dashboardpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/error.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_error",
"target": "frontend_application_app_error_errorboundary",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/HomeClient.tsx",
"source_location": "L16",
"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": "L20",
"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": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_layout",
"target": "frontend_application_app_layout_generatemetadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/layout.tsx",
"source_location": "L94",
"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": "L36",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_page",
"target": "frontend_application_app_page_gethomedata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_page",
"target": "frontend_application_app_page_metadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/page.tsx",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_page",
"target": "frontend_application_app_page_home",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_app_payment_verify_page_verifycontent",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/payment/verify/page.tsx",
"source_location": "L276",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_payment_verify_page",
"target": "frontend_application_app_payment_verify_page_paymentverifypage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/privacy/page.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_privacy_page",
"target": "frontend_application_app_privacy_page_privacypage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/privacy/page.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_privacy_page",
"target": "frontend_application_app_privacy_page_metadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/profile/page.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_profile_page",
"target": "frontend_application_app_profile_page_profilepage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/robots.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_robots",
"target": "frontend_application_app_robots_robots",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/search/page.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_search_page",
"target": "frontend_application_app_search_page_metadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/search/page.tsx",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_search_page",
"target": "frontend_application_app_search_page_searchpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/shop/page.tsx",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_shop_page",
"target": "frontend_application_app_shop_page_shop",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/shop/page.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_shop_page",
"target": "frontend_application_app_shop_page_metadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_shop_slug_page",
"target": "frontend_application_app_shop_slug_page_shopproductpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_shop_slug_page",
"target": "frontend_application_app_shop_slug_page_generatemetadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/sitemap.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_sitemap",
"target": "frontend_application_app_sitemap_sitemap",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/track/page.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_track_page",
"target": "frontend_application_app_track_page_trackpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/trust-seals/page.tsx",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_trust_seals_page",
"target": "frontend_application_app_trust_seals_page_trustsealspage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/trust-seals/page.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_trust_seals_page",
"target": "frontend_application_app_trust_seals_page_metadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/videos/page.tsx",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_videos_page",
"target": "frontend_application_app_videos_page_videos",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/wiki/page.tsx",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_wiki_page",
"target": "frontend_application_app_wiki_page_wikipage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/wiki/page.tsx",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_wiki_page",
"target": "frontend_application_app_wiki_page_metadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_wiki_slug_page",
"target": "frontend_application_app_wiki_slug_page_generatemetadata",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_wiki_slug_page",
"target": "frontend_application_app_wiki_slug_page_wikitermpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_app_wiki_slug_page",
"target": "frontend_application_app_wiki_slug_page_getwikiterm",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_components_addressmodal_addressmodalprops",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/AddressModal.tsx",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_addressmodal",
"target": "frontend_application_components_addressmodal_addressmodal",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L225",
"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": "L32",
"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": "L41",
"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": "L72",
"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": "L10",
"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": "L15",
"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": "L22",
"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/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/CartDrawer.tsx",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_cartdrawer",
"target": "frontend_application_components_cartdrawer_cartdrawer",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/CheckoutPage.tsx",
"source_location": "L31",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_checkoutpage",
"target": "frontend_application_components_checkoutpage_checkoutpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ContactFormClient.tsx",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_contactformclient",
"target": "frontend_application_components_contactformclient_contactformclient",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ContactFormClient.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_contactformclient",
"target": "frontend_application_components_contactformclient_contactinfoitem",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/DeleteConfirmModal.tsx",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_deleteconfirmmodal",
"target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/DeleteConfirmModal.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_deleteconfirmmodal",
"target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/EnamadBadge.tsx",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_enamadbadge",
"target": "frontend_application_components_enamadbadge_enamadbadge",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ErrorBoundary.tsx",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_errorboundary",
"target": "frontend_application_components_errorboundary_state",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ErrorBoundary.tsx",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_errorboundary",
"target": "frontend_application_components_errorboundary_errorboundary",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ErrorBoundary.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_errorboundary",
"target": "frontend_application_components_errorboundary_props",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ErrorPages.tsx",
"source_location": "L38",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_errorpages",
"target": "frontend_application_components_errorpages_servererrorpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/ErrorPages.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_errorpages",
"target": "frontend_application_components_errorpages_notfoundpage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L139",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_components_featuredproducts_featuredproducts",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_featuredproducts",
"target": "frontend_application_components_featuredproducts_productcard",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Footer.tsx",
"source_location": "L10",
"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": "L18",
"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": "L27",
"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": "L41",
"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/Hero.tsx",
"source_location": "L9",
"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/IngredientWiki.tsx",
"source_location": "L15",
"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": "L5",
"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": "L18",
"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": "L24",
"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": "L39",
"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/PrescriptionUploadModal.tsx",
"source_location": "L12",
"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": "L7",
"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": "L32",
"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": "L52",
"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": "L59",
"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": "L71",
"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/SafeImage.tsx",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_safeimage",
"target": "frontend_application_components_safeimage_safeimage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/SafeImage.tsx",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_safeimage",
"target": "frontend_application_components_safeimage_safeimageprops",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/SearchableSelect.tsx",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_searchableselect",
"target": "frontend_application_components_searchableselect_searchableselect",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/SearchableSelect.tsx",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_searchableselect",
"target": "frontend_application_components_searchableselect_searchableselectprops",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/SearchResultsPage.tsx",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_searchresultspage",
"target": "frontend_application_components_searchresultspage_searchresultspage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Skeleton.tsx",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_skeleton",
"target": "frontend_application_components_skeleton_productcardskeleton",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Skeleton.tsx",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_skeleton",
"target": "frontend_application_components_skeleton_skeletonprops",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Skeleton.tsx",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_skeleton",
"target": "frontend_application_components_skeleton_petprofileskeleton",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Skeleton.tsx",
"source_location": "L70",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_skeleton",
"target": "frontend_application_components_skeleton_orderrowskeleton",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/Skeleton.tsx",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_skeleton",
"target": "frontend_application_components_skeleton_skeleton",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_smartadvisor",
"target": "frontend_application_components_smartadvisor_smartadvisorprops",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_smartadvisor",
"target": "frontend_application_components_smartadvisor_current_symptoms",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_smartadvisor",
"target": "frontend_application_components_smartadvisor_medical_histories",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/SmartAdvisor.tsx",
"source_location": "L52",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_smartadvisor",
"target": "frontend_application_components_smartadvisor_smartadvisor",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/__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": "L15",
"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": "L21",
"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/TopUpModal.tsx",
"source_location": "L9",
"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/UserDashboard.tsx",
"source_location": "L17",
"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": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_vetgallery",
"target": "frontend_application_components_vetgallery_testimonialitem",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L27",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_vetgallery",
"target": "frontend_application_components_vetgallery_fallback_videos",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L57",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_vetgallery",
"target": "frontend_application_components_vetgallery_displayvideoitem",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L70",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_vetgallery",
"target": "frontend_application_components_vetgallery_vetgallery",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/VideosPage.tsx",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_videospage",
"target": "frontend_application_components_videospage_fallback_videos",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/VideosPage.tsx",
"source_location": "L59",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_components_videospage",
"target": "frontend_application_components_videospage_videospage",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/eslint.config.mjs",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_eslint_config",
"target": "frontend_application_eslint_config_eslintconfig",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/products.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_products",
"target": "frontend_application_lib_data_products_specialist",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/products.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_products",
"target": "frontend_application_lib_data_products_ingredientinfo",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/products.ts",
"source_location": "L110",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_products",
"target": "frontend_application_lib_data_products_products",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/products.ts",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_products",
"target": "frontend_application_lib_data_products_dosageresult",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/products.ts",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_products",
"target": "frontend_application_lib_data_products_faq",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/products.ts",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_products",
"target": "frontend_application_lib_data_products_product",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/products.ts",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_products",
"target": "frontend_application_lib_data_products_ingredients_wiki",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/products.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_products",
"target": "frontend_application_lib_data_products_pettype",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/provinces.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_provinces",
"target": "frontend_application_lib_data_provinces_iran_provinces",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/provinces.ts",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_provinces",
"target": "frontend_application_lib_data_provinces_province_cities",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/scientificTerms.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_scientificterms",
"target": "frontend_application_lib_data_scientificterms_scientificterm",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/data/scientificTerms.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_data_scientificterms",
"target": "frontend_application_lib_data_scientificterms_scientific_terms",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/hooks/useNetworkStatus.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_hooks_usenetworkstatus",
"target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/api.ts",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_api",
"target": "frontend_application_lib_services_api_api",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/api.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_api",
"target": "frontend_application_lib_services_api_apierrorpayload",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L154",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_authservice",
"target": "frontend_application_lib_services_authservice_authservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_authservice",
"target": "frontend_application_lib_services_authservice_authresponse",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_authservice",
"target": "frontend_application_lib_services_authservice_apierr",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_authservice",
"target": "frontend_application_lib_services_authservice_user",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/orderService.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_orderservice",
"target": "frontend_application_lib_services_orderservice_order",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/orderService.ts",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_orderservice",
"target": "frontend_application_lib_services_orderservice_apierr",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/orderService.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_orderservice",
"target": "frontend_application_lib_services_orderservice_orderitem",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/orderService.ts",
"source_location": "L96",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_orderservice",
"target": "frontend_application_lib_services_orderservice_orderservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_productservice",
"target": "frontend_application_lib_services_productservice_backendproduct",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L256",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_productservice",
"target": "frontend_application_lib_services_productservice_productservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/productService.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_productservice",
"target": "frontend_application_lib_services_productservice_category_slug_to_name",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/videoService.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_videoservice",
"target": "frontend_application_lib_services_videoservice_videoservice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/services/videoService.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_videoservice",
"target": "frontend_application_lib_services_videoservice_video",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/cartStore.ts",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_cartstore",
"target": "frontend_application_lib_store_cartstore_order",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/cartStore.ts",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_cartstore",
"target": "frontend_application_lib_store_cartstore_cartstore",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/cartStore.ts",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_cartstore",
"target": "frontend_application_lib_store_cartstore_usecartstore",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/cartStore.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_cartstore",
"target": "frontend_application_lib_store_cartstore_cartitem",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/settingsStore.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_settingsstore",
"target": "frontend_application_lib_store_settingsstore_settingsstore",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/settingsStore.ts",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_settingsstore",
"target": "frontend_application_lib_store_settingsstore_usesettingsstore",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/settingsStore.ts",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_settingsstore",
"target": "frontend_application_lib_store_settingsstore_scientificterm",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_tests_cartstore_test",
"target": "frontend_application_lib_store_tests_cartstore_test_mockproduct",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/uiStore.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_uistore",
"target": "frontend_application_lib_store_uistore_useuistore",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/uiStore.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_uistore",
"target": "frontend_application_lib_store_uistore_uistate",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_usepetstore",
"target": "frontend_application_lib_store_usepetstore_healthlog",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_usepetstore",
"target": "frontend_application_lib_store_usepetstore_petconsumption",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_usepetstore",
"target": "frontend_application_lib_store_usepetstore_petprofile",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L48",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_usepetstore",
"target": "frontend_application_lib_store_usepetstore_petstore",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L63",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_usepetstore",
"target": "frontend_application_lib_store_usepetstore_usepetstore",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_usepetstore",
"target": "frontend_application_lib_store_usepetstore_reminder",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_userstore",
"target": "frontend_application_lib_store_userstore_userrole",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_userstore",
"target": "frontend_application_lib_store_userstore_address",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_userstore",
"target": "frontend_application_lib_store_userstore_transaction",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L33",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_userstore",
"target": "frontend_application_lib_store_userstore_userprofile",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_userstore",
"target": "frontend_application_lib_store_userstore_userstore",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L62",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_store_userstore",
"target": "frontend_application_lib_store_userstore_useuserstore",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_banner",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L102",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_homeapiresponse",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L109",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_navigationtarget",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L111",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_navigationhandler",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_smartadvisorrule",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_testimonial",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L42",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_ingredient",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_prescription",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_b2binquiry",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L82",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_partneraccount",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/types.ts",
"source_location": "L94",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_types",
"target": "frontend_application_lib_types_dosageconfig",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/utils.ts",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_utils",
"target": "frontend_application_lib_utils_topersian",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/utils.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_utils",
"target": "frontend_application_lib_utils_cn",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/lib/utils.ts",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_utils",
"target": "frontend_application_lib_utils_toenglishdigits",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/next.config.ts",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_next_config",
"target": "frontend_application_next_config_nextconfig",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/next.config.ts",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_next_config",
"target": "frontend_application_next_config_securityheaders",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package",
"target": "frontend_application_package_dependencies",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package",
"target": "frontend_application_package_name",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package",
"target": "frontend_application_package_devdependencies",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package",
"target": "frontend_application_package_version",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package",
"target": "frontend_application_package_private",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package",
"target": "frontend_application_package_scripts",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_dependencies",
"target": "frontend_application_package_dependencies_axios",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_dependencies",
"target": "frontend_application_package_dependencies_lucide_react",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_dependencies",
"target": "frontend_application_package_dependencies_motion",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_dependencies",
"target": "frontend_application_package_dependencies_next",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_dependencies",
"target": "frontend_application_package_dependencies_react",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_dependencies",
"target": "frontend_application_package_dependencies_react_dom",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_dependencies",
"target": "frontend_application_package_dependencies_sonner",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_dependencies",
"target": "frontend_application_package_dependencies_zustand",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_tailwindcss_postcss",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_testing_library_jest_dom",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_testing_library_react",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_types_node",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_types_react",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L27",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_types_react_dom",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_vitejs_plugin_react",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_eslint",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_eslint_config_next",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L31",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_jsdom",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_tailwindcss",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L33",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_typescript",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_devdependencies",
"target": "frontend_application_package_devdependencies_vitest",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_scripts",
"target": "frontend_application_package_scripts_dev",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_scripts",
"target": "frontend_application_package_scripts_build",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_scripts",
"target": "frontend_application_package_scripts_start",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/package.json",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_package_scripts",
"target": "frontend_application_package_scripts_lint",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/postcss.config.mjs",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_postcss_config",
"target": "frontend_application_postcss_config_config",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme",
"target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L119",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install",
"target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L103",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font",
"target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L127",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font",
"target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L131",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font",
"target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font",
"target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font",
"target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font",
"target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L83",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font",
"target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/README.md",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_readme",
"target": "frontend_application_readme_learn_more",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/README.md",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_readme",
"target": "frontend_application_readme_getting_started",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/README.md",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_readme",
"target": "frontend_application_readme_deploy_on_vercel",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig",
"target": "frontend_application_tsconfig_compileroptions",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig",
"target": "frontend_application_tsconfig_include",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig",
"target": "frontend_application_tsconfig_exclude",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_module",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_moduleresolution",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_resolvejsonmodule",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_isolatedmodules",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_jsx",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_incremental",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_plugins",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_paths",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_target",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_lib",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_allowjs",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_skiplibcheck",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_strict",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_noemit",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_tsconfig_compileroptions",
"target": "frontend_application_tsconfig_compileroptions_esmoduleinterop",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "frontend/application/vitest.setup.ts",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_vitest_setup",
"target": "frontend_application_vitest_setup_mockintersectionobserver",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "gitea_scripts_with_vpn",
"target": "gitea_scripts_with_vpn_sh__entry",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "package",
"target": "package_devdependencies",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "package",
"target": "package_name",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
"source": "package",
"target": "package_version",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "package",
"target": "package_private",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "package",
"target": "package_scripts",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L18",
"weight": 1.0,
"_origin": "ast",
"source": "package_devdependencies",
"target": "package_devdependencies_concurrently",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "package_scripts",
"target": "package_scripts_dev",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "package_scripts",
"target": "package_scripts_build_backend",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L12",
"weight": 1.0,
"_origin": "ast",
"source": "package_scripts",
"target": "package_scripts_build_frontend",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "package_scripts",
"target": "package_scripts_build_admin",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "package_scripts",
"target": "package_scripts_build",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "package_scripts",
"target": "package_scripts_start",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "package_scripts",
"target": "package_scripts_install_all",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "package_scripts",
"target": "package_scripts_dev_backend",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "package_scripts",
"target": "package_scripts_dev_frontend",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "package.json",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "package_scripts",
"target": "package_scripts_dev_admin",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/backup_db.sh",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_backup_db",
"target": "scripts_backup_db_sh__entry",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/deploy.sh",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_deploy",
"target": "scripts_deploy_sh__entry",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/open-browsers.js",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_open_browsers",
"target": "scripts_open_browsers_exec",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/open-browsers.js",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_open_browsers",
"target": "scripts_open_browsers_openurl",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/open-browsers.js",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_open_browsers",
"target": "scripts_open_browsers_http",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/open-browsers.js",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_open_browsers",
"target": "scripts_open_browsers_checkandopen",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/open-browsers.js",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_open_browsers",
"target": "scripts_open_browsers_urls",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/start-dev.js",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_start_dev",
"target": "scripts_start_dev_spawn",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/start-dev.js",
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_start_dev",
"target": "scripts_start_dev_http",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/start-dev.js",
"source_location": "L27",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_start_dev",
"target": "scripts_start_dev_backend",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "scripts/start-dev.js",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_start_dev",
"target": "scripts_start_dev_waitforbackend",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "start.sh",
"source_location": "L1",
"weight": 1.0,
"_origin": "ast",
"source": "start",
"target": "start_sh__entry",
"confidence_score": 1.0
},
{
"relation": "defines",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "gitea_scripts_with_vpn",
"target": "gitea_scripts_with_vpn_log",
"confidence_score": 1.0
},
{
"relation": "defines",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "gitea_scripts_with_vpn",
"target": "gitea_scripts_with_vpn_vpn_is_up",
"confidence_score": 1.0
},
{
"relation": "defines",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "gitea_scripts_with_vpn",
"target": "gitea_scripts_with_vpn_start_vpn",
"confidence_score": 1.0
},
{
"relation": "defines",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L51",
"weight": 1.0,
"_origin": "ast",
"source": "gitea_scripts_with_vpn",
"target": "gitea_scripts_with_vpn_stop_vpn",
"confidence_score": 1.0
},
{
"relation": "defines",
"confidence": "EXTRACTED",
"source_file": ".gitea/scripts/with-vpn.sh",
"source_location": "L65",
"weight": 1.0,
"_origin": "ast",
"source": "gitea_scripts_with_vpn",
"target": "gitea_scripts_with_vpn_cleanup",
"confidence_score": 1.0
},
{
"relation": "defines",
"confidence": "EXTRACTED",
"source_file": "scripts/deploy.sh",
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_deploy",
"target": "scripts_deploy_docker_buildkit",
"confidence_score": 1.0
},
{
"relation": "defines",
"confidence": "EXTRACTED",
"source_file": "scripts/deploy.sh",
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
"source": "scripts_deploy",
"target": "scripts_deploy_compose_docker_cli_build",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_b2bmanager",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_bannersmanager",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_blogs",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_categories",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_cms",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_contactsubmissions",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_coupons",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_dashboard",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_financialsettingspage",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_ingredientsmanager",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_media",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_orders",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_pets",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_prescriptionsmanager",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_products",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_reports",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_seosettingspage",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_settings",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_smartadvisormanager",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_smssettingspage",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_systemsettingspage",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_testimonialsmanager",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_transactions",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_uitexts",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_users",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_videos",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_wholesaleapplications",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"_origin": "ast",
"source": "frontend_admin_panel_src_routes_adminroutes",
"target": "frontend_admin_panel_src_pages_wiki",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/B2BPortal.tsx",
"_origin": "ast",
"source": "frontend_application_components_b2bportal",
"target": "frontend_application_lib_services_api",
"confidence_score": 1.0
},
{
"relation": "dynamic_import",
"confidence": "EXTRACTED",
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
"_origin": "ast",
"source": "frontend_application_components_prescriptionuploadmodal",
"target": "frontend_application_lib_services_api",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L100",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller",
"target": "backend_src_admin_admin_controller_admincontroller_updateproduct",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L110",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller",
"target": "backend_src_admin_admin_controller_admincontroller_deleteproduct",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L120",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller",
"target": "backend_src_admin_admin_controller_admincontroller_getorders",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L127",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller",
"target": "backend_src_admin_admin_controller_admincontroller_updateorderstatus",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L145",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller",
"target": "backend_src_admin_admin_controller_admincontroller_getcoupons",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L152",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller",
"target": "backend_src_admin_admin_controller_admincontroller_createcoupon",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L159",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller",
"target": "backend_src_admin_admin_controller_admincontroller_updatecoupon",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L166",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller",
"target": "backend_src_admin_admin_controller_admincontroller_togglecoupon",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L176",
"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": "L183",
"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": "L190",
"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": "L206",
"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": "L223",
"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": "L230",
"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": "L237",
"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": "L27",
"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": "L31",
"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": "L41",
"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": "L48",
"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": "L55",
"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": "L62",
"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.controller.ts",
"source_location": "L86",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller",
"target": "backend_src_admin_admin_controller_admincontroller_getproducts",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L93",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller",
"target": "backend_src_admin_admin_controller_admincontroller_createproduct",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L113",
"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": "L158",
"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": "L172",
"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": "L179",
"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": "L218",
"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": "L266",
"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": "L323",
"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": "L329",
"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": "L374",
"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": "L393",
"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": "L424",
"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": "L451",
"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": "L481",
"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": "L488",
"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": "L494",
"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": "L502",
"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": "L515",
"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": "L565",
"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": "L571",
"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": "L581",
"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": "L594",
"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": "L598",
"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/admin.service.ts",
"source_location": "L64",
"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": "L69",
"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/blogs.controller.ts",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller",
"target": "backend_src_admin_blogs_controller_blogscontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L37",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller",
"target": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller",
"target": "backend_src_admin_blogs_controller_blogscontroller_createblog",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L53",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller",
"target": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.controller.ts",
"source_location": "L63",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_controller_blogscontroller",
"target": "backend_src_admin_blogs_controller_blogscontroller_deleteblog",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_service_blogsservice",
"target": "backend_src_admin_blogs_service_blogsservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_service_blogsservice",
"target": "backend_src_admin_blogs_service_blogsservice_getblogs",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L46",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_service_blogsservice",
"target": "backend_src_admin_blogs_service_blogsservice_createblog",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_service_blogsservice",
"target": "backend_src_admin_blogs_service_blogsservice_updateblog",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/blogs.service.ts",
"source_location": "L61",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_blogs_service_blogsservice",
"target": "backend_src_admin_blogs_service_blogsservice_deleteblog",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller",
"target": "backend_src_admin_categories_controller_categoriescontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L36",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller",
"target": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L42",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller",
"target": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller",
"target": "backend_src_admin_categories_controller_categoriescontroller_createcategory",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L56",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller",
"target": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L66",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller",
"target": "backend_src_admin_categories_controller_categoriescontroller_deletecategory",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service_categoriesservice",
"target": "backend_src_admin_categories_service_categoriesservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service_categoriesservice",
"target": "backend_src_admin_categories_service_categoriesservice_getcategories",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service_categoriesservice",
"target": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service_categoriesservice",
"target": "backend_src_admin_categories_service_categoriesservice_createcategory",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L61",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service_categoriesservice",
"target": "backend_src_admin_categories_service_categoriesservice_updatecategory",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/categories.service.ts",
"source_location": "L68",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_service_categoriesservice",
"target": "backend_src_admin_categories_service_categoriesservice_deletecategory",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller_mediacontroller",
"target": "backend_src_admin_media_controller_mediacontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller_mediacontroller",
"target": "backend_src_admin_media_controller_mediacontroller_getallmedia",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L36",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller_mediacontroller",
"target": "backend_src_admin_media_controller_mediacontroller_uploadfile",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller_mediacontroller",
"target": "backend_src_admin_media_controller_mediacontroller_deletemedia",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L55",
"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_updatemedia",
"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/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": "L55",
"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/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": "L78",
"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": "L80",
"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": "L100",
"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": "L111",
"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": "L120",
"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": "L129",
"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.controller.ts",
"source_location": "L32",
"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": "L59",
"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.service.ts",
"source_location": "L104",
"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": "L153",
"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": "L193",
"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": "L31",
"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": "L38",
"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/auth.service.ts",
"source_location": "L64",
"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/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": "L15",
"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": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_auth_jwt_strategy_jwtstrategy",
"target": "backend_src_auth_jwt_strategy_jwtstrategy_validate",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
"target": "backend_src_b2b_b2b_controller_b2bcontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
"target": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
"target": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L53",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
"target": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L64",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
"target": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L73",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
"target": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L86",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
"target": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service_b2bservice",
"target": "backend_src_b2b_b2b_service_b2bservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service_b2bservice",
"target": "backend_src_b2b_b2b_service_b2bservice_createinquiry",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service_b2bservice",
"target": "backend_src_b2b_b2b_service_b2bservice_findallinquiries",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L40",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service_b2bservice",
"target": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service_b2bservice",
"target": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service_b2bservice",
"target": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/b2b/b2b.service.ts",
"source_location": "L95",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_service_b2bservice",
"target": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller",
"target": "backend_src_banners_banners_controller_bannerscontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller",
"target": "backend_src_banners_banners_controller_bannerscontroller_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller",
"target": "backend_src_banners_banners_controller_bannerscontroller_create",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller",
"target": "backend_src_banners_banners_controller_bannerscontroller_reorder",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L53",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller",
"target": "backend_src_banners_banners_controller_bannerscontroller_update",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L62",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller",
"target": "backend_src_banners_banners_controller_bannerscontroller_remove",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service_bannersservice",
"target": "backend_src_banners_banners_service_bannersservice_create",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service_bannersservice",
"target": "backend_src_banners_banners_service_bannersservice_update",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service_bannersservice",
"target": "backend_src_banners_banners_service_bannersservice_remove",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L40",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service_bannersservice",
"target": "backend_src_banners_banners_service_bannersservice_reorder",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service_bannersservice",
"target": "backend_src_banners_banners_service_bannersservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/banners/banners.service.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_service_bannersservice",
"target": "backend_src_banners_banners_service_bannersservice_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L19",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller",
"target": "backend_src_blogs_blogs_controller_blogscontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller",
"target": "backend_src_blogs_blogs_controller_blogscontroller_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_controller_blogscontroller",
"target": "backend_src_blogs_blogs_controller_blogscontroller_findone",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_service_blogsservice",
"target": "backend_src_blogs_blogs_service_blogsservice_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_service_blogsservice",
"target": "backend_src_blogs_blogs_service_blogsservice_findonebyslug",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_blogs_blogs_service_blogsservice",
"target": "backend_src_blogs_blogs_service_blogsservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L101",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L110",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L28",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L33",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_getherobanners",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L39",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L61",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L73",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L82",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L89",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L95",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller",
"target": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L14",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_getherobanners",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_createherobanner",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_updateherobanner",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_deleteherobanner",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_getvettestimonials",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L41",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_createvettestimonial",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_updatevettestimonial",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L56",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_deletevettestimonial",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L61",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L71",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/cms/cms.service.ts",
"source_location": "L82",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_service_cmsservice",
"target": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L114",
"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": "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_getpatterns",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/common/services/sms.service.ts",
"source_location": "L407",
"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": "L486",
"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": "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": "L541",
"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": "L569",
"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": "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": "L609",
"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": "L737",
"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": "L862",
"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": "L875",
"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": "L892",
"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": "L909",
"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": "L925",
"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/common/services/sms.service.ts",
"source_location": "L943",
"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/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/home/home.controller.ts",
"source_location": "L17",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_controller_homecontroller",
"target": "backend_src_home_home_controller_homecontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L24",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_controller_homecontroller",
"target": "backend_src_home_home_controller_homecontroller_gethomedata",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.service.ts",
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_service_homeservice",
"target": "backend_src_home_home_service_homeservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/home/home.service.ts",
"source_location": "L8",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_service_homeservice",
"target": "backend_src_home_home_service_homeservice_gethomedata",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L31",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L40",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L58",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_findone",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L30",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_create",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L36",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_update",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L47",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_remove",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/ingredients/ingredients.service.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L110",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller",
"target": "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L146",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller",
"target": "backend_src_orders_orders_controller_orderscontroller_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L189",
"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": "L100",
"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": "L14",
"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": "L19",
"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": "L26",
"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": "L300",
"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": "L331",
"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": "L364",
"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": "L378",
"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": "L408",
"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/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": "L143",
"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": "L173",
"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": "L184",
"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": "L193",
"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": "L202",
"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": "L211",
"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": "L220",
"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": "L38",
"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": "L53",
"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": "L74",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller",
"target": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L92",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller",
"target": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L138",
"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": "L225",
"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": "L524",
"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": "L606",
"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": "L654",
"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": "L765",
"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": "L812",
"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": "L856",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice",
"target": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L109",
"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": "L129",
"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": "L180",
"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": "L187",
"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": "L227",
"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": "L267",
"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": "L324",
"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": "L347",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice",
"target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L47",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice",
"target": "backend_src_payment_zibal_service_zibalservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice",
"target": "backend_src_payment_zibal_service_zibalservice_getgatewayname",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L56",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_zibal_service_zibalservice",
"target": "backend_src_payment_zibal_service_zibalservice_callwithretry",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L91",
"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": "L117",
"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": "L154",
"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": "L185",
"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": "L215",
"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": "L221",
"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": "L231",
"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": "L247",
"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": "L49",
"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_create",
"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": "L10",
"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": "L115",
"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": "L12",
"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": "L84",
"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/prescriptions/prescriptions.service.ts",
"source_location": "L98",
"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/prisma/prisma.service.ts",
"source_location": "L13",
"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/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/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": "L160",
"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": "L195",
"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": "L230",
"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": "L241",
"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": "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/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": "L100",
"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": "L109",
"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": "L119",
"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": "L128",
"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": "L138",
"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": "L147",
"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": "L156",
"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": "L171",
"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": "L180",
"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": "L195",
"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": "L207",
"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": "L216",
"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": "L225",
"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": "L47",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller",
"target": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L53",
"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": "L62",
"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": "L74",
"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": "L81",
"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": "L90",
"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.service.ts",
"source_location": "L103",
"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": "L107",
"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": "L111",
"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": "L115",
"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": "L119",
"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": "L123",
"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": "L127",
"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/settings/settings.service.ts",
"source_location": "L14",
"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": "L19",
"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": "L35",
"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": "L43",
"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": "L47",
"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": "L68",
"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": "L74",
"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": "L81",
"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": "L90",
"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": "L94",
"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/smart-advisor/smart-advisor.controller.ts",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
"source_location": "L22",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
"source_location": "L36",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L52",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.service.ts",
"source_location": "L15",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_create",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.service.ts",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_update",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.service.ts",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_remove",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.service.ts",
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/testimonials/testimonials.service.ts",
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_findall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "backend/src/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": "L119",
"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": "L125",
"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": "L136",
"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": "L160",
"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/users/users.service.ts",
"source_location": "L18",
"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": "L20",
"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": "L52",
"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": "L71",
"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": "L93",
"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/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": "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": "L57",
"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": "L69",
"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": "L83",
"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/videos/videos.service.ts",
"source_location": "L92",
"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/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/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": "L100",
"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": "L118",
"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": "L135",
"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": "L149",
"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": "L38",
"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": "L40",
"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": "L50",
"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": "L64",
"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": "L82",
"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": "L144",
"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": "L176",
"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": "L186",
"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": "L196",
"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": "L226",
"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": "L240",
"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": "L60",
"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": "L62",
"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": "L69",
"weight": 1.0,
"_origin": "ast",
"source": "frontend_application_lib_services_productservice_productservice",
"target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L248",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_health_logs",
"target": "backend_prisma_migrations_20260526145407_init_migration_pets",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L257",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_order_items",
"target": "backend_prisma_migrations_20260526145407_init_migration_orders",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L260",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_order_items",
"target": "backend_prisma_migrations_20260526145407_init_migration_products",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L251",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_orders",
"target": "backend_prisma_migrations_20260526145407_init_migration_users",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L254",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_orders",
"target": "backend_prisma_migrations_20260526145407_init_migration_coupons",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L236",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions",
"target": "backend_prisma_migrations_20260526145407_init_migration_pets",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L233",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_pets",
"target": "backend_prisma_migrations_20260526145407_init_migration_users",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L227",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients",
"target": "backend_prisma_migrations_20260526145407_init_migration_products",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L230",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms",
"target": "backend_prisma_migrations_20260526145407_init_migration_products",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L245",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions",
"target": "backend_prisma_migrations_20260526145407_init_migration_reminders",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L239",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_reminders",
"target": "backend_prisma_migrations_20260526145407_init_migration_pets",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L242",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_reminders",
"target": "backend_prisma_migrations_20260526145407_init_migration_products",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L221",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_user_addresses",
"target": "backend_prisma_migrations_20260526145407_init_migration_users",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L224",
"weight": 1.0,
"_origin": "ast",
"source": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions",
"target": "backend_prisma_migrations_20260526145407_init_migration_users",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "docs/README.md",
"source_location": "L20",
"weight": 1.0,
"_origin": "ast",
"source": "docs_readme",
"target": "docs_04_setup_and_deployment",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "docs/README.md",
"source_location": "L23",
"weight": 1.0,
"_origin": "ast",
"source": "docs_readme",
"target": "docs_05_devops_and_monitoring",
"confidence_score": 1.0
},
{
"relation": "references",
"confidence": "EXTRACTED",
"source_file": "docs/README.md",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "docs_readme",
"target": "docs_06_testing",
"confidence_score": 1.0
},
{
"relation": "indirect_call",
"confidence": "INFERRED",
"source_file": "frontend/application/components/Header.tsx",
"source_location": "L114",
"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": "scripts/start-dev.js",
"source_location": "L23",
"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": "L68",
"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": "L153",
"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": "L200",
"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": "L94",
"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": "L177",
"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": "L224",
"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": "L111",
"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": "L146",
"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": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_getdashboardstats",
"target": "backend_src_admin_admin_service_adminservice_getdashboardstats"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L184",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_getdoctors",
"target": "backend_src_admin_admin_service_adminservice_getdoctors"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L121",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_getorders",
"target": "backend_src_admin_admin_service_adminservice_getorders"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L87",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_getproducts",
"target": "backend_src_admin_admin_service_adminservice_getproducts"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L231",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_getsettings",
"target": "backend_src_admin_admin_service_adminservice_getsettings"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_getuserdetails",
"target": "backend_src_admin_admin_service_adminservice_getuserdetails"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L42",
"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": "L170",
"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": "L160",
"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": "L217",
"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": "L132",
"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": "L101",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_updateproduct",
"target": "backend_src_admin_admin_service_adminservice_updateproduct"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L238",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_updatesettings",
"target": "backend_src_admin_admin_service_adminservice_updatesettings"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L56",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_controller_admincontroller_updateuserrole",
"target": "backend_src_admin_admin_service_adminservice_updateuserrole"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/admin.service.ts",
"source_location": "L86",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_admin_service_adminservice_getdashboardstats",
"target": "backend_src_redis_redis_service_redisservice_get"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L50",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_createcategory",
"target": "backend_src_admin_categories_service_categoriesservice_createcategory"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory",
"target": "backend_src_admin_categories_service_categoriesservice_deletecategory"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L43",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw",
"target": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L37",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
"target": "backend_src_admin_categories_service_categoriesservice_getcategories"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/categories.controller.ts",
"source_location": "L60",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
"target": "backend_src_admin_categories_service_categoriesservice_updatecategory"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L46",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller_mediacontroller_deletemedia",
"target": "backend_src_admin_media_service_mediaservice_deletemedia"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller_mediacontroller_getallmedia",
"target": "backend_src_admin_media_service_mediaservice_getallmedia"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L65",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller_mediacontroller_updatemedia",
"target": "backend_src_admin_media_service_mediaservice_updatemedia"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/media.controller.ts",
"source_location": "L38",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_media_controller_mediacontroller_uploadfile",
"target": "backend_src_admin_media_service_mediaservice_uploadfile"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/admin/reports.controller.ts",
"source_location": "L16",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_admin_reports_controller_reportscontroller_getreports",
"target": "backend_src_admin_reports_service_reportsservice_getdashboardreports"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/app.controller.ts",
"source_location": "L10",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_app_controller_appcontroller_gethello",
"target": "backend_src_app_service_appservice_gethello"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/app.module.ts",
"source_location": "L98",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_app_module_appmodule_configure",
"target": "backend_src_redis_redis_service_redisservice_incr"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L46",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_auth_auth_service_authservice_sendotp",
"target": "backend_src_common_services_sms_service_smsservice_sendotp"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L50",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_auth_auth_service_authservice_sendotp",
"target": "backend_src_redis_redis_service_redisservice_del"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_auth_auth_service_authservice_verifyotp",
"target": "backend_src_redis_redis_service_redisservice_get"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L76",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_auth_auth_service_authservice_verifyotp",
"target": "backend_src_redis_redis_service_redisservice_del"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/auth/jwt.strategy.ts",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_auth_jwt_strategy_jwtstrategy_validate",
"target": "backend_src_users_users_service_usersservice_findbyid"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L36",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
"target": "backend_src_b2b_b2b_service_b2bservice_createinquiry"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L78",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
"target": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
"target": "backend_src_b2b_b2b_service_b2bservice_findallinquiries"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L87",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
"target": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L66",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
"target": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/b2b/b2b.controller.ts",
"source_location": "L57",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
"target": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L36",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
"target": "backend_src_banners_banners_service_bannersservice_create"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L27",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_findall",
"target": "backend_src_banners_banners_service_bannersservice_findall"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L63",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
"target": "backend_src_banners_banners_service_bannersservice_remove"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L45",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
"target": "backend_src_banners_banners_service_bannersservice_reorder"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/banners/banners.controller.ts",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
"target": "backend_src_banners_banners_service_bannersservice_update"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L40",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
"target": "backend_src_cms_cms_service_cmsservice_createherobanner"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L96",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
"target": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L68",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
"target": "backend_src_cms_cms_service_cmsservice_createvettestimonial"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner",
"target": "backend_src_cms_cms_service_cmsservice_deleteherobanner"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L111",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule",
"target": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L83",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial",
"target": "backend_src_cms_cms_service_cmsservice_deletevettestimonial"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L34",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_getherobanners",
"target": "backend_src_cms_cms_service_cmsservice_getherobanners"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L90",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules",
"target": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L62",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials",
"target": "backend_src_cms_cms_service_cmsservice_getvettestimonials"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
"target": "backend_src_cms_cms_service_cmsservice_updateherobanner"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L105",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
"target": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L77",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
"target": "backend_src_cms_cms_service_cmsservice_updatevettestimonial"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L47",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions",
"target": "backend_src_contact_contact_service_contactservice_getallsubmissions"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L36",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo",
"target": "backend_src_contact_contact_service_contactservice_getcontactinfo"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L31",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller_contactcontroller_submitcontact",
"target": "backend_src_contact_contact_service_contactservice_submitcontactform"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L83",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo",
"target": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/contact/contact.controller.ts",
"source_location": "L61",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus",
"target": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/contact/contact.service.ts",
"source_location": "L47",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_contact_contact_service_contactservice_submitcontactform",
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/home/home.controller.ts",
"source_location": "L25",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_home_home_controller_homecontroller_gethomedata",
"target": "backend_src_home_home_service_homeservice_gethomedata"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L41",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_create"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_findall"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_findone"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L59",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_remove"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/ingredients/ingredients.controller.ts",
"source_location": "L50",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_update"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L89",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_create",
"target": "backend_src_orders_orders_service_ordersservice_create"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L147",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
"target": "backend_src_orders_orders_service_ordersservice_findallbyuser"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L190",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
"target": "backend_src_orders_orders_service_ordersservice_findone"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/orders/orders.controller.ts",
"source_location": "L114",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
"target": "backend_src_orders_orders_service_ordersservice_validatecoupon"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L395",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders",
"target": "backend_src_common_services_sms_service_smsservice_sendsms"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L287",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_service_ordersservice_create",
"target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/orders/orders.service.ts",
"source_location": "L323",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_orders_orders_service_ordersservice_updatestatus",
"target": "backend_src_common_services_sms_service_smsservice_sendshippingnotification"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L194",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats",
"target": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L185",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions",
"target": "backend_src_payment_payment_service_paymentservice_getadmintransactions"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L221",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_gethealth",
"target": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L174",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus",
"target": "backend_src_payment_payment_service_paymentservice_gettransaction"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L103",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback",
"target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L112",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback",
"target": "backend_src_payment_payment_service_paymentservice_verifyandprocess"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L160",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback",
"target": "backend_src_payment_payment_service_paymentservice_verifyandprocess"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L59",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment",
"target": "backend_src_payment_payment_service_paymentservice_initiateorderpayment"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L80",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup",
"target": "backend_src_payment_payment_service_paymentservice_initiatewallettopup"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L212",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry",
"target": "backend_src_payment_payment_service_paymentservice_adminliveinquiry"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.controller.ts",
"source_location": "L203",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending",
"target": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L826",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry",
"target": "backend_src_payment_zibal_service_zibalservice_inquirypayment"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L827",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry",
"target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L828",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry",
"target": "backend_src_payment_zibal_service_zibalservice_getresultmessage"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L857",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth",
"target": "backend_src_payment_zibal_service_zibalservice_checkhealth"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L118",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment",
"target": "backend_src_payment_zibal_service_zibalservice_getstarturl"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L59",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment",
"target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L89",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment",
"target": "backend_src_payment_zibal_service_zibalservice_requestpayment"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L92",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment",
"target": "backend_src_payment_zibal_service_zibalservice_getresultmessage"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L154",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup",
"target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L181",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup",
"target": "backend_src_payment_zibal_service_zibalservice_requestpayment"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L184",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup",
"target": "backend_src_payment_zibal_service_zibalservice_getresultmessage"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L212",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup",
"target": "backend_src_payment_zibal_service_zibalservice_getstarturl"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L555",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions",
"target": "backend_src_payment_zibal_service_zibalservice_inquirypayment"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L564",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions",
"target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L290",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_verifyandprocess",
"target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L322",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_verifyandprocess",
"target": "backend_src_payment_zibal_service_zibalservice_verifypayment"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L326",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_verifyandprocess",
"target": "backend_src_payment_zibal_service_zibalservice_getresultmessage"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L489",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_payment_payment_service_paymentservice_verifyandprocess",
"target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create",
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall",
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
"source_location": "L64",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone",
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
"source_location": "L76",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review",
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/products/products.controller.ts",
"source_location": "L32",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_products_products_controller_productscontroller_findall",
"target": "backend_src_products_products_service_productsservice_findall"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/products/products.controller.ts",
"source_location": "L73",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_products_products_controller_productscontroller_findone",
"target": "backend_src_products_products_service_productsservice_findone"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/products/products.controller.ts",
"source_location": "L40",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_products_products_controller_productscontroller_getactivefilters",
"target": "backend_src_products_products_service_productsservice_getactivefilters"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/products/products.controller.ts",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_products_products_controller_productscontroller_getdosageconfig",
"target": "backend_src_products_products_service_productsservice_getdosageconfig"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/products/products.controller.ts",
"source_location": "L48",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_products_products_controller_productscontroller_getnavigationfilters",
"target": "backend_src_products_products_service_productsservice_getnavigationfilters"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/products/products.controller.ts",
"source_location": "L67",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_products_products_controller_productscontroller_updatedosageconfig",
"target": "backend_src_products_products_service_productsservice_updatedosageconfig"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/seo/seo.controller.ts",
"source_location": "L21",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_seo_seo_controller_seocontroller_getproductschema",
"target": "backend_src_seo_seo_service_seoservice_getproductschema"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/seo/seo.controller.ts",
"source_location": "L13",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_seo_seo_controller_seocontroller_getsitemap",
"target": "backend_src_seo_seo_service_seoservice_getsitemapurls"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L185",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_addpattern",
"target": "backend_src_settings_settings_service_settingsservice_addpattern"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L226",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs",
"target": "backend_src_settings_settings_service_settingsservice_clearallsmslogs"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L75",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm",
"target": "backend_src_settings_settings_service_settingsservice_deletescientificterm"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L217",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog",
"target": "backend_src_settings_settings_service_settingsservice_deletesmslog"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L196",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_editpattern",
"target": "backend_src_settings_settings_service_settingsservice_editpattern"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L101",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings",
"target": "backend_src_settings_settings_service_settingsservice_getcategorysetting"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L172",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_getpatterns",
"target": "backend_src_settings_settings_service_settingsservice_getpatterns"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L54",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms",
"target": "backend_src_settings_settings_service_settingsservice_getscientificterms"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L82",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_getseosettings",
"target": "backend_src_settings_settings_service_settingsservice_getcategorysetting"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L208",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs",
"target": "backend_src_settings_settings_service_settingsservice_getsmslogs"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L139",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings",
"target": "backend_src_settings_settings_service_settingsservice_getsmssettings"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L120",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings",
"target": "backend_src_settings_settings_service_settingsservice_getcategorysetting"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L38",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_getuitexts",
"target": "backend_src_settings_settings_service_settingsservice_getuitexts"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L161",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_testsms",
"target": "backend_src_settings_settings_service_settingsservice_testsms"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L110",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings",
"target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L91",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings",
"target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L148",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings",
"target": "backend_src_settings_settings_service_settingsservice_updatesmssettings"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L129",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings",
"target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L48",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
"target": "backend_src_settings_settings_service_settingsservice_updateuitext"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.controller.ts",
"source_location": "L66",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
"target": "backend_src_settings_settings_service_settingsservice_upsertscientificterm"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L112",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_service_settingsservice_addpattern",
"target": "backend_src_common_services_sms_service_smsservice_addpattern"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L128",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_service_settingsservice_clearallsmslogs",
"target": "backend_src_common_services_sms_service_smsservice_clearallsmslogs"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L124",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_service_settingsservice_deletesmslog",
"target": "backend_src_common_services_sms_service_smsservice_deletesmslog"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L116",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_service_settingsservice_editpattern",
"target": "backend_src_common_services_sms_service_smsservice_editpattern"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L108",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_service_settingsservice_getpatterns",
"target": "backend_src_common_services_sms_service_smsservice_getpatterns"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L120",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_service_settingsservice_getsmslogs",
"target": "backend_src_common_services_sms_service_smsservice_getsmslogs"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L91",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_service_settingsservice_getsmssettings",
"target": "backend_src_common_services_sms_service_smsservice_getsmsconfig"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/settings/settings.service.ts",
"source_location": "L104",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_settings_settings_service_settingsservice_testsms",
"target": "backend_src_common_services_sms_service_smsservice_testsms"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall",
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L56",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
"source_location": "L47",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_create"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L26",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall",
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_findall"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L53",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_remove"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/testimonials/testimonials.controller.ts",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_update"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/users/users.controller.ts",
"source_location": "L135",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_users_users_controller_userscontroller_addaddress",
"target": "backend_src_users_users_service_usersservice_addaddress"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/users/users.controller.ts",
"source_location": "L183",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_users_users_controller_userscontroller_deleteaddress",
"target": "backend_src_users_users_service_usersservice_deleteaddress"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/users/users.controller.ts",
"source_location": "L69",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_users_users_controller_userscontroller_getprofile",
"target": "backend_src_users_users_service_usersservice_findbyid"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/users/users.controller.ts",
"source_location": "L202",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_users_users_controller_userscontroller_setdefaultaddress",
"target": "backend_src_users_users_service_usersservice_setdefaultaddress"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/users/users.controller.ts",
"source_location": "L231",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_users_users_controller_userscontroller_topupwallet",
"target": "backend_src_users_users_service_usersservice_topupwallet"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/users/users.controller.ts",
"source_location": "L164",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_users_users_controller_userscontroller_updateaddress",
"target": "backend_src_users_users_service_usersservice_updateaddress"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/users/users.controller.ts",
"source_location": "L107",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_users_users_controller_userscontroller_updateprofile",
"target": "backend_src_users_users_service_usersservice_update"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L49",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_create",
"target": "backend_src_videos_videos_service_videosservice_create"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L35",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_findall",
"target": "backend_src_videos_videos_service_videosservice_findall"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L41",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_findone",
"target": "backend_src_videos_videos_service_videosservice_findone"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L68",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
"target": "backend_src_videos_videos_service_videosservice_remove"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/videos/videos.controller.ts",
"source_location": "L60",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_videos_videos_controller_videoscontroller_update",
"target": "backend_src_videos_videos_service_videosservice_update"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L33",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
"target": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L55",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
"target": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L44",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
"target": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L64",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
"target": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest"
},
{
"relation": "calls",
"context": "call",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "backend/src/wholesale/wholesale.service.ts",
"source_location": "L29",
"weight": 1.0,
"_origin": "ast",
"source": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale",
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms"
},
{
"relation": "conceptually_related_to",
"confidence": "EXTRACTED",
"confidence_score": 0.95,
"source_file": "README.md",
"_origin": "semantic",
"source": "readme_smartadvisor",
"target": "database_schema_products"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "docs/audit/MASTER-TASK-BACKLOG.md",
"_origin": "semantic",
"source": "docs_audit_master_task_backlog",
"target": "docs_audit_adr_auth_001"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "docs/audit/phase3-execution-plan.md",
"_origin": "semantic",
"source": "docs_audit_phase3_execution_plan",
"target": "docs_audit_master_task_backlog"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md",
"_origin": "semantic",
"source": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme",
"target": "frontend_application_public_fonts_shabnam_font_v5_0_1_sample"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md",
"_origin": "semantic",
"source": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme",
"target": "vazir_font"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md",
"_origin": "semantic",
"source": "frontend_application_public_fonts_vazirmatn_v33_003_readme",
"target": "dejavu_sans"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md",
"_origin": "semantic",
"source": "frontend_application_public_fonts_vazirmatn_v33_003_readme",
"target": "frontend_application_public_fonts_vazirmatn_v33_003_authors"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md",
"_origin": "semantic",
"source": "frontend_application_public_fonts_vazirmatn_v33_003_readme",
"target": "frontend_application_public_fonts_vazirmatn_v33_003_ofl"
},
{
"relation": "references",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md",
"_origin": "semantic",
"source": "frontend_application_public_fonts_vazirmatn_v33_003_readme",
"target": "roboto_font"
},
{
"relation": "conceptually_related_to",
"confidence": "INFERRED",
"confidence_score": 0.75,
"rationale": "Represents a user entity as defined in the user guide.",
"source_file": "backend/uploads/1781288429353-508765350.jpg",
"_origin": "semantic",
"source": "backend_uploads_1781288429353_508765350",
"target": "docs_02_user_guide_roles"
},
{
"relation": "conceptually_related_to",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png",
"_origin": "semantic",
"source": "image_pharma_lab",
"target": "frontend_application_agents"
},
{
"relation": "references",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "docker-compose.yml",
"_origin": "semantic",
"source": "docker_backend_prod",
"target": "database_schema_users"
},
{
"relation": "conceptually_related_to",
"confidence": "INFERRED",
"confidence_score": 0.9,
"source_file": "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md",
"_origin": "semantic",
"source": "docs_audit_frontend_integration_requirements",
"target": "docs_audit_cross_boundary_dependencies"
},
{
"relation": "conceptually_related_to",
"confidence": "INFERRED",
"confidence_score": 0.95,
"rationale": "Both documents identify critical integration and security flaws in the authentication system.",
"source_file": "docs/audit/05-architectural-audit.md",
"_origin": "semantic",
"source": "docs_audit_05_architectural_audit_findings",
"target": "docs_audit_10_security_audit_findings"
}
],
"hyperedges": [
{
"id": "rastikerdar_font_ecosystem",
"label": "Rastikerdar Font Ecosystem",
"nodes": [
"frontend_application_public_fonts_shabnam_font_v5_0_1_readme",
"frontend_application_public_fonts_vazirmatn_v33_003_readme",
"vazir_font"
],
"relation": "participate_in",
"confidence": "EXTRACTED",
"confidence_score": 0.95,
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md"
},
{
"id": "canina_deployment_stack",
"label": "Canina Deployment Stack",
"nodes": [
"scripts_compose_prod",
"scripts_compose_stage"
],
"relation": "form",
"confidence": "EXTRACTED",
"confidence_score": 1.0,
"source_file": "scripts/compose.prod.yml"
}
],
"built_at_commit": "5ace474d71f8132ffe015e56fda81fed9849076e"
}