73221 lines
2.4 MiB
73221 lines
2.4 MiB
{
|
|
"directed": false,
|
|
"multigraph": false,
|
|
"graph": {
|
|
"hyperedges": [
|
|
{
|
|
"id": "ecommerce_transaction_flow",
|
|
"label": "E-commerce Transaction Flow",
|
|
"nodes": [
|
|
"src_store_cartstore",
|
|
"database_schema_products",
|
|
"backend_integration_login"
|
|
],
|
|
"relation": "participate_in",
|
|
"confidence": "EXTRACTED",
|
|
"confidence_score": 0.85,
|
|
"source_file": "BACKEND_INTEGRATION.md"
|
|
},
|
|
{
|
|
"id": "pet_health_management_flow",
|
|
"label": "Pet Health Management Flow",
|
|
"nodes": [
|
|
"src_store_usepetstore",
|
|
"database_schema_pets",
|
|
"readme_smartadvisor"
|
|
],
|
|
"relation": "participate_in",
|
|
"confidence": "EXTRACTED",
|
|
"confidence_score": 0.9,
|
|
"source_file": "README.md"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 0,
|
|
"norm_label": "admincontroller",
|
|
"id": "backend_src_admin_admin_controller_admincontroller",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "AdminService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L63",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "adminservice",
|
|
"id": "backend_src_admin_admin_service_adminservice",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "CouponInput",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L50",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "couponinput",
|
|
"id": "backend_src_admin_admin_service_couponinput",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "ProductInput",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "productinput",
|
|
"id": "backend_src_admin_admin_service_productinput",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 0,
|
|
"norm_label": "adminquerydto",
|
|
"id": "backend_src_admin_dto_admin_query_dto_adminquerydto",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "PetsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L48",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "petscontroller",
|
|
"id": "backend_src_pets_pets_controller_petscontroller",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "AuthModalProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "authmodalprops",
|
|
"id": "frontend_application_components_authmodal_authmodalprops",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "LoginModalProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "loginmodalprops",
|
|
"id": "frontend_application_components_loginmodal_loginmodalprops",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "Order",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "order",
|
|
"id": "frontend_application_lib_store_cartstore_order",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "UIState",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/uiStore.ts",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "uistate",
|
|
"id": "frontend_application_lib_store_uistore_uistate",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "Transaction",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "transaction",
|
|
"id": "frontend_application_lib_store_userstore_transaction",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "UserProfile",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L33",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "userprofile",
|
|
"id": "frontend_application_lib_store_userstore_userprofile",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "UserRole",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L11",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "userrole",
|
|
"id": "frontend_application_lib_store_userstore_userrole",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "UserStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L44",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "userstore",
|
|
"id": "frontend_application_lib_store_userstore_userstore",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "NavigationTarget",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L109",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "navigationtarget",
|
|
"id": "frontend_application_lib_types_navigationtarget",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "ScientificTerm",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/scientificTerms.ts",
|
|
"source_location": "L1",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 105,
|
|
"norm_label": "scientificterm",
|
|
"id": "backend_prisma_scientificterms_scientificterm",
|
|
"community_name": "Scientific Terms Schema"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 117,
|
|
"norm_label": "createreminderdto",
|
|
"id": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
|
|
"community_name": "Pet Reminder DTOs"
|
|
},
|
|
{
|
|
"label": "AddressModalProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L11",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "addressmodalprops",
|
|
"id": "frontend_application_components_addressmodal_addressmodalprops",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "BackButtonProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/BackButton.tsx",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "backbuttonprops",
|
|
"id": "frontend_application_components_backbutton_backbuttonprops",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "DeleteConfirmModalProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/DeleteConfirmModal.tsx",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "deleteconfirmmodalprops",
|
|
"id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "HeaderButtonProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/HeaderButton.tsx",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "headerbuttonprops",
|
|
"id": "frontend_application_components_headerbutton_headerbuttonprops",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "OrderDetailsModalProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/OrderDetailsModal.tsx",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "orderdetailsmodalprops",
|
|
"id": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "SearchableSelectProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SearchableSelect.tsx",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "searchableselectprops",
|
|
"id": "frontend_application_components_searchableselect_searchableselectprops",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "TopUpModalProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "topupmodalprops",
|
|
"id": "frontend_application_components_topupmodal_topupmodalprops",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "Address",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "address",
|
|
"id": "frontend_application_lib_store_userstore_address",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 13,
|
|
"norm_label": "media",
|
|
"id": "frontend_admin_panel_src_components_ui_mediaselector_media",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 13,
|
|
"norm_label": "mediaselectorprops",
|
|
"id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 13,
|
|
"norm_label": "paginationprops",
|
|
"id": "frontend_admin_panel_src_components_ui_pagination_paginationprops",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "BlogPost",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "blogpost",
|
|
"id": "frontend_admin_panel_src_pages_blogs_blogpost",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Category",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "category",
|
|
"id": "frontend_admin_panel_src_pages_categories_category",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Pet",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "pet",
|
|
"id": "frontend_admin_panel_src_pages_pets_pet",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Category",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "category",
|
|
"id": "frontend_admin_panel_src_pages_products_category",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Product",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "product",
|
|
"id": "frontend_admin_panel_src_pages_products_product",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Ingredient",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L111",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "ingredient",
|
|
"id": "frontend_admin_panel_src_types_admin_ingredient",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Prescription",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L124",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "prescription",
|
|
"id": "frontend_admin_panel_src_types_admin_prescription",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 14,
|
|
"norm_label": "getproductsdto",
|
|
"id": "backend_src_products_dto_get_products_dto_getproductsdto",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "ProductsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "productscontroller",
|
|
"id": "backend_src_products_products_controller_productscontroller",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "ProductsModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.module.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "productsmodule",
|
|
"id": "backend_src_products_products_module_productsmodule",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "ProductsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "productsservice",
|
|
"id": "backend_src_products_products_service_productsservice",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "Blog",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/entities/blog.entity.ts",
|
|
"source_location": "L1",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 143,
|
|
"norm_label": "blog",
|
|
"id": "backend_src_blogs_entities_blog_entity_blog",
|
|
"community_name": "Blog Entity Model"
|
|
},
|
|
{
|
|
"label": "Home",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/entities/home.entity.ts",
|
|
"source_location": "L1",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 144,
|
|
"norm_label": "home",
|
|
"id": "backend_src_home_entities_home_entity_home",
|
|
"community_name": "Home Entity Model"
|
|
},
|
|
{
|
|
"label": "Wiki",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/entities/wiki.entity.ts",
|
|
"source_location": "L1",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 145,
|
|
"norm_label": "wiki",
|
|
"id": "backend_src_wiki_entities_wiki_entity_wiki",
|
|
"community_name": "Wiki Entity Model"
|
|
},
|
|
{
|
|
"label": "ContactInfoItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ContactFormClient.tsx",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "contactinfoitem",
|
|
"id": "frontend_application_components_contactformclient_contactinfoitem",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "PrescriptionUploadModalProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "prescriptionuploadmodalprops",
|
|
"id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "ApiErrorPayload",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/api.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "apierrorpayload",
|
|
"id": "frontend_application_lib_services_api_apierrorpayload",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "ApiErr",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "apierr",
|
|
"id": "frontend_application_lib_services_authservice_apierr",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "AuthResponse",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "authresponse",
|
|
"id": "frontend_application_lib_services_authservice_authresponse",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "AuthService",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L35",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "authservice",
|
|
"id": "frontend_application_lib_services_authservice_authservice",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "User",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "user",
|
|
"id": "frontend_application_lib_services_authservice_user",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "ApiErr",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L23",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "apierr",
|
|
"id": "frontend_application_lib_services_orderservice_apierr",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "Order",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L11",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "order",
|
|
"id": "frontend_application_lib_services_orderservice_order",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "OrderItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "orderitem",
|
|
"id": "frontend_application_lib_services_orderservice_orderitem",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "ScientificTerm",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/settingsStore.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "scientificterm",
|
|
"id": "frontend_application_lib_store_settingsstore_scientificterm",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "SettingsStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/settingsStore.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "settingsstore",
|
|
"id": "frontend_application_lib_store_settingsstore_settingsstore",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "MockIntersectionObserver",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/vitest.setup.ts",
|
|
"source_location": "L4",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 154,
|
|
"norm_label": "mockintersectionobserver",
|
|
"id": "frontend_application_vitest_setup_mockintersectionobserver",
|
|
"community_name": "Vitest Test Setup"
|
|
},
|
|
{
|
|
"label": "HomeClientProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "homeclientprops",
|
|
"id": "frontend_application_app_homeclient_homeclientprops",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "B2BInquiry",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L67",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "b2binquiry",
|
|
"id": "frontend_application_lib_types_b2binquiry",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "Banner",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L1",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "banner",
|
|
"id": "frontend_application_lib_types_banner",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "DosageConfig",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L94",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "dosageconfig",
|
|
"id": "frontend_application_lib_types_dosageconfig",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "HomeApiResponse",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L102",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "homeapiresponse",
|
|
"id": "frontend_application_lib_types_homeapiresponse",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "NavigationHandler",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L111",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "navigationhandler",
|
|
"id": "frontend_application_lib_types_navigationhandler",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "PartnerAccount",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L82",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "partneraccount",
|
|
"id": "frontend_application_lib_types_partneraccount",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "Prescription",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L55",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "prescription",
|
|
"id": "frontend_application_lib_types_prescription",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "SmartAdvisorRule",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "smartadvisorrule",
|
|
"id": "frontend_application_lib_types_smartadvisorrule",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "Testimonial",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L28",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "testimonial",
|
|
"id": "frontend_application_lib_types_testimonial",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "CategoryQuery",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "categoryquery",
|
|
"id": "backend_src_admin_categories_service_categoryquery",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "AdminLoginInput",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "adminlogininput",
|
|
"id": "backend_src_auth_auth_service_adminlogininput",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "LoginInput",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L19",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "logininput",
|
|
"id": "backend_src_auth_auth_service_logininput",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "RegisterInput",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L11",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "registerinput",
|
|
"id": "backend_src_auth_auth_service_registerinput",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "JwtPayload",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "jwtpayload",
|
|
"id": "backend_src_auth_jwt_strategy_jwtpayload",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "MeliPayamakResponse",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "melipayamakresponse",
|
|
"id": "backend_src_common_services_sms_service_melipayamakresponse",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "SendPatternSmsOptions",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L4",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "sendpatternsmsoptions",
|
|
"id": "backend_src_common_services_sms_service_sendpatternsmsoptions",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "CreateContactSubmissionDto",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "createcontactsubmissiondto",
|
|
"id": "backend_src_contact_contact_service_createcontactsubmissiondto",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "UpdateContactInfoItemDto",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "updatecontactinfoitemdto",
|
|
"id": "backend_src_contact_contact_service_updatecontactinfoitemdto",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "PrismaService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prisma/prisma.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "prismaservice",
|
|
"id": "backend_src_prisma_prisma_service_prismaservice",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "UserAddressInput",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "useraddressinput",
|
|
"id": "backend_src_users_users_service_useraddressinput",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "VideoQuery",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "videoquery",
|
|
"id": "backend_src_videos_videos_service_videoquery",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "B2BController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L19",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "b2bcontroller",
|
|
"id": "backend_src_b2b_b2b_controller_b2bcontroller",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "B2BService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "b2bservice",
|
|
"id": "backend_src_b2b_b2b_service_b2bservice",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "B2BWholesaleOrderItem",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "b2bwholesaleorderitem",
|
|
"id": "backend_src_b2b_b2b_service_b2bwholesaleorderitem",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "JwtAuthGuard",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/jwt-auth.guard.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "jwtauthguard",
|
|
"id": "backend_src_auth_jwt_auth_guard_jwtauthguard",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "RequestWithUser",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "requestwithuser",
|
|
"id": "backend_src_common_guards_roles_guard_requestwithuser",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "RolesGuard",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "rolesguard",
|
|
"id": "backend_src_common_guards_roles_guard_rolesguard",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "UserReqPayload",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "userreqpayload",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_userreqpayload",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "SettingsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "settingscontroller",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "ScientificTermData",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "scientifictermdata",
|
|
"id": "backend_src_settings_settings_service_scientifictermdata",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "SettingsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "settingsservice",
|
|
"id": "backend_src_settings_settings_service_settingsservice",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "CategoriesController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L28",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "categoriescontroller",
|
|
"id": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "CategoriesService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "categoriesservice",
|
|
"id": "backend_src_admin_categories_service_categoriesservice",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "BannersController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "bannerscontroller",
|
|
"id": "backend_src_banners_banners_controller_bannerscontroller",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "BannersService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "bannersservice",
|
|
"id": "backend_src_banners_banners_service_bannersservice",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "MediaController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L22",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "mediacontroller",
|
|
"id": "backend_src_admin_media_controller_mediacontroller",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "MediaService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "mediaservice",
|
|
"id": "backend_src_admin_media_service_mediaservice",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "IngredientsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "ingredientscontroller",
|
|
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "IngredientsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "ingredientsservice",
|
|
"id": "backend_src_ingredients_ingredients_service_ingredientsservice",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "ContactInfoItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "contactinfoitem",
|
|
"id": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "ContactSubmission",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "contactsubmission",
|
|
"id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "CategoryDist",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "categorydist",
|
|
"id": "frontend_admin_panel_src_pages_dashboard_categorydist",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "DashboardData",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "dashboarddata",
|
|
"id": "frontend_admin_panel_src_pages_dashboard_dashboarddata",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "AdminRouteConfig",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L37",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "adminrouteconfig",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "AdminModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L40",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "adminmodule",
|
|
"id": "backend_src_admin_admin_module_adminmodule",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "BlogQuery",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "blogquery",
|
|
"id": "backend_src_admin_blogs_service_blogquery",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "BlogsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "blogsservice",
|
|
"id": "backend_src_admin_blogs_service_blogsservice",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "PetQuery",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "petquery",
|
|
"id": "backend_src_admin_pets_service_petquery",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "PetsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "petsservice",
|
|
"id": "backend_src_admin_pets_service_petsservice",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "WikiQuery",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "wikiquery",
|
|
"id": "backend_src_admin_wiki_service_wikiquery",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "WikiService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "wikiservice",
|
|
"id": "backend_src_admin_wiki_service_wikiservice",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 26,
|
|
"norm_label": "createpetdto",
|
|
"id": "backend_src_pets_dto_create_pet_dto_createpetdto",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 26,
|
|
"norm_label": "updatepetdto",
|
|
"id": "backend_src_pets_dto_update_pet_dto_updatepetdto",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "PetsModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.module.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "petsmodule",
|
|
"id": "backend_src_pets_pets_module_petsmodule",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "HealthLogInput",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "healthloginput",
|
|
"id": "backend_src_pets_pets_service_healthloginput",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "ReminderInput",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "reminderinput",
|
|
"id": "backend_src_pets_pets_service_reminderinput",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "PrescriptionsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L27",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "prescriptionscontroller",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "PrescriptionsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "prescriptionsservice",
|
|
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 28,
|
|
"norm_label": "smartadvisorcontroller",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 28,
|
|
"norm_label": "smartadvisorservice",
|
|
"id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "TestimonialsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "testimonialscontroller",
|
|
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "TestimonialsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "testimonialsservice",
|
|
"id": "backend_src_testimonials_testimonials_service_testimonialsservice",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "JwtStrategy",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "jwtstrategy",
|
|
"id": "backend_src_auth_jwt_strategy_jwtstrategy",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "AddressDto",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/dto/address.dto.ts",
|
|
"source_location": "L4",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "addressdto",
|
|
"id": "backend_src_users_dto_address_dto_addressdto",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 3,
|
|
"norm_label": "updateprofiledto",
|
|
"id": "backend_src_users_dto_update_profile_dto_updateprofiledto",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "UsersController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L43",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "userscontroller",
|
|
"id": "backend_src_users_users_controller_userscontroller",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "UsersService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "usersservice",
|
|
"id": "backend_src_users_users_service_usersservice",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "SidebarProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L59",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "sidebarprops",
|
|
"id": "frontend_admin_panel_src_components_sidebar_sidebarprops",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "TopbarProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "topbarprops",
|
|
"id": "frontend_admin_panel_src_components_topbar_topbarprops",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "ApiErrorPayload",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "apierrorpayload",
|
|
"id": "frontend_admin_panel_src_services_api_apierrorpayload",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "AdminUser",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L1",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "adminuser",
|
|
"id": "frontend_admin_panel_src_types_admin_adminuser",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "ApiResponse",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L41",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "apiresponse",
|
|
"id": "frontend_admin_panel_src_types_admin_apiresponse",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "AuthResponseData",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L36",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "authresponsedata",
|
|
"id": "frontend_admin_panel_src_types_admin_authresponsedata",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "AdminLoginPayload",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "adminloginpayload",
|
|
"id": "frontend_admin_panel_src_types_admin_adminloginpayload",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "AuthState",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "authstate",
|
|
"id": "frontend_admin_panel_src_types_admin_authstate",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "B2BInquiry",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L136",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "b2binquiry",
|
|
"id": "frontend_admin_panel_src_types_admin_b2binquiry",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "Banner",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L70",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "banner",
|
|
"id": "frontend_admin_panel_src_types_admin_banner",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "FinancialSettings",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L171",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "financialsettings",
|
|
"id": "frontend_admin_panel_src_types_admin_financialsettings",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "PartnerAccount",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L151",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "partneraccount",
|
|
"id": "frontend_admin_panel_src_types_admin_partneraccount",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "Product",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L185",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "product",
|
|
"id": "frontend_admin_panel_src_types_admin_product",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SendOtpPayload",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L22",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "sendotppayload",
|
|
"id": "frontend_admin_panel_src_types_admin_sendotppayload",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SeoSettings",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L163",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "seosettings",
|
|
"id": "frontend_admin_panel_src_types_admin_seosettings",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SmartAdvisorRule",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L83",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "smartadvisorrule",
|
|
"id": "frontend_admin_panel_src_types_admin_smartadvisorrule",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SystemSettings",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L178",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "systemsettings",
|
|
"id": "frontend_admin_panel_src_types_admin_systemsettings",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "Testimonial",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L97",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "testimonial",
|
|
"id": "frontend_admin_panel_src_types_admin_testimonial",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "VerifyOtpPayload",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "verifyotppayload",
|
|
"id": "frontend_admin_panel_src_types_admin_verifyotppayload",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SmartAdvisorProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L28",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "smartadvisorprops",
|
|
"id": "frontend_application_components_smartadvisor_smartadvisorprops",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "HealthLog",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "healthlog",
|
|
"id": "frontend_application_lib_store_usepetstore_healthlog",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "PetConsumption",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "petconsumption",
|
|
"id": "frontend_application_lib_store_usepetstore_petconsumption",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "PetProfile",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L32",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "petprofile",
|
|
"id": "frontend_application_lib_store_usepetstore_petprofile",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "PetStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L48",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "petstore",
|
|
"id": "frontend_application_lib_store_usepetstore_petstore",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "Reminder",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "reminder",
|
|
"id": "frontend_application_lib_store_usepetstore_reminder",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "CouponTargetInput",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L43",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "coupontargetinput",
|
|
"id": "backend_src_admin_admin_service_coupontargetinput",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "PaginationQuery",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "paginationquery",
|
|
"id": "backend_src_admin_admin_service_paginationquery",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "RedisModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.module.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "redismodule",
|
|
"id": "backend_src_redis_redis_module_redismodule",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "RedisService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "redisservice",
|
|
"id": "backend_src_redis_redis_service_redisservice",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 34,
|
|
"norm_label": "customhttpexceptionfilter",
|
|
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 34,
|
|
"norm_label": "prismaexceptionfilter",
|
|
"id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "DecimalInterceptor",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "decimalinterceptor",
|
|
"id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 34,
|
|
"norm_label": "apierrorresponse",
|
|
"id": "backend_src_common_schemas_error_response_schema_apierrorresponse",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 34,
|
|
"norm_label": "errordetailfield",
|
|
"id": "backend_src_common_schemas_error_response_schema_errordetailfield",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "SmsModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/sms.module.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "smsmodule",
|
|
"id": "backend_src_common_sms_module_smsmodule",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "ContactController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "contactcontroller",
|
|
"id": "backend_src_contact_contact_controller_contactcontroller",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "ContactModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.module.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "contactmodule",
|
|
"id": "backend_src_contact_contact_module_contactmodule",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "ContactService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L22",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "contactservice",
|
|
"id": "backend_src_contact_contact_service_contactservice",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 38,
|
|
"norm_label": "confirmmodalprops",
|
|
"id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "HeroBanner",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "herobanner",
|
|
"id": "frontend_admin_panel_src_pages_cms_herobanner",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "VetTestimonial",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "vettestimonial",
|
|
"id": "frontend_admin_panel_src_pages_cms_vettestimonial",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "Media",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "media",
|
|
"id": "frontend_admin_panel_src_pages_media_media",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "Video",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "video",
|
|
"id": "frontend_admin_panel_src_pages_videos_video",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "WholesaleRequest",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "wholesalerequest",
|
|
"id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "ProductItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "productitem",
|
|
"id": "frontend_admin_panel_src_pages_wiki_productitem",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "WikiTerm",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "wikiterm",
|
|
"id": "frontend_admin_panel_src_pages_wiki_wikiterm",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "CmsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L27",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "cmscontroller",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "CmsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "cmsservice",
|
|
"id": "backend_src_cms_cms_service_cmsservice",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "CreateHeroBannerDto",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "createherobannerdto",
|
|
"id": "backend_src_cms_dto_cms_dto_createherobannerdto",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "CreateSmartAdvisorRuleDto",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L80",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "createsmartadvisorruledto",
|
|
"id": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "CreateVetTestimonialDto",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L45",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "createvettestimonialdto",
|
|
"id": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "BlogsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L29",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "blogscontroller",
|
|
"id": "backend_src_admin_blogs_controller_blogscontroller",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "WholesaleController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "wholesalecontroller",
|
|
"id": "backend_src_wholesale_wholesale_controller_wholesalecontroller",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "WikiController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L28",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "wikicontroller",
|
|
"id": "backend_src_admin_wiki_controller_wikicontroller",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "SeoController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "seocontroller",
|
|
"id": "backend_src_seo_seo_controller_seocontroller",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "SeoModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.module.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "seomodule",
|
|
"id": "backend_src_seo_seo_module_seomodule",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "SeoService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "seoservice",
|
|
"id": "backend_src_seo_seo_service_seoservice",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "Coupon",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 46,
|
|
"norm_label": "coupon",
|
|
"id": "frontend_admin_panel_src_pages_coupons_coupon",
|
|
"community_name": "Coupon Management UI"
|
|
},
|
|
{
|
|
"label": "CouponFormData",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L30",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 46,
|
|
"norm_label": "couponformdata",
|
|
"id": "frontend_admin_panel_src_pages_coupons_couponformdata",
|
|
"community_name": "Coupon Management UI"
|
|
},
|
|
{
|
|
"label": "CouponModalProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L249",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 46,
|
|
"norm_label": "couponmodalprops",
|
|
"id": "frontend_admin_panel_src_pages_coupons_couponmodalprops",
|
|
"community_name": "Coupon Management UI"
|
|
},
|
|
{
|
|
"label": "CouponTarget",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 46,
|
|
"norm_label": "coupontarget",
|
|
"id": "frontend_admin_panel_src_pages_coupons_coupontarget",
|
|
"community_name": "Coupon Management UI"
|
|
},
|
|
{
|
|
"label": "HomeController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "homecontroller",
|
|
"id": "backend_src_home_home_controller_homecontroller",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "HomeModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/home.module.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "homemodule",
|
|
"id": "backend_src_home_home_module_homemodule",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "HomeService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "homeservice",
|
|
"id": "backend_src_home_home_service_homeservice",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 5,
|
|
"norm_label": "createorderdto",
|
|
"id": "backend_src_orders_dto_create_order_dto_createorderdto",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 5,
|
|
"norm_label": "orderitemdto",
|
|
"id": "backend_src_orders_dto_create_order_dto_orderitemdto",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "OrdersController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L54",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "orderscontroller",
|
|
"id": "backend_src_orders_orders_controller_orderscontroller",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ValidateCouponDto",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L29",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "validatecoupondto",
|
|
"id": "backend_src_orders_orders_controller_validatecoupondto",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "OrdersModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.module.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "ordersmodule",
|
|
"id": "backend_src_orders_orders_module_ordersmodule",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "OrdersService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "ordersservice",
|
|
"id": "backend_src_orders_orders_service_ordersservice",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Order",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L39",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "order",
|
|
"id": "frontend_admin_panel_src_pages_orders_order",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "OrderItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "orderitem",
|
|
"id": "frontend_admin_panel_src_pages_orders_orderitem",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "UserRecord",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L11",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "userrecord",
|
|
"id": "frontend_admin_panel_src_pages_users_userrecord",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "PetSummary",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L61",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "petsummary",
|
|
"id": "frontend_admin_panel_src_types_admin_petsummary",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "UserAddress",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L49",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "useraddress",
|
|
"id": "frontend_admin_panel_src_types_admin_useraddress",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "SkeletonProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L4",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "skeletonprops",
|
|
"id": "frontend_application_components_skeleton_skeletonprops",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "CalculatorState",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L52",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "calculatorstate",
|
|
"id": "frontend_application_components_productpage_calculatorstate",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "TooltipProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Tooltip.tsx",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "tooltipprops",
|
|
"id": "frontend_application_components_tooltip_tooltipprops",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "ScientificTerm",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/scientificTerms.ts",
|
|
"source_location": "L1",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "scientificterm",
|
|
"id": "frontend_application_lib_data_scientificterms_scientificterm",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "SafeImageProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SafeImage.tsx",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "safeimageprops",
|
|
"id": "frontend_application_components_safeimage_safeimageprops",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "DisplayVideoItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L57",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "displayvideoitem",
|
|
"id": "frontend_application_components_vetgallery_displayvideoitem",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "TestimonialItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "testimonialitem",
|
|
"id": "frontend_application_components_vetgallery_testimonialitem",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "Video",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/videoService.ts",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "video",
|
|
"id": "frontend_application_lib_services_videoservice_video",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "PetsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "petscontroller",
|
|
"id": "backend_src_admin_pets_controller_petscontroller",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "ReportsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": "reportscontroller",
|
|
"id": "backend_src_admin_reports_controller_reportscontroller",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": "ReportsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": "reportsservice",
|
|
"id": "backend_src_admin_reports_service_reportsservice",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": "AuthController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "authcontroller",
|
|
"id": "backend_src_auth_auth_controller_authcontroller",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "AuthService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L30",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "authservice",
|
|
"id": "backend_src_auth_auth_service_authservice",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 6,
|
|
"norm_label": "adminlogindto",
|
|
"id": "backend_src_auth_dto_admin_login_dto_adminlogindto",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "LoginDto",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/dto/login.dto.ts",
|
|
"source_location": "L4",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "logindto",
|
|
"id": "backend_src_auth_dto_login_dto_logindto",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "RegisterDto",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/dto/register.dto.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "registerdto",
|
|
"id": "backend_src_auth_dto_register_dto_registerdto",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 6,
|
|
"norm_label": "sendotpdto",
|
|
"id": "backend_src_auth_dto_send_otp_dto_sendotpdto",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 6,
|
|
"norm_label": "verifyotpdto",
|
|
"id": "backend_src_auth_dto_verify_otp_dto_verifyotpdto",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "WikiController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": "wikicontroller",
|
|
"id": "backend_src_wiki_wiki_controller_wikicontroller",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": "WikiModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.module.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": "wikimodule",
|
|
"id": "backend_src_wiki_wiki_module_wikimodule",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": "WikiService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": "wikiservice",
|
|
"id": "backend_src_wiki_wiki_service_wikiservice",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": "BlogsModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.module.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "blogsmodule",
|
|
"id": "backend_src_blogs_blogs_module_blogsmodule",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "BlogsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "blogsservice",
|
|
"id": "backend_src_blogs_blogs_service_blogsservice",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "PaginationDto",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "paginationdto",
|
|
"id": "backend_src_common_dto_pagination_dto_paginationdto",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "SortOrder",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "sortorder",
|
|
"id": "backend_src_common_dto_pagination_dto_sortorder",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "BlogsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": "blogscontroller",
|
|
"id": "backend_src_blogs_blogs_controller_blogscontroller",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": "SmsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "smsservice",
|
|
"id": "backend_src_common_services_sms_service_smsservice",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 64,
|
|
"norm_label": "wholesaleapplydto",
|
|
"id": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "WholesaleService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "wholesaleservice",
|
|
"id": "backend_src_wholesale_wholesale_service_wholesaleservice",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "AppModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L73",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "appmodule",
|
|
"id": "backend_src_app_module_appmodule",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": "MetricsController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "metricscontroller",
|
|
"id": "backend_src_common_metrics_controller_metricscontroller",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": "AppController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": "appcontroller",
|
|
"id": "backend_src_app_controller_appcontroller",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": "AppService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.service.ts",
|
|
"source_location": "L4",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": "appservice",
|
|
"id": "backend_src_app_service_appservice",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": "PetsService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L23",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 68,
|
|
"norm_label": "petsservice",
|
|
"id": "backend_src_pets_pets_service_petsservice",
|
|
"community_name": "Pet Business Logic"
|
|
},
|
|
{
|
|
"label": "AuthModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L22",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "authmodule",
|
|
"id": "backend_src_auth_auth_module_authmodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "B2BModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.module.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "b2bmodule",
|
|
"id": "backend_src_b2b_b2b_module_b2bmodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "BannersModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.module.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "bannersmodule",
|
|
"id": "backend_src_banners_banners_module_bannersmodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "CmsModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.module.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "cmsmodule",
|
|
"id": "backend_src_cms_cms_module_cmsmodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "IngredientsModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.module.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "ingredientsmodule",
|
|
"id": "backend_src_ingredients_ingredients_module_ingredientsmodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "PrescriptionsModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "prescriptionsmodule",
|
|
"id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "PrismaModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prisma/prisma.module.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "prismamodule",
|
|
"id": "backend_src_prisma_prisma_module_prismamodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "SettingsModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.module.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "settingsmodule",
|
|
"id": "backend_src_settings_settings_module_settingsmodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 7,
|
|
"norm_label": "smartadvisormodule",
|
|
"id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "TestimonialsModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.module.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "testimonialsmodule",
|
|
"id": "backend_src_testimonials_testimonials_module_testimonialsmodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "UsersModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.module.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "usersmodule",
|
|
"id": "backend_src_users_users_module_usersmodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "VideosModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.module.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "videosmodule",
|
|
"id": "backend_src_videos_videos_module_videosmodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "WholesaleModule",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.module.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "wholesalemodule",
|
|
"id": "backend_src_wholesale_wholesale_module_wholesalemodule",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "BestSellerItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L35",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 71,
|
|
"norm_label": "bestselleritem",
|
|
"id": "frontend_admin_panel_src_pages_reports_bestselleritem",
|
|
"community_name": "Analytics and Report Charts"
|
|
},
|
|
{
|
|
"label": "CategoryDistItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L30",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 71,
|
|
"norm_label": "categorydistitem",
|
|
"id": "frontend_admin_panel_src_pages_reports_categorydistitem",
|
|
"community_name": "Analytics and Report Charts"
|
|
},
|
|
{
|
|
"label": "CustomTooltipProps",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 71,
|
|
"norm_label": "customtooltipprops",
|
|
"id": "frontend_admin_panel_src_pages_reports_customtooltipprops",
|
|
"community_name": "Analytics and Report Charts"
|
|
},
|
|
{
|
|
"label": "ReportData",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L46",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 71,
|
|
"norm_label": "reportdata",
|
|
"id": "frontend_admin_panel_src_pages_reports_reportdata",
|
|
"community_name": "Analytics and Report Charts"
|
|
},
|
|
{
|
|
"label": "TopCouponItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L40",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 71,
|
|
"norm_label": "topcouponitem",
|
|
"id": "frontend_admin_panel_src_pages_reports_topcouponitem",
|
|
"community_name": "Analytics and Report Charts"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 74,
|
|
"norm_label": "createhealthlogdto",
|
|
"id": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
|
|
"community_name": "Health Log DTOs"
|
|
},
|
|
{
|
|
"label": "ErrorBoundary",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 75,
|
|
"norm_label": "errorboundary",
|
|
"id": "frontend_application_components_errorboundary_errorboundary",
|
|
"community_name": "React Error Boundary"
|
|
},
|
|
{
|
|
"label": "Props",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 75,
|
|
"norm_label": "props",
|
|
"id": "frontend_application_components_errorboundary_props",
|
|
"community_name": "React Error Boundary"
|
|
},
|
|
{
|
|
"label": "State",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 75,
|
|
"norm_label": "state",
|
|
"id": "frontend_application_components_errorboundary_state",
|
|
"community_name": "React Error Boundary"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 8,
|
|
"norm_label": "createvideodto",
|
|
"id": "backend_src_videos_dto_create_video_dto_createvideodto",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 8,
|
|
"norm_label": "updatevideodto",
|
|
"id": "backend_src_videos_dto_create_video_dto_updatevideodto",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 8,
|
|
"norm_label": "getvideosquerydto",
|
|
"id": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "VideosController",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "videoscontroller",
|
|
"id": "backend_src_videos_videos_controller_videoscontroller",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "VideosService",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "videosservice",
|
|
"id": "backend_src_videos_videos_service_videosservice",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "OrderService",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 82,
|
|
"norm_label": "orderservice",
|
|
"id": "frontend_application_lib_services_orderservice_orderservice",
|
|
"community_name": "Order Business Logic"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 86,
|
|
"norm_label": "paginatedresponse",
|
|
"id": "backend_src_common_schemas_paginated_response_schema_paginatedresponse",
|
|
"community_name": "Pagination API Schemas"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 86,
|
|
"norm_label": "paginationmeta",
|
|
"id": "backend_src_common_schemas_paginated_response_schema_paginationmeta",
|
|
"community_name": "Pagination API Schemas"
|
|
},
|
|
{
|
|
"label": "BlogPost",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/BlogPage.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "blogpost",
|
|
"id": "frontend_application_components_blogpage_blogpost",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "DosageResult",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "dosageresult",
|
|
"id": "frontend_application_lib_data_products_dosageresult",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "FAQ",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L23",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "faq",
|
|
"id": "frontend_application_lib_data_products_faq",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "IngredientInfo",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "ingredientinfo",
|
|
"id": "frontend_application_lib_data_products_ingredientinfo",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "PetType",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "pettype",
|
|
"id": "frontend_application_lib_data_products_pettype",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "Product",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L28",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "product",
|
|
"id": "frontend_application_lib_data_products_product",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "Specialist",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L1",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "specialist",
|
|
"id": "frontend_application_lib_data_products_specialist",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "BackendProduct",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "backendproduct",
|
|
"id": "frontend_application_lib_services_productservice_backendproduct",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "ProductService",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L57",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "productservice",
|
|
"id": "frontend_application_lib_services_productservice_productservice",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "CartItem",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "cartitem",
|
|
"id": "frontend_application_lib_store_cartstore_cartitem",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "CartStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L32",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "cartstore",
|
|
"id": "frontend_application_lib_store_cartstore_cartstore",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "Ingredient",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L42",
|
|
"_callable": true,
|
|
"_callable_class": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "ingredient",
|
|
"id": "frontend_application_lib_types_ingredient",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 96,
|
|
"norm_label": "createblogdto",
|
|
"id": "backend_src_blogs_dto_create_blog_dto_createblogdto",
|
|
"community_name": "Blog Management DTOs"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 96,
|
|
"norm_label": "updateblogdto",
|
|
"id": "backend_src_blogs_dto_update_blog_dto_updateblogdto",
|
|
"community_name": "Blog Management DTOs"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 97,
|
|
"norm_label": "createhomedto",
|
|
"id": "backend_src_home_dto_create_home_dto_createhomedto",
|
|
"community_name": "Home Management DTOs"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 97,
|
|
"norm_label": "updatehomedto",
|
|
"id": "backend_src_home_dto_update_home_dto_updatehomedto",
|
|
"community_name": "Home Management DTOs"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 98,
|
|
"norm_label": "createwikidto",
|
|
"id": "backend_src_wiki_dto_create_wiki_dto_createwikidto",
|
|
"community_name": "Wiki Management DTOs"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 98,
|
|
"norm_label": "updatewikidto",
|
|
"id": "backend_src_wiki_dto_update_wiki_dto_updatewikidto",
|
|
"community_name": "Wiki Management DTOs"
|
|
},
|
|
{
|
|
"label": ".adjustWallet()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L62",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".adjustwallet()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_adjustwallet",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L27",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_constructor",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".createCoupon()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L152",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".createcoupon()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_createcoupon",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".createDoctor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L190",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".createdoctor()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_createdoctor",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".createProduct()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L93",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".createproduct()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_createproduct",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".deleteCoupon()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L176",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".deletecoupon()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_deletecoupon",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".deleteDoctor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L223",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".deletedoctor()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_deletedoctor",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".deleteProduct()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L110",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".deleteproduct()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_deleteproduct",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getCoupons()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L145",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getcoupons()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_getcoupons",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getDashboardStats()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getdashboardstats()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_getdashboardstats",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getDoctors()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L183",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getdoctors()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_getdoctors",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getOrders()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L120",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getorders()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_getorders",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getProducts()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L86",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getproducts()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_getproducts",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getSettings()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L230",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getsettings()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_getsettings",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getUserDetails()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L48",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getuserdetails()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_getuserdetails",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getUsers()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L41",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getusers()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_getusers",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".toggleCoupon()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L166",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".togglecoupon()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_togglecoupon",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateCoupon()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L159",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updatecoupon()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_updatecoupon",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateDoctor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L206",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updatedoctor()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_updatedoctor",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateOrderStatus()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L127",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updateorderstatus()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_updateorderstatus",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateProduct()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L100",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updateproduct()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_updateproduct",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateSettings()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L237",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updatesettings()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_updatesettings",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateUserRole()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L55",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updateuserrole()",
|
|
"id": "backend_src_admin_admin_controller_admincontroller_updateuserrole",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".adjustUserWallet()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L598",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".adjustuserwallet()",
|
|
"id": "backend_src_admin_admin_service_adminservice_adjustuserwallet",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".createCoupon()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L424",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".createcoupon()",
|
|
"id": "backend_src_admin_admin_service_adminservice_createcoupon",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".createDoctor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L571",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".createdoctor()",
|
|
"id": "backend_src_admin_admin_service_adminservice_createdoctor",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".createProduct()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L218",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".createproduct()",
|
|
"id": "backend_src_admin_admin_service_adminservice_createproduct",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".deleteCoupon()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L488",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".deletecoupon()",
|
|
"id": "backend_src_admin_admin_service_adminservice_deletecoupon",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".deleteDoctor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L594",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".deletedoctor()",
|
|
"id": "backend_src_admin_admin_service_adminservice_deletedoctor",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".deleteProduct()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L323",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".deleteproduct()",
|
|
"id": "backend_src_admin_admin_service_adminservice_deleteproduct",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getCoupons()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L393",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getcoupons()",
|
|
"id": "backend_src_admin_admin_service_adminservice_getcoupons",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getDashboardStats()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L69",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getdashboardstats()",
|
|
"id": "backend_src_admin_admin_service_adminservice_getdashboardstats",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getDoctors()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L565",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getdoctors()",
|
|
"id": "backend_src_admin_admin_service_adminservice_getdoctors",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getOrders()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L329",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getorders()",
|
|
"id": "backend_src_admin_admin_service_adminservice_getorders",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getPets()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L515",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getpets()",
|
|
"id": "backend_src_admin_admin_service_adminservice_getpets",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getProducts()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L179",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getproducts()",
|
|
"id": "backend_src_admin_admin_service_adminservice_getproducts",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getSettings()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L494",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getsettings()",
|
|
"id": "backend_src_admin_admin_service_adminservice_getsettings",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getUserDetails()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L158",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getuserdetails()",
|
|
"id": "backend_src_admin_admin_service_adminservice_getuserdetails",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".getUsers()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L113",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".getusers()",
|
|
"id": "backend_src_admin_admin_service_adminservice_getusers",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".toggleCoupon()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L481",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".togglecoupon()",
|
|
"id": "backend_src_admin_admin_service_adminservice_togglecoupon",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateCoupon()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L451",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updatecoupon()",
|
|
"id": "backend_src_admin_admin_service_adminservice_updatecoupon",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateDoctor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L581",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updatedoctor()",
|
|
"id": "backend_src_admin_admin_service_adminservice_updatedoctor",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateOrderStatus()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L374",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updateorderstatus()",
|
|
"id": "backend_src_admin_admin_service_adminservice_updateorderstatus",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateProduct()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L266",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updateproduct()",
|
|
"id": "backend_src_admin_admin_service_adminservice_updateproduct",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateSettings()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L502",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updatesettings()",
|
|
"id": "backend_src_admin_admin_service_adminservice_updatesettings",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".updateUserRole()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L172",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".updateuserrole()",
|
|
"id": "backend_src_admin_admin_service_adminservice_updateuserrole",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".get()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L27",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": ".get()",
|
|
"id": "backend_src_redis_redis_service_redisservice_get",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": ".addHealthLog()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L247",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": ".addhealthlog()",
|
|
"id": "backend_src_pets_pets_controller_petscontroller_addhealthlog",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": ".addReminder()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L221",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": ".addreminder()",
|
|
"id": "backend_src_pets_pets_controller_petscontroller_addreminder",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L49",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_pets_pets_controller_petscontroller_constructor",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L81",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_pets_pets_controller_petscontroller_create",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L117",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_pets_pets_controller_petscontroller_findall",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L154",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_pets_pets_controller_petscontroller_findone",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L215",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_pets_pets_controller_petscontroller_remove",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": ".toggleReminder()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L231",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": ".togglereminder()",
|
|
"id": "backend_src_pets_pets_controller_petscontroller_togglereminder",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L185",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_pets_pets_controller_petscontroller_update",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "ClientLayout()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "clientlayout()",
|
|
"id": "frontend_application_app_clientlayout_clientlayout",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "generateMetadata()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/layout.tsx",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "generatemetadata()",
|
|
"id": "frontend_application_app_layout_generatemetadata",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "RootLayout()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/layout.tsx",
|
|
"source_location": "L94",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "rootlayout()",
|
|
"id": "frontend_application_app_layout_rootlayout",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "TrackPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/track/page.tsx",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "trackpage()",
|
|
"id": "frontend_application_app_track_page_trackpage",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "AuthModal()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "authmodal()",
|
|
"id": "frontend_application_components_authmodal_authmodal",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "B2BPortal()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L22",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "b2bportal()",
|
|
"id": "frontend_application_components_b2bportal_b2bportal",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "CartDrawer()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "cartdrawer()",
|
|
"id": "frontend_application_components_cartdrawer_cartdrawer",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "Header()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L27",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "header()",
|
|
"id": "frontend_application_components_header_header",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "handleClickOutside()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L109",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "handleclickoutside()",
|
|
"id": "frontend_application_components_header_header_handleclickoutside",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "LoginModal()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "loginmodal()",
|
|
"id": "frontend_application_components_loginmodal_loginmodal",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "MaintenancePage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/MaintenancePage.tsx",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "maintenancepage()",
|
|
"id": "frontend_application_components_maintenancepage_maintenancepage",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "OrderTracking()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/OrderTracking.tsx",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "ordertracking()",
|
|
"id": "frontend_application_components_ordertracking_ordertracking",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "NetworkBanner()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/NetworkBanner.tsx",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 100,
|
|
"norm_label": "networkbanner()",
|
|
"id": "frontend_application_components_networkbanner_networkbanner",
|
|
"community_name": "Network Status Banner"
|
|
},
|
|
{
|
|
"label": "useNetworkStatus()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/hooks/useNetworkStatus.ts",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 100,
|
|
"norm_label": "usenetworkstatus()",
|
|
"id": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus",
|
|
"community_name": "Network Status Banner"
|
|
},
|
|
{
|
|
"label": "main()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-blogs.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 106,
|
|
"norm_label": "main()",
|
|
"id": "backend_prisma_seed_blogs_main",
|
|
"community_name": "Blog Data Seeding"
|
|
},
|
|
{
|
|
"label": "main()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-custom.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 107,
|
|
"norm_label": "main()",
|
|
"id": "backend_prisma_seed_custom_main",
|
|
"community_name": "Custom Data Seeding"
|
|
},
|
|
{
|
|
"label": "Checkout()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/checkout/page.tsx",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "checkout()",
|
|
"id": "frontend_application_app_checkout_page_checkout",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "DashboardPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/dashboard/page.tsx",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "dashboardpage()",
|
|
"id": "frontend_application_app_dashboard_page_dashboardpage",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "AddressModal()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "addressmodal()",
|
|
"id": "frontend_application_components_addressmodal_addressmodal",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "ArchiveProductCard()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L72",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "archiveproductcard()",
|
|
"id": "frontend_application_components_archivepage_archiveproductcard",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "BackButton()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/BackButton.tsx",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "backbutton()",
|
|
"id": "frontend_application_components_backbutton_backbutton",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "CheckoutPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L30",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "checkoutpage()",
|
|
"id": "frontend_application_components_checkoutpage_checkoutpage",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "DeleteConfirmModal()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/DeleteConfirmModal.tsx",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "deleteconfirmmodal()",
|
|
"id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "HeaderButton()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/HeaderButton.tsx",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "headerbutton()",
|
|
"id": "frontend_application_components_headerbutton_headerbutton",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "StatCounter()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "statcounter()",
|
|
"id": "frontend_application_components_hero_statcounter",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "OrderDetailsModal()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/OrderDetailsModal.tsx",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "orderdetailsmodal()",
|
|
"id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "SearchableSelect()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SearchableSelect.tsx",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "searchableselect()",
|
|
"id": "frontend_application_components_searchableselect_searchableselect",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "TopUpModal()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "topupmodal()",
|
|
"id": "frontend_application_components_topupmodal_topupmodal",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "UserDashboard()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "userdashboard()",
|
|
"id": "frontend_application_components_userdashboard_userdashboard",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "cn()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/utils.ts",
|
|
"source_location": "L11",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "cn()",
|
|
"id": "frontend_application_lib_utils_cn",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "toEnglishDigits()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/utils.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "toenglishdigits()",
|
|
"id": "frontend_application_lib_utils_toenglishdigits",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "toPersian()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/utils.ts",
|
|
"source_location": "L1",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "topersian()",
|
|
"id": "frontend_application_lib_utils_topersian",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "AboutPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/about/page.tsx",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 123,
|
|
"norm_label": "aboutpage()",
|
|
"id": "frontend_application_app_about_page_aboutpage",
|
|
"community_name": "About Page Component"
|
|
},
|
|
{
|
|
"label": "PrivacyPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/privacy/page.tsx",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 124,
|
|
"norm_label": "privacypage()",
|
|
"id": "frontend_application_app_privacy_page_privacypage",
|
|
"community_name": "Privacy Page Component"
|
|
},
|
|
{
|
|
"label": "MediaSelector()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "mediaselector()",
|
|
"id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Pagination()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "pagination()",
|
|
"id": "frontend_admin_panel_src_components_ui_pagination_pagination",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Blogs()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L27",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "blogs()",
|
|
"id": "frontend_admin_panel_src_pages_blogs_blogs",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Categories()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L22",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "categories()",
|
|
"id": "frontend_admin_panel_src_pages_categories_categories",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "IngredientsManager()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "ingredientsmanager()",
|
|
"id": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Pets()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "pets()",
|
|
"id": "frontend_admin_panel_src_pages_pets_pets",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "PrescriptionsManager()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "prescriptionsmanager()",
|
|
"id": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Products()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L51",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "products()",
|
|
"id": "frontend_admin_panel_src_pages_products_products",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L27",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_products_products_controller_productscontroller_constructor",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_products_products_controller_productscontroller_findall",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L72",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_products_products_controller_productscontroller_findone",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".getActiveFilters()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L39",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".getactivefilters()",
|
|
"id": "backend_src_products_products_controller_productscontroller_getactivefilters",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".getDosageConfig()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L53",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".getdosageconfig()",
|
|
"id": "backend_src_products_products_controller_productscontroller_getdosageconfig",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".getNavigationFilters()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L47",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".getnavigationfilters()",
|
|
"id": "backend_src_products_products_controller_productscontroller_getnavigationfilters",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".updateDosageConfig()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L63",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".updatedosageconfig()",
|
|
"id": "backend_src_products_products_controller_productscontroller_updatedosageconfig",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_products_products_service_productsservice_constructor",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_products_products_service_productsservice_findall",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L128",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_products_products_service_productsservice_findone",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".getActiveFilters()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L160",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".getactivefilters()",
|
|
"id": "backend_src_products_products_service_productsservice_getactivefilters",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".getDosageConfig()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L230",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".getdosageconfig()",
|
|
"id": "backend_src_products_products_service_productsservice_getdosageconfig",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".getNavigationFilters()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L195",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".getnavigationfilters()",
|
|
"id": "backend_src_products_products_service_productsservice_getnavigationfilters",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": ".updateDosageConfig()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L241",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": ".updatedosageconfig()",
|
|
"id": "backend_src_products_products_service_productsservice_updatedosageconfig",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "ContactPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/contact/page.tsx",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "contactpage()",
|
|
"id": "frontend_application_app_contact_page_contactpage",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "ContactFormClient()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ContactFormClient.tsx",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "contactformclient()",
|
|
"id": "frontend_application_components_contactformclient_contactformclient",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "fetchContactInfo()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ContactFormClient.tsx",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "fetchcontactinfo()",
|
|
"id": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "PrescriptionUploadModal()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "prescriptionuploadmodal()",
|
|
"id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L38",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": ".constructor()",
|
|
"id": "frontend_application_lib_services_authservice_authservice_constructor",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": ".getInstance()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L40",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": ".getinstance()",
|
|
"id": "frontend_application_lib_services_authservice_authservice_getinstance",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": ".getProfile()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L118",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": ".getprofile()",
|
|
"id": "frontend_application_lib_services_authservice_authservice_getprofile",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": ".login()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L100",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": ".login()",
|
|
"id": "frontend_application_lib_services_authservice_authservice_login",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": ".logout()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L149",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": ".logout()",
|
|
"id": "frontend_application_lib_services_authservice_authservice_logout",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": ".register()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L82",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": ".register()",
|
|
"id": "frontend_application_lib_services_authservice_authservice_register",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": ".sendOtp()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L50",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": ".sendotp()",
|
|
"id": "frontend_application_lib_services_authservice_authservice_sendotp",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": ".updateProfile()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L135",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": ".updateprofile()",
|
|
"id": "frontend_application_lib_services_authservice_authservice_updateprofile",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": ".verifyOtp()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L64",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": ".verifyotp()",
|
|
"id": "frontend_application_lib_services_authservice_authservice_verifyotp",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "robots()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/robots.ts",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 151,
|
|
"norm_label": "robots()",
|
|
"id": "frontend_application_app_robots_robots",
|
|
"community_name": "Search Engine Robots Config"
|
|
},
|
|
{
|
|
"label": "HomeClient()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "homeclient()",
|
|
"id": "frontend_application_app_homeclient_homeclient",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "getHomeData()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L36",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "gethomedata()",
|
|
"id": "frontend_application_app_page_gethomedata",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "Home()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L55",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "home()",
|
|
"id": "frontend_application_app_page_home",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "TrustSealsPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/trust-seals/page.tsx",
|
|
"source_location": "L11",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "trustsealspage()",
|
|
"id": "frontend_application_app_trust_seals_page_trustsealspage",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "EnamadBadge()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/EnamadBadge.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "enamadbadge()",
|
|
"id": "frontend_application_components_enamadbadge_enamadbadge",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "Footer()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Footer.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "footer()",
|
|
"id": "frontend_application_components_footer_footer",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "Hero()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L41",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "hero()",
|
|
"id": "frontend_application_components_hero_hero",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "SmartAdvisor()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L52",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "smartadvisor()",
|
|
"id": "frontend_application_components_smartadvisor_smartadvisor",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "TickerBanner()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/TickerBanner.tsx",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "tickerbanner()",
|
|
"id": "frontend_application_components_tickerbanner_tickerbanner",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "VetGallery()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L70",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "vetgallery()",
|
|
"id": "frontend_application_components_vetgallery_vetgallery",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": ".onModuleDestroy()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prisma/prisma.service.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": ".onmoduledestroy()",
|
|
"id": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": ".onModuleInit()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prisma/prisma.service.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": ".onmoduleinit()",
|
|
"id": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_b2b_b2b_controller_b2bcontroller_constructor",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".createInquiry()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".createinquiry()",
|
|
"id": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".createWholesaleOrder()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L73",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".createwholesaleorder()",
|
|
"id": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".findAllInquiries()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L44",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".findallinquiries()",
|
|
"id": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".getAllPartnerAccounts()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L86",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".getallpartneraccounts()",
|
|
"id": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".getPartnerProfile()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L64",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".getpartnerprofile()",
|
|
"id": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".updateInquiryStatus()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L53",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".updateinquirystatus()",
|
|
"id": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_b2b_b2b_service_b2bservice_constructor",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".createInquiry()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".createinquiry()",
|
|
"id": "backend_src_b2b_b2b_service_b2bservice_createinquiry",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".createWholesaleOrder()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L67",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".createwholesaleorder()",
|
|
"id": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".findAllInquiries()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L34",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".findallinquiries()",
|
|
"id": "backend_src_b2b_b2b_service_b2bservice_findallinquiries",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".getAllPartnerAccounts()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L95",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".getallpartneraccounts()",
|
|
"id": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".getPartnerProfile()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L54",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".getpartnerprofile()",
|
|
"id": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".updateInquiryStatus()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L40",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": ".updateinquirystatus()",
|
|
"id": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": ".handleRequest()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/jwt-auth.guard.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".handlerequest()",
|
|
"id": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Roles()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/decorators/roles.decorator.ts",
|
|
"source_location": "L4",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "roles()",
|
|
"id": "backend_src_common_decorators_roles_decorator_roles",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".canActivate()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".canactivate()",
|
|
"id": "backend_src_common_guards_roles_guard_rolesguard_canactivate",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_common_guards_roles_guard_rolesguard_constructor",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_constructor",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".deleteScientificTerm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L71",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".deletescientificterm()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".getFinancialSettings()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L97",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".getfinancialsettings()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".getScientificTerms()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L50",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".getscientificterms()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_getscientificterms",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".getSeoSettings()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L78",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".getseosettings()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_getseosettings",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".getSystemSettings()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L116",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".getsystemsettings()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".getUiTexts()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L34",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".getuitexts()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_getuitexts",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".updateFinancialSettings()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L106",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".updatefinancialsettings()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".updateSeoSettings()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L87",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".updateseosettings()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_updateseosettings",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".updateSystemSettings()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L125",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".updatesystemsettings()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".updateUiText()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L44",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".updateuitext()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".upsertScientificTerm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L59",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".upsertscientificterm()",
|
|
"id": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_settings_settings_service_settingsservice_constructor",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".deleteScientificTerm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L64",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".deletescientificterm()",
|
|
"id": "backend_src_settings_settings_service_settingsservice_deletescientificterm",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".getCategorySetting()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L70",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".getcategorysetting()",
|
|
"id": "backend_src_settings_settings_service_settingsservice_getcategorysetting",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".getScientificTerms()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L39",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".getscientificterms()",
|
|
"id": "backend_src_settings_settings_service_settingsservice_getscientificterms",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".getUiTexts()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".getuitexts()",
|
|
"id": "backend_src_settings_settings_service_settingsservice_getuitexts",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".updateCategorySetting()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L77",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".updatecategorysetting()",
|
|
"id": "backend_src_settings_settings_service_settingsservice_updatecategorysetting",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".updateUiText()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".updateuitext()",
|
|
"id": "backend_src_settings_settings_service_settingsservice_updateuitext",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".upsertScientificTerm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L43",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": ".upsertscientificterm()",
|
|
"id": "backend_src_settings_settings_service_settingsservice_upsertscientificterm",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L29",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_categories_controller_categoriescontroller_constructor",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".createCategory()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L49",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".createcategory()",
|
|
"id": "backend_src_admin_categories_controller_categoriescontroller_createcategory",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".deleteCategory()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L66",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".deletecategory()",
|
|
"id": "backend_src_admin_categories_controller_categoriescontroller_deletecategory",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".getAllCategoriesRaw()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L42",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".getallcategoriesraw()",
|
|
"id": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".getCategories()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L36",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".getcategories()",
|
|
"id": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".updateCategory()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L56",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".updatecategory()",
|
|
"id": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_categories_service_categoriesservice_constructor",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".createCategory()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L49",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".createcategory()",
|
|
"id": "backend_src_admin_categories_service_categoriesservice_createcategory",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".deleteCategory()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L68",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".deletecategory()",
|
|
"id": "backend_src_admin_categories_service_categoriesservice_deletecategory",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".getAllCategoriesRaw()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L45",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".getallcategoriesraw()",
|
|
"id": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".getCategories()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".getcategories()",
|
|
"id": "backend_src_admin_categories_service_categoriesservice_getcategories",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".updateCategory()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L61",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": ".updatecategory()",
|
|
"id": "backend_src_admin_categories_service_categoriesservice_updatecategory",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L22",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_banners_banners_controller_bannerscontroller_constructor",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L35",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_banners_banners_controller_bannerscontroller_create",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_banners_banners_controller_bannerscontroller_findall",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L62",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_banners_banners_controller_bannerscontroller_remove",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".reorder()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L44",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".reorder()",
|
|
"id": "backend_src_banners_banners_controller_bannerscontroller_reorder",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L53",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_banners_banners_controller_bannerscontroller_update",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_banners_banners_service_bannersservice_constructor",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_banners_banners_service_bannersservice_create",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_banners_banners_service_bannersservice_findall",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L32",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_banners_banners_service_bannersservice_remove",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".reorder()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L40",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".reorder()",
|
|
"id": "backend_src_banners_banners_service_bannersservice_reorder",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_banners_banners_service_bannersservice_update",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L23",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_media_controller_mediacontroller_constructor",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": ".deleteMedia()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L45",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": ".deletemedia()",
|
|
"id": "backend_src_admin_media_controller_mediacontroller_deletemedia",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": ".getAllMedia()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L28",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": ".getallmedia()",
|
|
"id": "backend_src_admin_media_controller_mediacontroller_getallmedia",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": ".updateMedia()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L55",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": ".updatemedia()",
|
|
"id": "backend_src_admin_media_controller_mediacontroller_updatemedia",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": ".uploadFile()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L36",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": ".uploadfile()",
|
|
"id": "backend_src_admin_media_controller_mediacontroller_uploadfile",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_media_service_mediaservice_constructor",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": ".deleteMedia()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L48",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": ".deletemedia()",
|
|
"id": "backend_src_admin_media_service_mediaservice_deletemedia",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": ".getAllMedia()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": ".getallmedia()",
|
|
"id": "backend_src_admin_media_service_mediaservice_getallmedia",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": ".updateMedia()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L65",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": ".updatemedia()",
|
|
"id": "backend_src_admin_media_service_mediaservice_updatemedia",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": ".uploadFile()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": ".uploadfile()",
|
|
"id": "backend_src_admin_media_service_mediaservice_uploadfile",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L40",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L58",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L49",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L30",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_create",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_findall",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_findone",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L47",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_remove",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L36",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_update",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "App()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/App.tsx",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "app()",
|
|
"id": "frontend_admin_panel_src_app_app",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "SuspenseFallback()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/App.tsx",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "suspensefallback()",
|
|
"id": "frontend_admin_panel_src_app_suspensefallback",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "ContactSubmissions()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "contactsubmissions()",
|
|
"id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "Dashboard()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "dashboard()",
|
|
"id": "frontend_admin_panel_src_pages_dashboard_dashboard",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "Settings()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "settings()",
|
|
"id": "frontend_admin_panel_src_pages_settings_settings",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "UITexts()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L87",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "uitexts()",
|
|
"id": "frontend_admin_panel_src_pages_uitexts_uitexts",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_blogs_service_blogsservice_constructor",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".createBlog()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L46",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".createblog()",
|
|
"id": "backend_src_admin_blogs_service_blogsservice_createblog",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".deleteBlog()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L61",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".deleteblog()",
|
|
"id": "backend_src_admin_blogs_service_blogsservice_deleteblog",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".getBlogs()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".getblogs()",
|
|
"id": "backend_src_admin_blogs_service_blogsservice_getblogs",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".updateBlog()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L55",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".updateblog()",
|
|
"id": "backend_src_admin_blogs_service_blogsservice_updateblog",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_pets_service_petsservice_constructor",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".deletePet()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L55",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".deletepet()",
|
|
"id": "backend_src_admin_pets_service_petsservice_deletepet",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".getPets()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".getpets()",
|
|
"id": "backend_src_admin_pets_service_petsservice_getpets",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_wiki_service_wikiservice_constructor",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".createTerm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L45",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".createterm()",
|
|
"id": "backend_src_admin_wiki_service_wikiservice_createterm",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".deleteTerm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L57",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".deleteterm()",
|
|
"id": "backend_src_admin_wiki_service_wikiservice_deleteterm",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".getTerms()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".getterms()",
|
|
"id": "backend_src_admin_wiki_service_wikiservice_getterms",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".updateTerm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L49",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": ".updateterm()",
|
|
"id": "backend_src_admin_wiki_service_wikiservice_updateterm",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L28",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L32",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L51",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L61",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": ".review()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L71",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": ".review()",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L84",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L98",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": ".review()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L115",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": ".review()",
|
|
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L34",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L55",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L43",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L36",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L22",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L34",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L52",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L43",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_create",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_findall",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L32",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_remove",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_update",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_auth_jwt_strategy_jwtstrategy_constructor",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".validate()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L23",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".validate()",
|
|
"id": "backend_src_auth_jwt_strategy_jwtstrategy_validate",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".addAddress()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L131",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".addaddress()",
|
|
"id": "backend_src_users_users_controller_userscontroller_addaddress",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L44",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_users_users_controller_userscontroller_constructor",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".deleteAddress()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L179",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".deleteaddress()",
|
|
"id": "backend_src_users_users_controller_userscontroller_deleteaddress",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".getProfile()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L68",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".getprofile()",
|
|
"id": "backend_src_users_users_controller_userscontroller_getprofile",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".setDefaultAddress()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L198",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".setdefaultaddress()",
|
|
"id": "backend_src_users_users_controller_userscontroller_setdefaultaddress",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".topUpWallet()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L223",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".topupwallet()",
|
|
"id": "backend_src_users_users_controller_userscontroller_topupwallet",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".updateAddress()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L159",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".updateaddress()",
|
|
"id": "backend_src_users_users_controller_userscontroller_updateaddress",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".updateProfile()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L103",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".updateprofile()",
|
|
"id": "backend_src_users_users_controller_userscontroller_updateprofile",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".addAddress()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L71",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".addaddress()",
|
|
"id": "backend_src_users_users_service_usersservice_addaddress",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_users_users_service_usersservice_constructor",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".deleteAddress()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L119",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".deleteaddress()",
|
|
"id": "backend_src_users_users_service_usersservice_deleteaddress",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".findById()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".findbyid()",
|
|
"id": "backend_src_users_users_service_usersservice_findbyid",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".findByPhone()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L160",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".findbyphone()",
|
|
"id": "backend_src_users_users_service_usersservice_findbyphone",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".setDefaultAddress()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L125",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".setdefaultaddress()",
|
|
"id": "backend_src_users_users_service_usersservice_setdefaultaddress",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".topUpWallet()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L136",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".topupwallet()",
|
|
"id": "backend_src_users_users_service_usersservice_topupwallet",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L52",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_users_users_service_usersservice_update",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": ".updateAddress()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L93",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": ".updateaddress()",
|
|
"id": "backend_src_users_users_service_usersservice_updateaddress",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Layout()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/Layout.tsx",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "layout()",
|
|
"id": "frontend_admin_panel_src_components_layout_layout",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "ProtectedRoute()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "protectedroute()",
|
|
"id": "frontend_admin_panel_src_components_protectedroute_protectedroute",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "Sidebar()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L64",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "sidebar()",
|
|
"id": "frontend_admin_panel_src_components_sidebar_sidebar",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "Topbar()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L28",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "topbar()",
|
|
"id": "frontend_admin_panel_src_components_topbar_topbar",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "Login()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "login()",
|
|
"id": "frontend_admin_panel_src_pages_login_login",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "processQueue()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L37",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "processqueue()",
|
|
"id": "frontend_admin_panel_src_services_api_processqueue",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "Spinner()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx",
|
|
"source_location": "L2",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "spinner()",
|
|
"id": "frontend_admin_panel_src_components_ui_spinner_spinner",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "B2BManager()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "b2bmanager()",
|
|
"id": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "BannersManager()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "bannersmanager()",
|
|
"id": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "FinancialSettingsPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "financialsettingspage()",
|
|
"id": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SeoSettingsPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "seosettingspage()",
|
|
"id": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SmartAdvisorManager()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "smartadvisormanager()",
|
|
"id": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SystemSettingsPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "systemsettingspage()",
|
|
"id": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "TestimonialsManager()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "testimonialsmanager()",
|
|
"id": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SuccessPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "successpage()",
|
|
"id": "frontend_application_app_checkout_success_id_page_successpage",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "ProfilePage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/profile/page.tsx",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "profilepage()",
|
|
"id": "frontend_application_app_profile_page_profilepage",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "FeaturedProducts()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L139",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "featuredproducts()",
|
|
"id": "frontend_application_components_featuredproducts_featuredproducts",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "ProductCard()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "productcard()",
|
|
"id": "frontend_application_components_featuredproducts_productcard",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "OrderSuccess()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/OrderSuccess.tsx",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "ordersuccess()",
|
|
"id": "frontend_application_components_ordersuccess_ordersuccess",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "PetProfile()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L39",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "petprofile()",
|
|
"id": "frontend_application_components_petprofile_petprofile",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L64",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_admin_service_adminservice_constructor",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_auth_auth_service_authservice_constructor",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": ".onModuleDestroy()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": ".onmoduledestroy()",
|
|
"id": "backend_src_redis_redis_service_redisservice_onmoduledestroy",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": ".onModuleInit()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": ".onmoduleinit()",
|
|
"id": "backend_src_redis_redis_service_redisservice_onmoduleinit",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": ".set()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L19",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": ".set()",
|
|
"id": "backend_src_redis_redis_service_redisservice_set",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": ".catch()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": ".catch()",
|
|
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": ".deriveErrorCode()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L114",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": ".deriveerrorcode()",
|
|
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": ".translateGenericMessage()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L91",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": ".translategenericmessage()",
|
|
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": ".catch()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/filters/prisma-exception.filter.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": ".catch()",
|
|
"id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": ".intercept()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": ".intercept()",
|
|
"id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": ".transform()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": ".transform()",
|
|
"id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "bootstrap()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "bootstrap()",
|
|
"id": "backend_src_main_bootstrap",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_contact_contact_controller_contactcontroller_constructor",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".getAllSubmissions()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L42",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".getallsubmissions()",
|
|
"id": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".getContactInfo()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L35",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".getcontactinfo()",
|
|
"id": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".submitContact()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".submitcontact()",
|
|
"id": "backend_src_contact_contact_controller_contactcontroller_submitcontact",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".updateContactInfo()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L71",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".updatecontactinfo()",
|
|
"id": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".updateSubmissionStatus()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L57",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".updatesubmissionstatus()",
|
|
"id": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_contact_contact_service_contactservice_constructor",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".getAllSubmissions()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L125",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".getallsubmissions()",
|
|
"id": "backend_src_contact_contact_service_contactservice_getallsubmissions",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".getContactInfo()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L77",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".getcontactinfo()",
|
|
"id": "backend_src_contact_contact_service_contactservice_getcontactinfo",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".submitContactForm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L30",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".submitcontactform()",
|
|
"id": "backend_src_contact_contact_service_contactservice_submitcontactform",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".updateContactInfoItems()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L159",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".updatecontactinfoitems()",
|
|
"id": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": ".updateSubmissionStatus()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L148",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": ".updatesubmissionstatus()",
|
|
"id": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "ConfirmModal()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "confirmmodal()",
|
|
"id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "CMS()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "cms()",
|
|
"id": "frontend_admin_panel_src_pages_cms_cms",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "MediaManager()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L22",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "mediamanager()",
|
|
"id": "frontend_admin_panel_src_pages_media_mediamanager",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "fetchVideosList()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L455",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "fetchvideoslist()",
|
|
"id": "frontend_admin_panel_src_pages_videos_fetchvideoslist",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "Videos()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "videos()",
|
|
"id": "frontend_admin_panel_src_pages_videos_videos",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "WholesaleApplications()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "wholesaleapplications()",
|
|
"id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "Wiki()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "wiki()",
|
|
"id": "frontend_admin_panel_src_pages_wiki_wiki",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L28",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_constructor",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".createHeroBanner()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L39",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".createherobanner()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".createSmartAdvisorRule()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L95",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".createsmartadvisorrule()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".createVetTestimonial()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L67",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".createvettestimonial()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".deleteHeroBanner()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L54",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".deleteherobanner()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".deleteSmartAdvisorRule()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L110",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".deletesmartadvisorrule()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".deleteVetTestimonial()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L82",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".deletevettestimonial()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".getHeroBanners()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L33",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".getherobanners()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_getherobanners",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".getSmartAdvisorRules()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L89",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".getsmartadvisorrules()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".getVetTestimonials()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L61",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".getvettestimonials()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".updateHeroBanner()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L45",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".updateherobanner()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".updateSmartAdvisorRule()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L101",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".updatesmartadvisorrule()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".updateVetTestimonial()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L73",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".updatevettestimonial()",
|
|
"id": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L11",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_constructor",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".createHeroBanner()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".createherobanner()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_createherobanner",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".createSmartAdvisorRule()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L67",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".createsmartadvisorrule()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".createVetTestimonial()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L41",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".createvettestimonial()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_createvettestimonial",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".deleteHeroBanner()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L30",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".deleteherobanner()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_deleteherobanner",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".deleteSmartAdvisorRule()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L82",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".deletesmartadvisorrule()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".deleteVetTestimonial()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L56",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".deletevettestimonial()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_deletevettestimonial",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".getHeroBanners()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".getherobanners()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_getherobanners",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".getSmartAdvisorRules()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L61",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".getsmartadvisorrules()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".getVetTestimonials()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L35",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".getvettestimonials()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_getvettestimonials",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".updateHeroBanner()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".updateherobanner()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_updateherobanner",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".updateSmartAdvisorRule()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L71",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".updatesmartadvisorrule()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".updateVetTestimonial()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L45",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": ".updatevettestimonial()",
|
|
"id": "backend_src_cms_cms_service_cmsservice_updatevettestimonial",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L30",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_blogs_controller_blogscontroller_constructor",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": ".createBlog()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L43",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": ".createblog()",
|
|
"id": "backend_src_admin_blogs_controller_blogscontroller_createblog",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": ".deleteBlog()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L63",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": ".deleteblog()",
|
|
"id": "backend_src_admin_blogs_controller_blogscontroller_deleteblog",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": ".getBlogs()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L37",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": ".getblogs()",
|
|
"id": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": ".updateBlog()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L53",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": ".updateblog()",
|
|
"id": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": ".applyForWholesale()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L29",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": ".applyforwholesale()",
|
|
"id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": ".approveWholesaleRequest()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L54",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": ".approvewholesalerequest()",
|
|
"id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": ".getWholesaleRequests()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L43",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": ".getwholesalerequests()",
|
|
"id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": ".rejectWholesaleRequest()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L63",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": ".rejectwholesalerequest()",
|
|
"id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": ".approveWholesaleRequest()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L63",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": ".approvewholesalerequest()",
|
|
"id": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": ".getWholesaleRequests()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L54",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": ".getwholesalerequests()",
|
|
"id": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": ".rejectWholesaleRequest()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L77",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": ".rejectwholesalerequest()",
|
|
"id": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L29",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_wiki_controller_wikicontroller_constructor",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": ".createTerm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L42",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": ".createterm()",
|
|
"id": "backend_src_admin_wiki_controller_wikicontroller_createterm",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": ".deleteTerm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L59",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": ".deleteterm()",
|
|
"id": "backend_src_admin_wiki_controller_wikicontroller_deleteterm",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": ".getTerms()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L36",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": ".getterms()",
|
|
"id": "backend_src_admin_wiki_controller_wikicontroller_getterms",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": ".updateTerm()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L49",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": ".updateterm()",
|
|
"id": "backend_src_admin_wiki_controller_wikicontroller_updateterm",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_seo_seo_controller_seocontroller_constructor",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": ".getProductSchema()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": ".getproductschema()",
|
|
"id": "backend_src_seo_seo_controller_seocontroller_getproductschema",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": ".getSitemap()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": ".getsitemap()",
|
|
"id": "backend_src_seo_seo_controller_seocontroller_getsitemap",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_seo_seo_service_seoservice_constructor",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": ".getProductSchema()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L36",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": ".getproductschema()",
|
|
"id": "backend_src_seo_seo_service_seoservice_getproductschema",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": ".getSitemapUrls()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": ".getsitemapurls()",
|
|
"id": "backend_src_seo_seo_service_seoservice_getsitemapurls",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "CouponModal()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L258",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 46,
|
|
"norm_label": "couponmodal()",
|
|
"id": "frontend_admin_panel_src_pages_coupons_couponmodal",
|
|
"community_name": "Coupon Management UI"
|
|
},
|
|
{
|
|
"label": "Coupons()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L42",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 46,
|
|
"norm_label": "coupons()",
|
|
"id": "frontend_admin_panel_src_pages_coupons_coupons",
|
|
"community_name": "Coupon Management UI"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_home_home_controller_homecontroller_constructor",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": ".getHomeData()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": ".gethomedata()",
|
|
"id": "backend_src_home_home_controller_homecontroller_gethomedata",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_home_home_service_homeservice_constructor",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": ".getHomeData()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": ".gethomedata()",
|
|
"id": "backend_src_home_home_service_homeservice_gethomedata",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": ".sendSms()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L182",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".sendsms()",
|
|
"id": "backend_src_common_services_sms_service_smsservice_sendsms",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L55",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_orders_orders_controller_orderscontroller_constructor",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L85",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_orders_orders_controller_orderscontroller_create",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L146",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_orders_orders_controller_orderscontroller_findall",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L189",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_orders_orders_controller_orderscontroller_findone",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".validateCoupon()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L110",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".validatecoupon()",
|
|
"id": "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".checkAndSendRefillReminders()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L361",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".checkandsendrefillreminders()",
|
|
"id": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L100",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_orders_orders_service_ordersservice_create",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".findAllByUser()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L314",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".findallbyuser()",
|
|
"id": "backend_src_orders_orders_service_ordersservice_findallbyuser",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L347",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_orders_orders_service_ordersservice_findone",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".generateTrackingNumber()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L19",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".generatetrackingnumber()",
|
|
"id": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": ".validateCoupon()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": ".validatecoupon()",
|
|
"id": "backend_src_orders_orders_service_ordersservice_validatecoupon",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "main()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-home.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "main()",
|
|
"id": "backend_prisma_seed_home_main",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "main()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "main()",
|
|
"id": "backend_prisma_seed_main",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "determineSuitableFor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "determinesuitablefor()",
|
|
"id": "backend_prisma_seed_products_determinesuitablefor",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "findOrCreateCategory()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L128",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "findorcreatecategory()",
|
|
"id": "backend_prisma_seed_products_findorcreatecategory",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "getProductImageUrl()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L41",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "getproductimageurl()",
|
|
"id": "backend_prisma_seed_products_getproductimageurl",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "main()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L268",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "main()",
|
|
"id": "backend_prisma_seed_products_main",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "parseSize()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "parsesize()",
|
|
"id": "backend_prisma_seed_products_parsesize",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "slugify()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "slugify()",
|
|
"id": "backend_prisma_seed_products_slugify",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "Skeleton()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx",
|
|
"source_location": "L2",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "skeleton()",
|
|
"id": "frontend_admin_panel_src_components_ui_skeleton_skeleton",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "Orders()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L75",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "orders()",
|
|
"id": "frontend_admin_panel_src_pages_orders_orders",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "toPersianDigits()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L69",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "topersiandigits()",
|
|
"id": "frontend_admin_panel_src_pages_orders_topersiandigits",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "Users()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "users()",
|
|
"id": "frontend_admin_panel_src_pages_users_users",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "GlobalLoading()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/loading.tsx",
|
|
"source_location": "L4",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "globalloading()",
|
|
"id": "frontend_application_app_loading_globalloading",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "Shop()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/shop/page.tsx",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "shop()",
|
|
"id": "frontend_application_app_shop_page_shop",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "ArchivePage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L225",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "archivepage()",
|
|
"id": "frontend_application_components_archivepage_archivepage",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "OrderRowSkeleton()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L70",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "orderrowskeleton()",
|
|
"id": "frontend_application_components_skeleton_orderrowskeleton",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "PetProfileSkeleton()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L43",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "petprofileskeleton()",
|
|
"id": "frontend_application_components_skeleton_petprofileskeleton",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "ProductCardSkeleton()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L16",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "productcardskeleton()",
|
|
"id": "frontend_application_components_skeleton_productcardskeleton",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "Skeleton()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "skeleton()",
|
|
"id": "frontend_application_components_skeleton_skeleton",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "generateMetadata()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "generatemetadata()",
|
|
"id": "frontend_application_app_shop_slug_page_generatemetadata",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "ShopProductPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
|
|
"source_location": "L43",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "shopproductpage()",
|
|
"id": "frontend_application_app_shop_slug_page_shopproductpage",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "ProductPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L71",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "productpage()",
|
|
"id": "frontend_application_components_productpage_productpage",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "Tooltip()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Tooltip.tsx",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "tooltip()",
|
|
"id": "frontend_application_components_tooltip_tooltip",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "Videos()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/videos/page.tsx",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "videos()",
|
|
"id": "frontend_application_app_videos_page_videos",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "SafeImage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SafeImage.tsx",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "safeimage()",
|
|
"id": "frontend_application_components_safeimage_safeimage",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "VideosPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/VideosPage.tsx",
|
|
"source_location": "L59",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "videospage()",
|
|
"id": "frontend_application_components_videospage_videospage",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_pets_controller_petscontroller_constructor",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": ".deletePet()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L38",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": ".deletepet()",
|
|
"id": "backend_src_admin_pets_controller_petscontroller_deletepet",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": ".getPets()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L32",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": ".getpets()",
|
|
"id": "backend_src_admin_pets_controller_petscontroller_getpets",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_reports_controller_reportscontroller_constructor",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": ".getReports()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": ".getreports()",
|
|
"id": "backend_src_admin_reports_controller_reportscontroller_getreports",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_admin_reports_service_reportsservice_constructor",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": ".getDashboardReports()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": ".getdashboardreports()",
|
|
"id": "backend_src_admin_reports_service_reportsservice_getdashboardreports",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": ".adminLogin()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L129",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".adminlogin()",
|
|
"id": "backend_src_auth_auth_controller_authcontroller_adminlogin",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L32",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_auth_auth_controller_authcontroller_constructor",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".login()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L120",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".login()",
|
|
"id": "backend_src_auth_auth_controller_authcontroller_login",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".register()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L111",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".register()",
|
|
"id": "backend_src_auth_auth_controller_authcontroller_register",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".sendOtp()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L59",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".sendotp()",
|
|
"id": "backend_src_auth_auth_controller_authcontroller_sendotp",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".verifyOtp()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L100",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".verifyotp()",
|
|
"id": "backend_src_auth_auth_controller_authcontroller_verifyotp",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".adminLogin()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L192",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".adminlogin()",
|
|
"id": "backend_src_auth_auth_service_authservice_adminlogin",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".login()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L152",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".login()",
|
|
"id": "backend_src_auth_auth_service_authservice_login",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".register()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L103",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".register()",
|
|
"id": "backend_src_auth_auth_service_authservice_register",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".sendOtp()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L38",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".sendotp()",
|
|
"id": "backend_src_auth_auth_service_authservice_sendotp",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".verifyOtp()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L63",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".verifyotp()",
|
|
"id": "backend_src_auth_auth_service_authservice_verifyotp",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".sendOtp()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L92",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".sendotp()",
|
|
"id": "backend_src_common_services_sms_service_smsservice_sendotp",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".del()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": ".del()",
|
|
"id": "backend_src_redis_redis_service_redisservice_del",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L19",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_wiki_wiki_controller_wikicontroller_constructor",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_wiki_wiki_service_wikiservice_constructor",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_wiki_wiki_service_wikiservice_findall",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": ".findOneByKey()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L52",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": ".findonebykey()",
|
|
"id": "backend_src_wiki_wiki_service_wikiservice_findonebykey",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_blogs_blogs_service_blogsservice_constructor",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_blogs_blogs_service_blogsservice_findall",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": ".findOneBySlug()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L55",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": ".findonebyslug()",
|
|
"id": "backend_src_blogs_blogs_service_blogsservice_findonebyslug",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": ".findAllAdmin()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L49",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": ".findalladmin()",
|
|
"id": "backend_src_pets_pets_service_petsservice_findalladmin",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": ".findAllByUser()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L109",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": ".findallbyuser()",
|
|
"id": "backend_src_pets_pets_service_petsservice_findallbyuser",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L19",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_blogs_blogs_controller_blogscontroller_constructor",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_blogs_blogs_controller_blogscontroller_findall",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L32",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_blogs_blogs_controller_blogscontroller_findone",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": ".sendB2bNotification()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L145",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": ".sendb2bnotification()",
|
|
"id": "backend_src_common_services_sms_service_smsservice_sendb2bnotification",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": ".sendOrderConfirmation()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L107",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": ".sendorderconfirmation()",
|
|
"id": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": ".sendPatternSms()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": ".sendpatternsms()",
|
|
"id": "backend_src_common_services_sms_service_smsservice_sendpatternsms",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": ".sendPetCareReminder()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L163",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": ".sendpetcarereminder()",
|
|
"id": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": ".sendShippingNotification()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L126",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": ".sendshippingnotification()",
|
|
"id": "backend_src_common_services_sms_service_smsservice_sendshippingnotification",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_orders_orders_service_ordersservice_constructor",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": ".updateStatus()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L283",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": ".updatestatus()",
|
|
"id": "backend_src_orders_orders_service_ordersservice_updatestatus",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": ".applyForWholesale()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L14",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": ".applyforwholesale()",
|
|
"id": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "generateOpenApi()",
|
|
"file_type": "code",
|
|
"source_file": "backend/scripts/generate-openapi.ts",
|
|
"source_location": "L8",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "generateopenapi()",
|
|
"id": "backend_scripts_generate_openapi_generateopenapi",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": ".configure()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L76",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": ".configure()",
|
|
"id": "backend_src_app_module_appmodule_configure",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L74",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_app_module_appmodule_constructor",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L11",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_common_metrics_controller_metricscontroller_constructor",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": ".getMetrics()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": ".getmetrics()",
|
|
"id": "backend_src_common_metrics_controller_metricscontroller_getmetrics",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": ".incrementRequestCount()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": ".incrementrequestcount()",
|
|
"id": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": ".incr()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L35",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": ".incr()",
|
|
"id": "backend_src_redis_redis_service_redisservice_incr",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L6",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_app_controller_appcontroller_constructor",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": ".getHello()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": ".gethello()",
|
|
"id": "backend_src_app_controller_appcontroller_gethello",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": ".getHello()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.service.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": ".gethello()",
|
|
"id": "backend_src_app_service_appservice_gethello",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": ".addHealthLog()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L260",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 68,
|
|
"norm_label": ".addhealthlog()",
|
|
"id": "backend_src_pets_pets_service_petsservice_addhealthlog",
|
|
"community_name": "Pet Business Logic"
|
|
},
|
|
{
|
|
"label": ".addReminder()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L198",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 68,
|
|
"norm_label": ".addreminder()",
|
|
"id": "backend_src_pets_pets_service_petsservice_addreminder",
|
|
"community_name": "Pet Business Logic"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 68,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_pets_pets_service_petsservice_constructor",
|
|
"community_name": "Pet Business Logic"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 68,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_pets_pets_service_petsservice_create",
|
|
"community_name": "Pet Business Logic"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L150",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 68,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_pets_pets_service_petsservice_findone",
|
|
"community_name": "Pet Business Logic"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L191",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 68,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_pets_pets_service_petsservice_remove",
|
|
"community_name": "Pet Business Logic"
|
|
},
|
|
{
|
|
"label": ".toggleReminder()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L211",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 68,
|
|
"norm_label": ".togglereminder()",
|
|
"id": "backend_src_pets_pets_service_petsservice_togglereminder",
|
|
"community_name": "Pet Business Logic"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L161",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 68,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_pets_pets_service_petsservice_update",
|
|
"community_name": "Pet Business Logic"
|
|
},
|
|
{
|
|
"label": "CustomTooltip()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 71,
|
|
"norm_label": "customtooltip()",
|
|
"id": "frontend_admin_panel_src_pages_reports_customtooltip",
|
|
"community_name": "Analytics and Report Charts"
|
|
},
|
|
{
|
|
"label": "Reports()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L61",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 71,
|
|
"norm_label": "reports()",
|
|
"id": "frontend_admin_panel_src_pages_reports_reports",
|
|
"community_name": "Analytics and Report Charts"
|
|
},
|
|
{
|
|
"label": "cmd_next_task()",
|
|
"file_type": "code",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L105",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 72,
|
|
"norm_label": "cmd_next_task()",
|
|
"id": "ai_agency_orchestrate_cmd_next_task",
|
|
"community_name": "Task Orchestration Scripts"
|
|
},
|
|
{
|
|
"label": "cmd_progress()",
|
|
"file_type": "code",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L75",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 72,
|
|
"norm_label": "cmd_progress()",
|
|
"id": "ai_agency_orchestrate_cmd_progress",
|
|
"community_name": "Task Orchestration Scripts"
|
|
},
|
|
{
|
|
"label": "cmd_reset()",
|
|
"file_type": "code",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L143",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 72,
|
|
"norm_label": "cmd_reset()",
|
|
"id": "ai_agency_orchestrate_cmd_reset",
|
|
"community_name": "Task Orchestration Scripts"
|
|
},
|
|
{
|
|
"label": "cmd_status()",
|
|
"file_type": "code",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L41",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 72,
|
|
"norm_label": "cmd_status()",
|
|
"id": "ai_agency_orchestrate_cmd_status",
|
|
"community_name": "Task Orchestration Scripts"
|
|
},
|
|
{
|
|
"label": "cmd_unblock()",
|
|
"file_type": "code",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L128",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 72,
|
|
"norm_label": "cmd_unblock()",
|
|
"id": "ai_agency_orchestrate_cmd_unblock",
|
|
"community_name": "Task Orchestration Scripts"
|
|
},
|
|
{
|
|
"label": "load_json()",
|
|
"file_type": "code",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L31",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 72,
|
|
"norm_label": "load_json()",
|
|
"id": "ai_agency_orchestrate_load_json",
|
|
"community_name": "Task Orchestration Scripts"
|
|
},
|
|
{
|
|
"label": "main()",
|
|
"file_type": "code",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L180",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 72,
|
|
"norm_label": "main()",
|
|
"id": "ai_agency_orchestrate_main",
|
|
"community_name": "Task Orchestration Scripts"
|
|
},
|
|
{
|
|
"label": "save_json()",
|
|
"file_type": "code",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L37",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 72,
|
|
"norm_label": "save_json()",
|
|
"id": "ai_agency_orchestrate_save_json",
|
|
"community_name": "Task Orchestration Scripts"
|
|
},
|
|
{
|
|
"label": ".componentDidCatch()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L30",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 75,
|
|
"norm_label": ".componentdidcatch()",
|
|
"id": "frontend_application_components_errorboundary_errorboundary_componentdidcatch",
|
|
"community_name": "React Error Boundary"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 75,
|
|
"norm_label": ".constructor()",
|
|
"id": "frontend_application_components_errorboundary_errorboundary_constructor",
|
|
"community_name": "React Error Boundary"
|
|
},
|
|
{
|
|
"label": ".getDerivedStateFromError()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 75,
|
|
"norm_label": ".getderivedstatefromerror()",
|
|
"id": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror",
|
|
"community_name": "React Error Boundary"
|
|
},
|
|
{
|
|
"label": ".handleRetry()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L34",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 75,
|
|
"norm_label": ".handleretry()",
|
|
"id": "frontend_application_components_errorboundary_errorboundary_handleretry",
|
|
"community_name": "React Error Boundary"
|
|
},
|
|
{
|
|
"label": ".render()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L39",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 75,
|
|
"norm_label": ".render()",
|
|
"id": "frontend_application_components_errorboundary_errorboundary_render",
|
|
"community_name": "React Error Boundary"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L24",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 77,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_wiki_wiki_controller_wikicontroller_findall",
|
|
"community_name": "Generic Resource Controller"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L32",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 77,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_wiki_wiki_controller_wikicontroller_findone",
|
|
"community_name": "Generic Resource Controller"
|
|
},
|
|
{
|
|
"label": "ErrorBoundary()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/error.tsx",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 78,
|
|
"norm_label": "errorboundary()",
|
|
"id": "frontend_application_app_error_errorboundary",
|
|
"community_name": "Error and Not Found Pages"
|
|
},
|
|
{
|
|
"label": "NotFound()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/not-found.tsx",
|
|
"source_location": "L3",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 78,
|
|
"norm_label": "notfound()",
|
|
"id": "frontend_application_app_not_found_notfound",
|
|
"community_name": "Error and Not Found Pages"
|
|
},
|
|
{
|
|
"label": "NotFoundPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorPages.tsx",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 78,
|
|
"norm_label": "notfoundpage()",
|
|
"id": "frontend_application_components_errorpages_notfoundpage",
|
|
"community_name": "Error and Not Found Pages"
|
|
},
|
|
{
|
|
"label": "ServerErrorPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorPages.tsx",
|
|
"source_location": "L38",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 78,
|
|
"norm_label": "servererrorpage()",
|
|
"id": "frontend_application_components_errorpages_servererrorpage",
|
|
"community_name": "Error and Not Found Pages"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_videos_videos_controller_videoscontroller_constructor",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L48",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_videos_videos_controller_videoscontroller_create",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L34",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_videos_videos_controller_videoscontroller_findall",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L40",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_videos_videos_controller_videoscontroller_findone",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L67",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_videos_videos_controller_videoscontroller_remove",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L56",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_videos_videos_controller_videoscontroller_update",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".constructor()",
|
|
"id": "backend_src_videos_videos_service_videosservice_constructor",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".create()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L69",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".create()",
|
|
"id": "backend_src_videos_videos_service_videosservice_create",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".findAll()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L17",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".findall()",
|
|
"id": "backend_src_videos_videos_service_videosservice_findall",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".findOne()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L57",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".findone()",
|
|
"id": "backend_src_videos_videos_service_videosservice_findone",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".remove()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L92",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".remove()",
|
|
"id": "backend_src_videos_videos_service_videosservice_remove",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".update()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L83",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": ".update()",
|
|
"id": "backend_src_videos_videos_service_videosservice_update",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L34",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 82,
|
|
"norm_label": ".constructor()",
|
|
"id": "frontend_application_lib_services_orderservice_orderservice_constructor",
|
|
"community_name": "Order Business Logic"
|
|
},
|
|
{
|
|
"label": ".createOrder()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L46",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 82,
|
|
"norm_label": ".createorder()",
|
|
"id": "frontend_application_lib_services_orderservice_orderservice_createorder",
|
|
"community_name": "Order Business Logic"
|
|
},
|
|
{
|
|
"label": ".getInstance()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L36",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 82,
|
|
"norm_label": ".getinstance()",
|
|
"id": "frontend_application_lib_services_orderservice_orderservice_getinstance",
|
|
"community_name": "Order Business Logic"
|
|
},
|
|
{
|
|
"label": ".getOrderById()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L84",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 82,
|
|
"norm_label": ".getorderbyid()",
|
|
"id": "frontend_application_lib_services_orderservice_orderservice_getorderbyid",
|
|
"community_name": "Order Business Logic"
|
|
},
|
|
{
|
|
"label": ".getUserOrders()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L70",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 82,
|
|
"norm_label": ".getuserorders()",
|
|
"id": "frontend_application_lib_services_orderservice_orderservice_getuserorders",
|
|
"community_name": "Order Business Logic"
|
|
},
|
|
{
|
|
"label": "checkAndOpen()",
|
|
"file_type": "code",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L26",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 83,
|
|
"norm_label": "checkandopen()",
|
|
"id": "scripts_open_browsers_checkandopen",
|
|
"community_name": "Browser Utility Scripts"
|
|
},
|
|
{
|
|
"label": "openUrl()",
|
|
"file_type": "code",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 83,
|
|
"norm_label": "openurl()",
|
|
"id": "scripts_open_browsers_openurl",
|
|
"community_name": "Browser Utility Scripts"
|
|
},
|
|
{
|
|
"label": "waitForBackend()",
|
|
"file_type": "code",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 84,
|
|
"norm_label": "waitforbackend()",
|
|
"id": "scripts_start_dev_waitforbackend",
|
|
"community_name": "Dev Server Startup"
|
|
},
|
|
{
|
|
"label": "check()",
|
|
"file_type": "code",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L10",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 84,
|
|
"norm_label": "check()",
|
|
"id": "scripts_start_dev_waitforbackend_check",
|
|
"community_name": "Dev Server Startup"
|
|
},
|
|
{
|
|
"label": "createPaginatedSchema()",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
|
|
"source_location": "L25",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 86,
|
|
"norm_label": "createpaginatedschema()",
|
|
"id": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema",
|
|
"community_name": "Pagination API Schemas"
|
|
},
|
|
{
|
|
"label": "CatalogClient()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L12",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "catalogclient()",
|
|
"id": "frontend_application_app_catalog_catalogclient_catalogclient",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "CatalogPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/catalog/page.tsx",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "catalogpage()",
|
|
"id": "frontend_application_app_catalog_page_catalogpage",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "SearchPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/search/page.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "searchpage()",
|
|
"id": "frontend_application_app_search_page_searchpage",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "sitemap()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/sitemap.ts",
|
|
"source_location": "L5",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "sitemap()",
|
|
"id": "frontend_application_app_sitemap_sitemap",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "WikiPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/wiki/page.tsx",
|
|
"source_location": "L21",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "wikipage()",
|
|
"id": "frontend_application_app_wiki_page_wikipage",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "IngredientWiki()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L15",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "ingredientwiki()",
|
|
"id": "frontend_application_components_ingredientwiki_ingredientwiki",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "SearchResultsPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SearchResultsPage.tsx",
|
|
"source_location": "L13",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "searchresultspage()",
|
|
"id": "frontend_application_components_searchresultspage_searchresultspage",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": ".constructor()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L60",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": ".constructor()",
|
|
"id": "frontend_application_lib_services_productservice_productservice_constructor",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": ".getActiveFilters()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L226",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": ".getactivefilters()",
|
|
"id": "frontend_application_lib_services_productservice_productservice_getactivefilters",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": ".getFeaturedProducts()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L196",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": ".getfeaturedproducts()",
|
|
"id": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": ".getInstance()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L62",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": ".getinstance()",
|
|
"id": "frontend_application_lib_services_productservice_productservice_getinstance",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": ".getNavigationFilters()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L240",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": ".getnavigationfilters()",
|
|
"id": "frontend_application_lib_services_productservice_productservice_getnavigationfilters",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": ".getProductById()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L176",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": ".getproductbyid()",
|
|
"id": "frontend_application_lib_services_productservice_productservice_getproductbyid",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": ".getProductBySlug()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L186",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": ".getproductbyslug()",
|
|
"id": "frontend_application_lib_services_productservice_productservice_getproductbyslug",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": ".getProducts()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L144",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": ".getproducts()",
|
|
"id": "frontend_application_lib_services_productservice_productservice_getproducts",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": ".mapBackendToFrontend()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L69",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": ".mapbackendtofrontend()",
|
|
"id": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "Blog()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/blog/page.tsx",
|
|
"source_location": "L42",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 90,
|
|
"norm_label": "blog()",
|
|
"id": "frontend_application_app_blog_page_blog",
|
|
"community_name": "Blog Listing Page"
|
|
},
|
|
{
|
|
"label": "getBlogs()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/blog/page.tsx",
|
|
"source_location": "L20",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 90,
|
|
"norm_label": "getblogs()",
|
|
"id": "frontend_application_app_blog_page_getblogs",
|
|
"community_name": "Blog Listing Page"
|
|
},
|
|
{
|
|
"label": "BlogPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/BlogPage.tsx",
|
|
"source_location": "L23",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 90,
|
|
"norm_label": "blogpage()",
|
|
"id": "frontend_application_components_blogpage_blogpage",
|
|
"community_name": "Blog Listing Page"
|
|
},
|
|
{
|
|
"label": "BlogPostPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L57",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 91,
|
|
"norm_label": "blogpostpage()",
|
|
"id": "frontend_application_app_blog_slug_page_blogpostpage",
|
|
"community_name": "Blog Post Detail Page"
|
|
},
|
|
{
|
|
"label": "generateMetadata()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L32",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 91,
|
|
"norm_label": "generatemetadata()",
|
|
"id": "frontend_application_app_blog_slug_page_generatemetadata",
|
|
"community_name": "Blog Post Detail Page"
|
|
},
|
|
{
|
|
"label": "getBlog()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L9",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 91,
|
|
"norm_label": "getblog()",
|
|
"id": "frontend_application_app_blog_slug_page_getblog",
|
|
"community_name": "Blog Post Detail Page"
|
|
},
|
|
{
|
|
"label": "main()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-ui-texts.ts",
|
|
"source_location": "L135",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 94,
|
|
"norm_label": "main()",
|
|
"id": "backend_prisma_seed_ui_texts_main",
|
|
"community_name": "UI Text Seeding"
|
|
},
|
|
{
|
|
"label": "main()",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-wiki.ts",
|
|
"source_location": "L48",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 95,
|
|
"norm_label": "main()",
|
|
"id": "backend_prisma_seed_wiki_main",
|
|
"community_name": "Wiki Terms Seeding"
|
|
},
|
|
{
|
|
"label": "generateMetadata()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
|
|
"source_location": "L18",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 99,
|
|
"norm_label": "generatemetadata()",
|
|
"id": "frontend_application_app_wiki_slug_page_generatemetadata",
|
|
"community_name": "Wiki Page Routing"
|
|
},
|
|
{
|
|
"label": "getWikiTerm()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
|
|
"source_location": "L7",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 99,
|
|
"norm_label": "getwikiterm()",
|
|
"id": "frontend_application_app_wiki_slug_page_getwikiterm",
|
|
"community_name": "Wiki Page Routing"
|
|
},
|
|
{
|
|
"label": "WikiTermPage()",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
|
|
"source_location": "L29",
|
|
"_callable": true,
|
|
"_origin": "ast",
|
|
"community": 99,
|
|
"norm_label": "wikitermpage()",
|
|
"id": "frontend_application_app_wiki_slug_page_wikitermpage",
|
|
"community_name": "Wiki Page Routing"
|
|
},
|
|
{
|
|
"label": "admin.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "admin.controller.ts",
|
|
"id": "backend_src_admin_admin_controller",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "admin.controller.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.controller.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "admin.controller.spec.ts",
|
|
"id": "backend_src_admin_admin_controller_spec",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_admin_admin_controller_ts_apibearerauth",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_admin_admin_controller_ts_apioperation",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "ApiQuery",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "apiquery",
|
|
"id": "backend_src_admin_admin_controller_ts_apiquery",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_admin_admin_controller_ts_apitags",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "body",
|
|
"id": "backend_src_admin_admin_controller_ts_body",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_admin_admin_controller_ts_controller",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_admin_admin_controller_ts_delete",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "get",
|
|
"id": "backend_src_admin_admin_controller_ts_get",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "param",
|
|
"id": "backend_src_admin_admin_controller_ts_param",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "post",
|
|
"id": "backend_src_admin_admin_controller_ts_post",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "put",
|
|
"id": "backend_src_admin_admin_controller_ts_put",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "query",
|
|
"id": "backend_src_admin_admin_controller_ts_query",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_admin_admin_controller_ts_useguards",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_admin_admin_service_ts_injectable",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "admin-query.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "admin-query.dto.ts",
|
|
"id": "backend_src_admin_dto_admin_query_dto",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_admin_dto_admin_query_dto_ts_isoptional",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 0,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_admin_dto_admin_query_dto_ts_isstring",
|
|
"community_name": "Admin Management Service"
|
|
},
|
|
{
|
|
"label": "ApiBadRequestResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "apibadrequestresponse",
|
|
"id": "backend_src_pets_pets_controller_ts_apibadrequestresponse",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_pets_pets_controller_ts_apibearerauth",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiCreatedResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "apicreatedresponse",
|
|
"id": "backend_src_pets_pets_controller_ts_apicreatedresponse",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiNotFoundResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "apinotfoundresponse",
|
|
"id": "backend_src_pets_pets_controller_ts_apinotfoundresponse",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiOkResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "apiokresponse",
|
|
"id": "backend_src_pets_pets_controller_ts_apiokresponse",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_pets_pets_controller_ts_apioperation",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_pets_pets_controller_ts_apitags",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "body",
|
|
"id": "backend_src_pets_pets_controller_ts_body",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_pets_pets_controller_ts_controller",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_pets_pets_controller_ts_delete",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "get",
|
|
"id": "backend_src_pets_pets_controller_ts_get",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "param",
|
|
"id": "backend_src_pets_pets_controller_ts_param",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "Patch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "patch",
|
|
"id": "backend_src_pets_pets_controller_ts_patch",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "post",
|
|
"id": "backend_src_pets_pets_controller_ts_post",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "query",
|
|
"id": "backend_src_pets_pets_controller_ts_query",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "Req",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "req",
|
|
"id": "backend_src_pets_pets_controller_ts_req",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 1,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_pets_pets_controller_ts_useguards",
|
|
"community_name": "Pet Management Controller"
|
|
},
|
|
{
|
|
"label": "ClientLayout.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "clientlayout.tsx",
|
|
"id": "frontend_application_app_clientlayout",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "layout.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/layout.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "layout.tsx",
|
|
"id": "frontend_application_app_layout",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "track/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/track/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "track/page.tsx",
|
|
"id": "frontend_application_app_track_page",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "AuthModal.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "authmodal.tsx",
|
|
"id": "frontend_application_components_authmodal",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "B2BPortal.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "b2bportal.tsx",
|
|
"id": "frontend_application_components_b2bportal",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "CartDrawer.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "cartdrawer.tsx",
|
|
"id": "frontend_application_components_cartdrawer",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "Header.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "header.tsx",
|
|
"id": "frontend_application_components_header",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "MENU_ICONS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "menu_icons",
|
|
"id": "frontend_application_components_header_menu_icons",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "LoginModal.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "loginmodal.tsx",
|
|
"id": "frontend_application_components_loginmodal",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "MaintenancePage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/MaintenancePage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "maintenancepage.tsx",
|
|
"id": "frontend_application_components_maintenancepage",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "OrderTracking.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/OrderTracking.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "ordertracking.tsx",
|
|
"id": "frontend_application_components_ordertracking",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "CartDrawer.test.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "cartdrawer.test.tsx",
|
|
"id": "frontend_application_components_tests_cartdrawer_test",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "mockProduct",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
|
|
"source_location": "L19",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "mockproduct",
|
|
"id": "frontend_application_components_tests_cartdrawer_test_mockproduct",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "Header.test.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "header.test.tsx",
|
|
"id": "frontend_application_components_tests_header_test",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "cartStore.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "cartstore.ts",
|
|
"id": "frontend_application_lib_store_cartstore",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "useCartStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L54",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "usecartstore",
|
|
"id": "frontend_application_lib_store_cartstore_usecartstore",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "cartStore.test.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "cartstore.test.ts",
|
|
"id": "frontend_application_lib_store_tests_cartstore_test",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "mockProduct",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
|
|
"source_location": "L20",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "mockproduct",
|
|
"id": "frontend_application_lib_store_tests_cartstore_test_mockproduct",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "uiStore.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/uiStore.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "uistore.ts",
|
|
"id": "frontend_application_lib_store_uistore",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "useUIStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/uiStore.ts",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "useuistore",
|
|
"id": "frontend_application_lib_store_uistore_useuistore",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "userStore.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "userstore.ts",
|
|
"id": "frontend_application_lib_store_userstore",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "useUserStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L62",
|
|
"_origin": "ast",
|
|
"community": 10,
|
|
"norm_label": "useuserstore",
|
|
"id": "frontend_application_lib_store_userstore_useuserstore",
|
|
"community_name": "Client Layout and Auth Modals"
|
|
},
|
|
{
|
|
"label": "NetworkBanner.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/NetworkBanner.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 100,
|
|
"norm_label": "networkbanner.tsx",
|
|
"id": "frontend_application_components_networkbanner",
|
|
"community_name": "Network Status Banner"
|
|
},
|
|
{
|
|
"label": "useNetworkStatus.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/hooks/useNetworkStatus.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 100,
|
|
"norm_label": "usenetworkstatus.ts",
|
|
"id": "frontend_application_lib_hooks_usenetworkstatus",
|
|
"community_name": "Network Status Banner"
|
|
},
|
|
{
|
|
"label": "deploy.sh",
|
|
"file_type": "code",
|
|
"source_file": "scripts/deploy.sh",
|
|
"source_location": "L1",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "file"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 101,
|
|
"norm_label": "deploy.sh",
|
|
"id": "scripts_deploy",
|
|
"community_name": "Docker Deployment Scripts"
|
|
},
|
|
{
|
|
"label": "COMPOSE_DOCKER_CLI_BUILD",
|
|
"file_type": "code",
|
|
"source_file": "scripts/deploy.sh",
|
|
"source_location": "L5",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "code"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 101,
|
|
"norm_label": "compose_docker_cli_build",
|
|
"id": "scripts_deploy_compose_docker_cli_build",
|
|
"community_name": "Docker Deployment Scripts"
|
|
},
|
|
{
|
|
"label": "DOCKER_BUILDKIT",
|
|
"file_type": "code",
|
|
"source_file": "scripts/deploy.sh",
|
|
"source_location": "L4",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "code"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 101,
|
|
"norm_label": "docker_buildkit",
|
|
"id": "scripts_deploy_docker_buildkit",
|
|
"community_name": "Docker Deployment Scripts"
|
|
},
|
|
{
|
|
"label": "deploy.sh script",
|
|
"file_type": "code",
|
|
"source_file": "scripts/deploy.sh",
|
|
"source_location": "L1",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "bash_entrypoint"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 101,
|
|
"norm_label": "deploy.sh script",
|
|
"id": "scripts_deploy_sh__entry",
|
|
"community_name": "Docker Deployment Scripts"
|
|
},
|
|
{
|
|
"label": "@eslint/js",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L47",
|
|
"_origin": "ast",
|
|
"community": 102,
|
|
"norm_label": "@eslint/js",
|
|
"id": "backend_package_devdependencies_eslint_js",
|
|
"community_name": "ESLint Core Configuration"
|
|
},
|
|
{
|
|
"label": "@eslint/js",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 102,
|
|
"norm_label": "@eslint/js",
|
|
"id": "frontend_admin_panel_package_devdependencies_eslint_js",
|
|
"community_name": "ESLint Core Configuration"
|
|
},
|
|
{
|
|
"label": "@eslint/js",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L47",
|
|
"_origin": "ast",
|
|
"community": 102,
|
|
"norm_label": "@eslint/js",
|
|
"id": "backend_package_json_eslint_js",
|
|
"community_name": "ESLint Core Configuration"
|
|
},
|
|
{
|
|
"label": "typescript-eslint",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L74",
|
|
"_origin": "ast",
|
|
"community": 103,
|
|
"norm_label": "typescript-eslint",
|
|
"id": "backend_package_devdependencies_typescript_eslint",
|
|
"community_name": "TypeScript ESLint Support"
|
|
},
|
|
{
|
|
"label": "typescript-eslint",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L39",
|
|
"_origin": "ast",
|
|
"community": 103,
|
|
"norm_label": "typescript-eslint",
|
|
"id": "frontend_admin_panel_package_devdependencies_typescript_eslint",
|
|
"community_name": "TypeScript ESLint Support"
|
|
},
|
|
{
|
|
"label": "typescript-eslint",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L74",
|
|
"_origin": "ast",
|
|
"community": 103,
|
|
"norm_label": "typescript-eslint",
|
|
"id": "backend_package_json_typescript_eslint",
|
|
"community_name": "TypeScript ESLint Support"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 104,
|
|
"norm_label": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
|
|
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration",
|
|
"community_name": "Database Migration Scripts"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 104,
|
|
"norm_label": "\"scientific_terms\"",
|
|
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms",
|
|
"community_name": "Database Migration Scripts"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 104,
|
|
"norm_label": "\"ui_texts\"",
|
|
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts",
|
|
"community_name": "Database Migration Scripts"
|
|
},
|
|
{
|
|
"label": "prisma/scientificTerms.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/scientificTerms.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 105,
|
|
"norm_label": "prisma/scientificterms.ts",
|
|
"id": "backend_prisma_scientificterms",
|
|
"community_name": "Scientific Terms Schema"
|
|
},
|
|
{
|
|
"label": "SCIENTIFIC_TERMS",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/scientificTerms.ts",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 105,
|
|
"norm_label": "scientific_terms",
|
|
"id": "backend_prisma_scientificterms_scientific_terms",
|
|
"community_name": "Scientific Terms Schema"
|
|
},
|
|
{
|
|
"label": "seed-blogs.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-blogs.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 106,
|
|
"norm_label": "seed-blogs.ts",
|
|
"id": "backend_prisma_seed_blogs",
|
|
"community_name": "Blog Data Seeding"
|
|
},
|
|
{
|
|
"label": "prisma",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-blogs.ts",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 106,
|
|
"norm_label": "prisma",
|
|
"id": "backend_prisma_seed_blogs_prisma",
|
|
"community_name": "Blog Data Seeding"
|
|
},
|
|
{
|
|
"label": "seed-custom.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-custom.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 107,
|
|
"norm_label": "seed-custom.ts",
|
|
"id": "backend_prisma_seed_custom",
|
|
"community_name": "Custom Data Seeding"
|
|
},
|
|
{
|
|
"label": "prisma",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-custom.ts",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 107,
|
|
"norm_label": "prisma",
|
|
"id": "backend_prisma_seed_custom_prisma",
|
|
"community_name": "Custom Data Seeding"
|
|
},
|
|
{
|
|
"label": "prisma",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L66",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "prisma",
|
|
"id": "backend_package_devdependencies_prisma",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "tsconfig.build.json",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "tsconfig.build.json",
|
|
"id": "backend_tsconfig_build",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "exclude",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "exclude",
|
|
"id": "backend_tsconfig_build_exclude",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "extends",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "extends",
|
|
"id": "backend_tsconfig_build_extends",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "application/tsconfig.json",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "application/tsconfig.json",
|
|
"id": "frontend_application_tsconfig",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "compilerOptions",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "compileroptions",
|
|
"id": "frontend_application_tsconfig_compileroptions",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "allowJs",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "allowjs",
|
|
"id": "frontend_application_tsconfig_compileroptions_allowjs",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "esModuleInterop",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L9",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "esmoduleinterop",
|
|
"id": "frontend_application_tsconfig_compileroptions_esmoduleinterop",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "incremental",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "incremental",
|
|
"id": "frontend_application_tsconfig_compileroptions_incremental",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "isolatedModules",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L13",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "isolatedmodules",
|
|
"id": "frontend_application_tsconfig_compileroptions_isolatedmodules",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "jsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "jsx",
|
|
"id": "frontend_application_tsconfig_compileroptions_jsx",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "lib",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "lib",
|
|
"id": "frontend_application_tsconfig_compileroptions_lib",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "module",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L10",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "module",
|
|
"id": "frontend_application_tsconfig_compileroptions_module",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "moduleResolution",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L11",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "moduleresolution",
|
|
"id": "frontend_application_tsconfig_compileroptions_moduleresolution",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noEmit",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "noemit",
|
|
"id": "frontend_application_tsconfig_compileroptions_noemit",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "paths",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L21",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "paths",
|
|
"id": "frontend_application_tsconfig_compileroptions_paths",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "plugins",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "plugins",
|
|
"id": "frontend_application_tsconfig_compileroptions_plugins",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "resolveJsonModule",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "resolvejsonmodule",
|
|
"id": "frontend_application_tsconfig_compileroptions_resolvejsonmodule",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "skipLibCheck",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "skiplibcheck",
|
|
"id": "frontend_application_tsconfig_compileroptions_skiplibcheck",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "strict",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "strict",
|
|
"id": "frontend_application_tsconfig_compileroptions_strict",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "target",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "target",
|
|
"id": "frontend_application_tsconfig_compileroptions_target",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "exclude",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L33",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "exclude",
|
|
"id": "frontend_application_tsconfig_exclude",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "include",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "include",
|
|
"id": "frontend_application_tsconfig_include",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "node_modules",
|
|
"file_type": "concept",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "node_modules",
|
|
"id": "backend_tsconfig_build_json_ref_node_modules",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "dom",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "dom",
|
|
"id": "frontend_application_tsconfig_json_ref_dom",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "**/*.ts",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "**/*.ts",
|
|
"id": "frontend_application_tsconfig_json_ref_ts",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "prisma",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L66",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "prisma",
|
|
"id": "prisma",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "dist",
|
|
"file_type": "concept",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "dist",
|
|
"id": "ref_dist",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "dom.iterable",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "dom.iterable",
|
|
"id": "ref_dom_iterable",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "esnext",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "esnext",
|
|
"id": "ref_esnext",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "**/*.mts",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "**/*.mts",
|
|
"id": "ref_mts",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": ".next/dev/types/**/*.ts",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": ".next/dev/types/**/*.ts",
|
|
"id": "ref_next_dev_types_ts",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "next-env.d.ts",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "next-env.d.ts",
|
|
"id": "ref_next_env_d_ts",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": ".next/types/**/*.ts",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": ".next/types/**/*.ts",
|
|
"id": "ref_next_types_ts",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "**/*spec.ts",
|
|
"file_type": "concept",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "**/*spec.ts",
|
|
"id": "ref_spec_ts",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "test",
|
|
"file_type": "concept",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "test",
|
|
"id": "ref_test",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "**/__tests__/**",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L33",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "**/__tests__/**",
|
|
"id": "ref_tests",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "./tsconfig.json",
|
|
"file_type": "concept",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "./tsconfig.json",
|
|
"id": "ref_tsconfig_json",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "**/*.tsx",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "**/*.tsx",
|
|
"id": "ref_tsx",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "vitest.config.ts",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L33",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "vitest.config.ts",
|
|
"id": "ref_vitest_config_ts",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "vitest.setup.ts",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L33",
|
|
"_origin": "ast",
|
|
"community": 11,
|
|
"norm_label": "vitest.setup.ts",
|
|
"id": "ref_vitest_setup_ts",
|
|
"community_name": "Prisma and TypeScript Config"
|
|
},
|
|
{
|
|
"label": "build_manifest.js",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/build_manifest.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 110,
|
|
"norm_label": "build_manifest.js",
|
|
"id": "docs_audit_build_manifest",
|
|
"community_name": "Build Manifest Generation"
|
|
},
|
|
{
|
|
"label": "entries",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/build_manifest.js",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 110,
|
|
"norm_label": "entries",
|
|
"id": "docs_audit_build_manifest_entries",
|
|
"community_name": "Build Manifest Generation"
|
|
},
|
|
{
|
|
"label": "lines",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/build_manifest.js",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 110,
|
|
"norm_label": "lines",
|
|
"id": "docs_audit_build_manifest_lines",
|
|
"community_name": "Build Manifest Generation"
|
|
},
|
|
{
|
|
"label": "generate_classification.js",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_classification.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 111,
|
|
"norm_label": "generate_classification.js",
|
|
"id": "docs_audit_generate_classification",
|
|
"community_name": "Classification Data Generation"
|
|
},
|
|
{
|
|
"label": "classified",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_classification.js",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 111,
|
|
"norm_label": "classified",
|
|
"id": "docs_audit_generate_classification_classified",
|
|
"community_name": "Classification Data Generation"
|
|
},
|
|
{
|
|
"label": "lines",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_classification.js",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 111,
|
|
"norm_label": "lines",
|
|
"id": "docs_audit_generate_classification_lines",
|
|
"community_name": "Classification Data Generation"
|
|
},
|
|
{
|
|
"label": "generate_evidence.js",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_evidence.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 112,
|
|
"norm_label": "generate_evidence.js",
|
|
"id": "docs_audit_generate_evidence",
|
|
"community_name": "Evidence Data Generation"
|
|
},
|
|
{
|
|
"label": "classification",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_evidence.js",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 112,
|
|
"norm_label": "classification",
|
|
"id": "docs_audit_generate_evidence_classification",
|
|
"community_name": "Evidence Data Generation"
|
|
},
|
|
{
|
|
"label": "evidenceEntries",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_evidence.js",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 112,
|
|
"norm_label": "evidenceentries",
|
|
"id": "docs_audit_generate_evidence_evidenceentries",
|
|
"community_name": "Evidence Data Generation"
|
|
},
|
|
{
|
|
"label": "generate_ledger.js",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_ledger.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 113,
|
|
"norm_label": "generate_ledger.js",
|
|
"id": "docs_audit_generate_ledger",
|
|
"community_name": "Ledger Data Generation"
|
|
},
|
|
{
|
|
"label": "evidence",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_ledger.js",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 113,
|
|
"norm_label": "evidence",
|
|
"id": "docs_audit_generate_ledger_evidence",
|
|
"community_name": "Ledger Data Generation"
|
|
},
|
|
{
|
|
"label": "ledgerEntries",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_ledger.js",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 113,
|
|
"norm_label": "ledgerentries",
|
|
"id": "docs_audit_generate_ledger_ledgerentries",
|
|
"community_name": "Ledger Data Generation"
|
|
},
|
|
{
|
|
"label": "generate_manifest.js",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_manifest.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 114,
|
|
"norm_label": "generate_manifest.js",
|
|
"id": "docs_audit_generate_manifest",
|
|
"community_name": "Manifest Data Generation"
|
|
},
|
|
{
|
|
"label": "evidence",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_manifest.js",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 114,
|
|
"norm_label": "evidence",
|
|
"id": "docs_audit_generate_manifest_evidence",
|
|
"community_name": "Manifest Data Generation"
|
|
},
|
|
{
|
|
"label": "manifestEntries",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/generate_manifest.js",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 114,
|
|
"norm_label": "manifestentries",
|
|
"id": "docs_audit_generate_manifest_manifestentries",
|
|
"community_name": "Manifest Data Generation"
|
|
},
|
|
{
|
|
"label": "sync_honest_manifest.js",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/sync_honest_manifest.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 115,
|
|
"norm_label": "sync_honest_manifest.js",
|
|
"id": "docs_audit_sync_honest_manifest",
|
|
"community_name": "Honest Manifest Synchronization"
|
|
},
|
|
{
|
|
"label": "ledger",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/sync_honest_manifest.js",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 115,
|
|
"norm_label": "ledger",
|
|
"id": "docs_audit_sync_honest_manifest_ledger",
|
|
"community_name": "Honest Manifest Synchronization"
|
|
},
|
|
{
|
|
"label": "manifest",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/sync_honest_manifest.js",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 115,
|
|
"norm_label": "manifest",
|
|
"id": "docs_audit_sync_honest_manifest_manifest",
|
|
"community_name": "Honest Manifest Synchronization"
|
|
},
|
|
{
|
|
"label": "sync_manifest.js",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/sync_manifest.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 116,
|
|
"norm_label": "sync_manifest.js",
|
|
"id": "docs_audit_sync_manifest",
|
|
"community_name": "Manifest Entry Synchronization"
|
|
},
|
|
{
|
|
"label": "ledger",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/sync_manifest.js",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 116,
|
|
"norm_label": "ledger",
|
|
"id": "docs_audit_sync_manifest_ledger",
|
|
"community_name": "Manifest Entry Synchronization"
|
|
},
|
|
{
|
|
"label": "manifestEntries",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/sync_manifest.js",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 116,
|
|
"norm_label": "manifestentries",
|
|
"id": "docs_audit_sync_manifest_manifestentries",
|
|
"community_name": "Manifest Entry Synchronization"
|
|
},
|
|
{
|
|
"label": "create-reminder.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 117,
|
|
"norm_label": "create-reminder.dto.ts",
|
|
"id": "backend_src_pets_dto_create_reminder_dto",
|
|
"community_name": "Pet Reminder DTOs"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 117,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty",
|
|
"community_name": "Pet Reminder DTOs"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 117,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional",
|
|
"community_name": "Pet Reminder DTOs"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 117,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty",
|
|
"community_name": "Pet Reminder DTOs"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 117,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_pets_dto_create_reminder_dto_ts_isoptional",
|
|
"community_name": "Pet Reminder DTOs"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 117,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_pets_dto_create_reminder_dto_ts_isstring",
|
|
"community_name": "Pet Reminder DTOs"
|
|
},
|
|
{
|
|
"label": "react-dom",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L17",
|
|
"_origin": "ast",
|
|
"community": 118,
|
|
"norm_label": "react-dom",
|
|
"id": "frontend_admin_panel_package_dependencies_react_dom",
|
|
"community_name": "React DOM Library"
|
|
},
|
|
{
|
|
"label": "react-dom",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L17",
|
|
"_origin": "ast",
|
|
"community": 118,
|
|
"norm_label": "react-dom",
|
|
"id": "frontend_application_package_dependencies_react_dom",
|
|
"community_name": "React DOM Library"
|
|
},
|
|
{
|
|
"label": "react-dom",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L17",
|
|
"_origin": "ast",
|
|
"community": 118,
|
|
"norm_label": "react-dom",
|
|
"id": "frontend_admin_panel_package_json_react_dom",
|
|
"community_name": "React DOM Library"
|
|
},
|
|
{
|
|
"label": "zustand",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L22",
|
|
"_origin": "ast",
|
|
"community": 119,
|
|
"norm_label": "zustand",
|
|
"id": "frontend_admin_panel_package_dependencies_zustand",
|
|
"community_name": "Zustand State Management"
|
|
},
|
|
{
|
|
"label": "zustand",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L19",
|
|
"_origin": "ast",
|
|
"community": 119,
|
|
"norm_label": "zustand",
|
|
"id": "frontend_application_package_dependencies_zustand",
|
|
"community_name": "Zustand State Management"
|
|
},
|
|
{
|
|
"label": "zustand",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L22",
|
|
"_origin": "ast",
|
|
"community": 119,
|
|
"norm_label": "zustand",
|
|
"id": "frontend_admin_panel_package_json_zustand",
|
|
"community_name": "Zustand State Management"
|
|
},
|
|
{
|
|
"label": "checkout/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/checkout/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "checkout/page.tsx",
|
|
"id": "frontend_application_app_checkout_page",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "dashboard/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/dashboard/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "dashboard/page.tsx",
|
|
"id": "frontend_application_app_dashboard_page",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "AddressModal.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "addressmodal.tsx",
|
|
"id": "frontend_application_components_addressmodal",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "BackButton.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/BackButton.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "backbutton.tsx",
|
|
"id": "frontend_application_components_backbutton",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "CheckoutPage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "checkoutpage.tsx",
|
|
"id": "frontend_application_components_checkoutpage",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "DeleteConfirmModal.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/DeleteConfirmModal.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "deleteconfirmmodal.tsx",
|
|
"id": "frontend_application_components_deleteconfirmmodal",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "HeaderButton.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/HeaderButton.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "headerbutton.tsx",
|
|
"id": "frontend_application_components_headerbutton",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "OrderDetailsModal.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/OrderDetailsModal.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "orderdetailsmodal.tsx",
|
|
"id": "frontend_application_components_orderdetailsmodal",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "SearchableSelect.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SearchableSelect.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "searchableselect.tsx",
|
|
"id": "frontend_application_components_searchableselect",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "TopUpModal.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "topupmodal.tsx",
|
|
"id": "frontend_application_components_topupmodal",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "PRESET_AMOUNTS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "preset_amounts",
|
|
"id": "frontend_application_components_topupmodal_preset_amounts",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "UserDashboard.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "userdashboard.tsx",
|
|
"id": "frontend_application_components_userdashboard",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "provinces.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/provinces.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "provinces.ts",
|
|
"id": "frontend_application_lib_data_provinces",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "IRAN_PROVINCES",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/provinces.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "iran_provinces",
|
|
"id": "frontend_application_lib_data_provinces_iran_provinces",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "PROVINCE_CITIES",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/provinces.ts",
|
|
"source_location": "L35",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "province_cities",
|
|
"id": "frontend_application_lib_data_provinces_province_cities",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "utils.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/utils.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 12,
|
|
"norm_label": "utils.ts",
|
|
"id": "frontend_application_lib_utils",
|
|
"community_name": "Checkout and Dashboard Components"
|
|
},
|
|
{
|
|
"label": "@tailwindcss/postcss",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L26",
|
|
"_origin": "ast",
|
|
"community": 120,
|
|
"norm_label": "@tailwindcss/postcss",
|
|
"id": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss",
|
|
"community_name": "Tailwind PostCSS Plugin"
|
|
},
|
|
{
|
|
"label": "@tailwindcss/postcss",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L22",
|
|
"_origin": "ast",
|
|
"community": 120,
|
|
"norm_label": "@tailwindcss/postcss",
|
|
"id": "frontend_application_package_devdependencies_tailwindcss_postcss",
|
|
"community_name": "Tailwind PostCSS Plugin"
|
|
},
|
|
{
|
|
"label": "@tailwindcss/postcss",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L26",
|
|
"_origin": "ast",
|
|
"community": 120,
|
|
"norm_label": "@tailwindcss/postcss",
|
|
"id": "frontend_admin_panel_package_json_tailwindcss_postcss",
|
|
"community_name": "Tailwind PostCSS Plugin"
|
|
},
|
|
{
|
|
"label": "@types/react-dom",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L29",
|
|
"_origin": "ast",
|
|
"community": 121,
|
|
"norm_label": "@types/react-dom",
|
|
"id": "frontend_admin_panel_package_devdependencies_types_react_dom",
|
|
"community_name": "React DOM Type Definitions"
|
|
},
|
|
{
|
|
"label": "@types/react-dom",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L27",
|
|
"_origin": "ast",
|
|
"community": 121,
|
|
"norm_label": "@types/react-dom",
|
|
"id": "frontend_application_package_devdependencies_types_react_dom",
|
|
"community_name": "React DOM Type Definitions"
|
|
},
|
|
{
|
|
"label": "@types/react-dom",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L29",
|
|
"_origin": "ast",
|
|
"community": 121,
|
|
"norm_label": "@types/react-dom",
|
|
"id": "frontend_admin_panel_package_json_types_react_dom",
|
|
"community_name": "React DOM Type Definitions"
|
|
},
|
|
{
|
|
"label": "admin-panel/tsconfig.json",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 122,
|
|
"norm_label": "admin-panel/tsconfig.json",
|
|
"id": "frontend_admin_panel_tsconfig",
|
|
"community_name": "Admin Panel TSConfig"
|
|
},
|
|
{
|
|
"label": "files",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 122,
|
|
"norm_label": "files",
|
|
"id": "frontend_admin_panel_tsconfig_files",
|
|
"community_name": "Admin Panel TSConfig"
|
|
},
|
|
{
|
|
"label": "references",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 122,
|
|
"norm_label": "references",
|
|
"id": "frontend_admin_panel_tsconfig_references",
|
|
"community_name": "Admin Panel TSConfig"
|
|
},
|
|
{
|
|
"label": "about/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/about/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 123,
|
|
"norm_label": "about/page.tsx",
|
|
"id": "frontend_application_app_about_page",
|
|
"community_name": "About Page Component"
|
|
},
|
|
{
|
|
"label": "metadata",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/about/page.tsx",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 123,
|
|
"norm_label": "metadata",
|
|
"id": "frontend_application_app_about_page_metadata",
|
|
"community_name": "About Page Component"
|
|
},
|
|
{
|
|
"label": "privacy/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/privacy/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 124,
|
|
"norm_label": "privacy/page.tsx",
|
|
"id": "frontend_application_app_privacy_page",
|
|
"community_name": "Privacy Page Component"
|
|
},
|
|
{
|
|
"label": "metadata",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/privacy/page.tsx",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 124,
|
|
"norm_label": "metadata",
|
|
"id": "frontend_application_app_privacy_page_metadata",
|
|
"community_name": "Privacy Page Component"
|
|
},
|
|
{
|
|
"label": "next.config.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/next.config.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 125,
|
|
"norm_label": "next.config.ts",
|
|
"id": "frontend_application_next_config",
|
|
"community_name": "Next.js Security Configuration"
|
|
},
|
|
{
|
|
"label": "nextConfig",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/next.config.ts",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 125,
|
|
"norm_label": "nextconfig",
|
|
"id": "frontend_application_next_config_nextconfig",
|
|
"community_name": "Next.js Security Configuration"
|
|
},
|
|
{
|
|
"label": "securityHeaders",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/next.config.ts",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 125,
|
|
"norm_label": "securityheaders",
|
|
"id": "frontend_application_next_config_securityheaders",
|
|
"community_name": "Next.js Security Configuration"
|
|
},
|
|
{
|
|
"label": "bcryptjs",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L33",
|
|
"_origin": "ast",
|
|
"community": 127,
|
|
"norm_label": "bcryptjs",
|
|
"id": "backend_package_dependencies_bcryptjs",
|
|
"community_name": "Bcrypt Password Hashing"
|
|
},
|
|
{
|
|
"label": "bcryptjs",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L33",
|
|
"_origin": "ast",
|
|
"community": 127,
|
|
"norm_label": "bcryptjs",
|
|
"id": "bcryptjs",
|
|
"community_name": "Bcrypt Password Hashing"
|
|
},
|
|
{
|
|
"label": "helmet",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L36",
|
|
"_origin": "ast",
|
|
"community": 128,
|
|
"norm_label": "helmet",
|
|
"id": "backend_package_dependencies_helmet",
|
|
"community_name": "Helmet Security Middleware"
|
|
},
|
|
{
|
|
"label": "helmet",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L36",
|
|
"_origin": "ast",
|
|
"community": 128,
|
|
"norm_label": "helmet",
|
|
"id": "helmet",
|
|
"community_name": "Helmet Security Middleware"
|
|
},
|
|
{
|
|
"label": "reflect-metadata",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L41",
|
|
"_origin": "ast",
|
|
"community": 129,
|
|
"norm_label": "reflect-metadata",
|
|
"id": "backend_package_dependencies_reflect_metadata",
|
|
"community_name": "Reflect Metadata Library"
|
|
},
|
|
{
|
|
"label": "reflect-metadata",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L41",
|
|
"_origin": "ast",
|
|
"community": 129,
|
|
"norm_label": "reflect-metadata",
|
|
"id": "reflect_metadata",
|
|
"community_name": "Reflect Metadata Library"
|
|
},
|
|
{
|
|
"label": "MediaSelector.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "mediaselector.tsx",
|
|
"id": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Pagination.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "pagination.tsx",
|
|
"id": "frontend_admin_panel_src_components_ui_pagination",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Blogs.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "blogs.tsx",
|
|
"id": "frontend_admin_panel_src_pages_blogs",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Categories.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "categories.tsx",
|
|
"id": "frontend_admin_panel_src_pages_categories",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "IngredientsManager.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "ingredientsmanager.tsx",
|
|
"id": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Pets.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "pets.tsx",
|
|
"id": "frontend_admin_panel_src_pages_pets",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "PrescriptionsManager.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "prescriptionsmanager.tsx",
|
|
"id": "frontend_admin_panel_src_pages_prescriptionsmanager",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Products.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "products.tsx",
|
|
"id": "frontend_admin_panel_src_pages_products",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Blogs",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "blogs",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_blogs",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Categories",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L17",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "categories",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_categories",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "IngredientsManager",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L30",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "ingredientsmanager",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Pets",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L20",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "pets",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_pets",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "PrescriptionsManager",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L31",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "prescriptionsmanager",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "Products",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "products",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_products",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "BASE_DOMAIN",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 13,
|
|
"norm_label": "base_domain",
|
|
"id": "frontend_admin_panel_src_services_api_base_domain",
|
|
"community_name": "Media and Blog UI Components"
|
|
},
|
|
{
|
|
"label": "@nestjs/core",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 130,
|
|
"norm_label": "@nestjs/core",
|
|
"id": "backend_package_dependencies_nestjs_core",
|
|
"community_name": "NestJS Core Framework"
|
|
},
|
|
{
|
|
"label": "@nestjs/core",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 130,
|
|
"norm_label": "@nestjs/core",
|
|
"id": "nestjs_core",
|
|
"community_name": "NestJS Core Framework"
|
|
},
|
|
{
|
|
"label": "@nestjs/jwt",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L26",
|
|
"_origin": "ast",
|
|
"community": 131,
|
|
"norm_label": "@nestjs/jwt",
|
|
"id": "backend_package_dependencies_nestjs_jwt",
|
|
"community_name": "NestJS JWT Authentication"
|
|
},
|
|
{
|
|
"label": "@nestjs/jwt",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L26",
|
|
"_origin": "ast",
|
|
"community": 131,
|
|
"norm_label": "@nestjs/jwt",
|
|
"id": "nestjs_jwt",
|
|
"community_name": "NestJS JWT Authentication"
|
|
},
|
|
{
|
|
"label": "@nestjs/swagger",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L29",
|
|
"_origin": "ast",
|
|
"community": 132,
|
|
"norm_label": "@nestjs/swagger",
|
|
"id": "backend_package_dependencies_nestjs_swagger",
|
|
"community_name": "NestJS Swagger Documentation"
|
|
},
|
|
{
|
|
"label": "@nestjs/swagger",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L29",
|
|
"_origin": "ast",
|
|
"community": 132,
|
|
"norm_label": "@nestjs/swagger",
|
|
"id": "nestjs_swagger",
|
|
"community_name": "NestJS Swagger Documentation"
|
|
},
|
|
{
|
|
"label": "@nestjs/throttler",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L30",
|
|
"_origin": "ast",
|
|
"community": 133,
|
|
"norm_label": "@nestjs/throttler",
|
|
"id": "backend_package_dependencies_nestjs_throttler",
|
|
"community_name": "NestJS Rate Limiting"
|
|
},
|
|
{
|
|
"label": "@nestjs/throttler",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L30",
|
|
"_origin": "ast",
|
|
"community": 133,
|
|
"norm_label": "@nestjs/throttler",
|
|
"id": "nestjs_throttler",
|
|
"community_name": "NestJS Rate Limiting"
|
|
},
|
|
{
|
|
"label": "passport-jwt",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L40",
|
|
"_origin": "ast",
|
|
"community": 134,
|
|
"norm_label": "passport-jwt",
|
|
"id": "backend_package_dependencies_passport_jwt",
|
|
"community_name": "Passport JWT Strategy"
|
|
},
|
|
{
|
|
"label": "passport-jwt",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L40",
|
|
"_origin": "ast",
|
|
"community": 134,
|
|
"norm_label": "passport-jwt",
|
|
"id": "passport_jwt",
|
|
"community_name": "Passport JWT Strategy"
|
|
},
|
|
{
|
|
"label": "@prisma/client",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L31",
|
|
"_origin": "ast",
|
|
"community": 135,
|
|
"norm_label": "@prisma/client",
|
|
"id": "backend_package_dependencies_prisma_client",
|
|
"community_name": "Prisma Client Library"
|
|
},
|
|
{
|
|
"label": "@prisma/client",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L31",
|
|
"_origin": "ast",
|
|
"community": 135,
|
|
"norm_label": "@prisma/client",
|
|
"id": "prisma_client",
|
|
"community_name": "Prisma Client Library"
|
|
},
|
|
{
|
|
"label": "swagger-ui-express",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L43",
|
|
"_origin": "ast",
|
|
"community": 136,
|
|
"norm_label": "swagger-ui-express",
|
|
"id": "backend_package_dependencies_swagger_ui_express",
|
|
"community_name": "Swagger UI Express"
|
|
},
|
|
{
|
|
"label": "swagger-ui-express",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L43",
|
|
"_origin": "ast",
|
|
"community": 136,
|
|
"norm_label": "swagger-ui-express",
|
|
"id": "swagger_ui_express",
|
|
"community_name": "Swagger UI Express"
|
|
},
|
|
{
|
|
"label": "@nestjs/cli",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L48",
|
|
"_origin": "ast",
|
|
"community": 137,
|
|
"norm_label": "@nestjs/cli",
|
|
"id": "backend_package_devdependencies_nestjs_cli",
|
|
"community_name": "NestJS CLI Tooling"
|
|
},
|
|
{
|
|
"label": "@nestjs/cli",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L48",
|
|
"_origin": "ast",
|
|
"community": 137,
|
|
"norm_label": "@nestjs/cli",
|
|
"id": "nestjs_cli",
|
|
"community_name": "NestJS CLI Tooling"
|
|
},
|
|
{
|
|
"label": "@nestjs/testing",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L50",
|
|
"_origin": "ast",
|
|
"community": 138,
|
|
"norm_label": "@nestjs/testing",
|
|
"id": "backend_package_devdependencies_nestjs_testing",
|
|
"community_name": "NestJS Testing Utilities"
|
|
},
|
|
{
|
|
"label": "@nestjs/testing",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L50",
|
|
"_origin": "ast",
|
|
"community": 138,
|
|
"norm_label": "@nestjs/testing",
|
|
"id": "nestjs_testing",
|
|
"community_name": "NestJS Testing Utilities"
|
|
},
|
|
{
|
|
"label": "ts-jest",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L69",
|
|
"_origin": "ast",
|
|
"community": 139,
|
|
"norm_label": "ts-jest",
|
|
"id": "backend_package_devdependencies_ts_jest",
|
|
"community_name": "TypeScript Jest Integration"
|
|
},
|
|
{
|
|
"label": "ts-jest",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L69",
|
|
"_origin": "ast",
|
|
"community": 139,
|
|
"norm_label": "ts-jest",
|
|
"id": "ts_jest",
|
|
"community_name": "TypeScript Jest Integration"
|
|
},
|
|
{
|
|
"label": "get-products.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/dto/get-products.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "get-products.dto.ts",
|
|
"id": "backend_src_products_dto_get_products_dto",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "IsEnum",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "isenum",
|
|
"id": "backend_src_products_dto_get_products_dto_ts_isenum",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_products_dto_get_products_dto_ts_isoptional",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_products_dto_get_products_dto_ts_isstring",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "products.controller.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.controller.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "products.controller.spec.ts",
|
|
"id": "backend_src_products_products_controller_spec",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_products_products_controller_ts_apioperation",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_products_products_controller_ts_apitags",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "body",
|
|
"id": "backend_src_products_products_controller_ts_body",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_products_products_controller_ts_controller",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "get",
|
|
"id": "backend_src_products_products_controller_ts_get",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "param",
|
|
"id": "backend_src_products_products_controller_ts_param",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "Patch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "patch",
|
|
"id": "backend_src_products_products_controller_ts_patch",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "query",
|
|
"id": "backend_src_products_products_controller_ts_query",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_products_products_controller_ts_useguards",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "products.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "products.module.ts",
|
|
"id": "backend_src_products_products_module",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "module",
|
|
"id": "backend_src_products_products_module_ts_module",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "products.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "products.service.ts",
|
|
"id": "backend_src_products_products_service",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "products.service.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.service.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "products.service.spec.ts",
|
|
"id": "backend_src_products_products_service_spec",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 14,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_products_products_service_ts_injectable",
|
|
"community_name": "Product Query DTOs"
|
|
},
|
|
{
|
|
"label": "@types/bcrypt",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L51",
|
|
"_origin": "ast",
|
|
"community": 140,
|
|
"norm_label": "@types/bcrypt",
|
|
"id": "backend_package_devdependencies_types_bcrypt",
|
|
"community_name": "Bcrypt Type Definitions"
|
|
},
|
|
{
|
|
"label": "@types/bcrypt",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L51",
|
|
"_origin": "ast",
|
|
"community": 140,
|
|
"norm_label": "@types/bcrypt",
|
|
"id": "types_bcrypt",
|
|
"community_name": "Bcrypt Type Definitions"
|
|
},
|
|
{
|
|
"label": "@types/passport-jwt",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L58",
|
|
"_origin": "ast",
|
|
"community": 141,
|
|
"norm_label": "@types/passport-jwt",
|
|
"id": "backend_package_devdependencies_types_passport_jwt",
|
|
"community_name": "Passport JWT Type Definitions"
|
|
},
|
|
{
|
|
"label": "@types/passport-jwt",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L58",
|
|
"_origin": "ast",
|
|
"community": 141,
|
|
"norm_label": "@types/passport-jwt",
|
|
"id": "types_passport_jwt",
|
|
"community_name": "Passport JWT Type Definitions"
|
|
},
|
|
{
|
|
"label": "@types/supertest",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L59",
|
|
"_origin": "ast",
|
|
"community": 142,
|
|
"norm_label": "@types/supertest",
|
|
"id": "backend_package_devdependencies_types_supertest",
|
|
"community_name": "Supertest Type Definitions"
|
|
},
|
|
{
|
|
"label": "@types/supertest",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L59",
|
|
"_origin": "ast",
|
|
"community": 142,
|
|
"norm_label": "@types/supertest",
|
|
"id": "types_supertest",
|
|
"community_name": "Supertest Type Definitions"
|
|
},
|
|
{
|
|
"label": "blog.entity.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/entities/blog.entity.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 143,
|
|
"norm_label": "blog.entity.ts",
|
|
"id": "backend_src_blogs_entities_blog_entity",
|
|
"community_name": "Blog Entity Model"
|
|
},
|
|
{
|
|
"label": "home.entity.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/entities/home.entity.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 144,
|
|
"norm_label": "home.entity.ts",
|
|
"id": "backend_src_home_entities_home_entity",
|
|
"community_name": "Home Entity Model"
|
|
},
|
|
{
|
|
"label": "wiki.entity.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/entities/wiki.entity.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 145,
|
|
"norm_label": "wiki.entity.ts",
|
|
"id": "backend_src_wiki_entities_wiki_entity",
|
|
"community_name": "Wiki Entity Model"
|
|
},
|
|
{
|
|
"label": "contact/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/contact/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "contact/page.tsx",
|
|
"id": "frontend_application_app_contact_page",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "metadata",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/contact/page.tsx",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "metadata",
|
|
"id": "frontend_application_app_contact_page_metadata",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "ContactFormClient.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ContactFormClient.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "contactformclient.tsx",
|
|
"id": "frontend_application_components_contactformclient",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "PrescriptionUploadModal.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "prescriptionuploadmodal.tsx",
|
|
"id": "frontend_application_components_prescriptionuploadmodal",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "lib/services/api.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/api.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "lib/services/api.ts",
|
|
"id": "frontend_application_lib_services_api",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "api",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/api.ts",
|
|
"source_location": "L17",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "api",
|
|
"id": "frontend_application_lib_services_api_api",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "authService.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "authservice.ts",
|
|
"id": "frontend_application_lib_services_authservice",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "orderService.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "orderservice.ts",
|
|
"id": "frontend_application_lib_services_orderservice",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "settingsStore.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/settingsStore.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "settingsstore.ts",
|
|
"id": "frontend_application_lib_store_settingsstore",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "settingsStore.test.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "settingsstore.test.ts",
|
|
"id": "frontend_application_lib_store_tests_settingsstore_test",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "userStore.test.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/__tests__/userStore.test.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 15,
|
|
"norm_label": "userstore.test.ts",
|
|
"id": "frontend_application_lib_store_tests_userstore_test",
|
|
"community_name": "Contact and Prescription Features"
|
|
},
|
|
{
|
|
"label": "robots.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/robots.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 151,
|
|
"norm_label": "robots.ts",
|
|
"id": "frontend_application_app_robots",
|
|
"community_name": "Search Engine Robots Config"
|
|
},
|
|
{
|
|
"label": "application/eslint.config.mjs",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/eslint.config.mjs",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 152,
|
|
"norm_label": "application/eslint.config.mjs",
|
|
"id": "frontend_application_eslint_config",
|
|
"community_name": "Application ESLint Config"
|
|
},
|
|
{
|
|
"label": "eslintConfig",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/eslint.config.mjs",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 152,
|
|
"norm_label": "eslintconfig",
|
|
"id": "frontend_application_eslint_config_eslintconfig",
|
|
"community_name": "Application ESLint Config"
|
|
},
|
|
{
|
|
"label": "postcss.config.mjs",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/postcss.config.mjs",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 153,
|
|
"norm_label": "postcss.config.mjs",
|
|
"id": "frontend_application_postcss_config",
|
|
"community_name": "PostCSS Configuration"
|
|
},
|
|
{
|
|
"label": "config",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/postcss.config.mjs",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 153,
|
|
"norm_label": "config",
|
|
"id": "frontend_application_postcss_config_config",
|
|
"community_name": "PostCSS Configuration"
|
|
},
|
|
{
|
|
"label": "vitest.setup.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/vitest.setup.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 154,
|
|
"norm_label": "vitest.setup.ts",
|
|
"id": "frontend_application_vitest_setup",
|
|
"community_name": "Vitest Test Setup"
|
|
},
|
|
{
|
|
"label": "backup_db.sh",
|
|
"file_type": "code",
|
|
"source_file": "scripts/backup_db.sh",
|
|
"source_location": "L1",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "file"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 155,
|
|
"norm_label": "backup_db.sh",
|
|
"id": "scripts_backup_db",
|
|
"community_name": "Database Backup Script"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 155,
|
|
"norm_label": "backup_db.sh script",
|
|
"id": "scripts_backup_db_sh__entry",
|
|
"community_name": "Database Backup Script"
|
|
},
|
|
{
|
|
"label": "start.sh",
|
|
"file_type": "code",
|
|
"source_file": "start.sh",
|
|
"source_location": "L1",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "file"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 156,
|
|
"norm_label": "start.sh",
|
|
"id": "start",
|
|
"community_name": "Application Startup Script"
|
|
},
|
|
{
|
|
"label": "start.sh script",
|
|
"file_type": "code",
|
|
"source_file": "start.sh",
|
|
"source_location": "L1",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "bash_entrypoint"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 156,
|
|
"norm_label": "start.sh script",
|
|
"id": "start_sh__entry",
|
|
"community_name": "Application Startup Script"
|
|
},
|
|
{
|
|
"label": "axios",
|
|
"file_type": "code",
|
|
"source_file": "axios",
|
|
"confidence": "EXTRACTED",
|
|
"_origin": "ast",
|
|
"community": 157,
|
|
"norm_label": "axios",
|
|
"id": "axios_axios",
|
|
"community_name": "Axios HTTP Client"
|
|
},
|
|
{
|
|
"label": "backend/eslint.config.mjs",
|
|
"file_type": "code",
|
|
"source_file": "backend/eslint.config.mjs",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 158,
|
|
"norm_label": "backend/eslint.config.mjs",
|
|
"id": "backend_eslint_config",
|
|
"community_name": "Backend ESLint Config"
|
|
},
|
|
{
|
|
"label": "devDependencies",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L45",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "devdependencies",
|
|
"id": "backend_package_devdependencies",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "eslint-config-prettier",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L61",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "eslint-config-prettier",
|
|
"id": "backend_package_devdependencies_eslint_config_prettier",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@eslint/eslintrc",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L46",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@eslint/eslintrc",
|
|
"id": "backend_package_devdependencies_eslint_eslintrc",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "eslint-plugin-prettier",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L62",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "eslint-plugin-prettier",
|
|
"id": "backend_package_devdependencies_eslint_plugin_prettier",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "jest",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L64",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "jest",
|
|
"id": "backend_package_devdependencies_jest",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@nestjs/schematics",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L49",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@nestjs/schematics",
|
|
"id": "backend_package_devdependencies_nestjs_schematics",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "prettier",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L65",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "prettier",
|
|
"id": "backend_package_devdependencies_prettier",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "source-map-support",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L67",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "source-map-support",
|
|
"id": "backend_package_devdependencies_source_map_support",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "supertest",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L68",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "supertest",
|
|
"id": "backend_package_devdependencies_supertest",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "ts-loader",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L70",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "ts-loader",
|
|
"id": "backend_package_devdependencies_ts_loader",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "ts-node",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L71",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "ts-node",
|
|
"id": "backend_package_devdependencies_ts_node",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "tsconfig-paths",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L72",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "tsconfig-paths",
|
|
"id": "backend_package_devdependencies_tsconfig_paths",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@types/bcryptjs",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L52",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@types/bcryptjs",
|
|
"id": "backend_package_devdependencies_types_bcryptjs",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@types/express",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L53",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@types/express",
|
|
"id": "backend_package_devdependencies_types_express",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@types/jest",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L54",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@types/jest",
|
|
"id": "backend_package_devdependencies_types_jest",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@types/js-yaml",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L55",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@types/js-yaml",
|
|
"id": "backend_package_devdependencies_types_js_yaml",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@types/multer",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L56",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@types/multer",
|
|
"id": "backend_package_devdependencies_types_multer",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "eslint-config-prettier",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L61",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "eslint-config-prettier",
|
|
"id": "eslint_config_prettier",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@eslint/eslintrc",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L46",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@eslint/eslintrc",
|
|
"id": "eslint_eslintrc",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "eslint-plugin-prettier",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L62",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "eslint-plugin-prettier",
|
|
"id": "eslint_plugin_prettier",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "jest",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L64",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "jest",
|
|
"id": "jest",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@nestjs/schematics",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L49",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@nestjs/schematics",
|
|
"id": "nestjs_schematics",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "prettier",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L65",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "prettier",
|
|
"id": "prettier",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "source-map-support",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L67",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "source-map-support",
|
|
"id": "source_map_support",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "supertest",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L68",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "supertest",
|
|
"id": "supertest",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "ts-loader",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L70",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "ts-loader",
|
|
"id": "ts_loader",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "ts-node",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L71",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "ts-node",
|
|
"id": "ts_node",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "tsconfig-paths",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L72",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "tsconfig-paths",
|
|
"id": "tsconfig_paths",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@types/bcryptjs",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L52",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@types/bcryptjs",
|
|
"id": "types_bcryptjs",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@types/express",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L53",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@types/express",
|
|
"id": "types_express",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@types/jest",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L54",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@types/jest",
|
|
"id": "types_jest",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@types/js-yaml",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L55",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@types/js-yaml",
|
|
"id": "types_js_yaml",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "@types/multer",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L56",
|
|
"_origin": "ast",
|
|
"community": 16,
|
|
"norm_label": "@types/multer",
|
|
"id": "types_multer",
|
|
"community_name": "Development Tooling Config"
|
|
},
|
|
{
|
|
"label": "eslint.config.js",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/eslint.config.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 164,
|
|
"norm_label": "eslint.config.js",
|
|
"id": "frontend_admin_panel_eslint_config",
|
|
"community_name": "Root ESLint Configuration"
|
|
},
|
|
{
|
|
"label": "postcss.config.js",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/postcss.config.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 165,
|
|
"norm_label": "postcss.config.js",
|
|
"id": "frontend_admin_panel_postcss_config",
|
|
"community_name": "PostCSS Build Config"
|
|
},
|
|
{
|
|
"label": "tailwind.config.js",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tailwind.config.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 166,
|
|
"norm_label": "tailwind.config.js",
|
|
"id": "frontend_admin_panel_tailwind_config",
|
|
"community_name": "Tailwind CSS Configuration"
|
|
},
|
|
{
|
|
"label": "vite.config.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/vite.config.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 167,
|
|
"norm_label": "vite.config.ts",
|
|
"id": "frontend_admin_panel_vite_config",
|
|
"community_name": "Vite Build Configuration"
|
|
},
|
|
{
|
|
"label": "HomeClient.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "homeclient.tsx",
|
|
"id": "frontend_application_app_homeclient",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "app/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "app/page.tsx",
|
|
"id": "frontend_application_app_page",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "metadata",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "metadata",
|
|
"id": "frontend_application_app_page_metadata",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "trust-seals/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/trust-seals/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "trust-seals/page.tsx",
|
|
"id": "frontend_application_app_trust_seals_page",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "metadata",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/trust-seals/page.tsx",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "metadata",
|
|
"id": "frontend_application_app_trust_seals_page_metadata",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "EnamadBadge.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/EnamadBadge.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "enamadbadge.tsx",
|
|
"id": "frontend_application_components_enamadbadge",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "Footer.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Footer.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "footer.tsx",
|
|
"id": "frontend_application_components_footer",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "Hero.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "hero.tsx",
|
|
"id": "frontend_application_components_hero",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "Footer.test.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/__tests__/Footer.test.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "footer.test.tsx",
|
|
"id": "frontend_application_components_tests_footer_test",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "Hero.test.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/__tests__/Hero.test.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "hero.test.tsx",
|
|
"id": "frontend_application_components_tests_hero_test",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "TickerBanner.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/TickerBanner.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "tickerbanner.tsx",
|
|
"id": "frontend_application_components_tickerbanner",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "useSettingsStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/settingsStore.ts",
|
|
"source_location": "L21",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "usesettingsstore",
|
|
"id": "frontend_application_lib_store_settingsstore_usesettingsstore",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "types.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 17,
|
|
"norm_label": "types.ts",
|
|
"id": "frontend_application_lib_types",
|
|
"community_name": "Home Page Client Components"
|
|
},
|
|
{
|
|
"label": "vitest.config.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/vitest.config.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 171,
|
|
"norm_label": "vitest.config.ts",
|
|
"id": "frontend_application_vitest_config",
|
|
"community_name": "Vitest Test Configuration"
|
|
},
|
|
{
|
|
"label": "tailwindcss",
|
|
"file_type": "code",
|
|
"source_file": "tailwindcss",
|
|
"confidence": "EXTRACTED",
|
|
"_origin": "ast",
|
|
"community": 176,
|
|
"norm_label": "tailwindcss",
|
|
"id": "tailwindcss_tailwindcss",
|
|
"community_name": "Tailwind CSS Library"
|
|
},
|
|
{
|
|
"label": "categories.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "categories.service.ts",
|
|
"id": "backend_src_admin_categories_service",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "media.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "media.service.ts",
|
|
"id": "backend_src_admin_media_service",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "auth.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "auth.service.ts",
|
|
"id": "backend_src_auth_auth_service",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "auth.service.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.service.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "auth.service.spec.ts",
|
|
"id": "backend_src_auth_auth_service_spec",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "jwt.strategy.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "jwt.strategy.ts",
|
|
"id": "backend_src_auth_jwt_strategy",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "sms.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "sms.service.ts",
|
|
"id": "backend_src_common_services_sms_service",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "contact.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "contact.service.ts",
|
|
"id": "backend_src_contact_contact_service",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "orders.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "orders.service.ts",
|
|
"id": "backend_src_orders_orders_service",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "orders.service.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.service.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "orders.service.spec.ts",
|
|
"id": "backend_src_orders_orders_service_spec",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "pets.service.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "pets.service.spec.ts",
|
|
"id": "backend_src_pets_pets_service_spec",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "prisma.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prisma/prisma.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "prisma.service.ts",
|
|
"id": "backend_src_prisma_prisma_service",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_prisma_prisma_service_ts_injectable",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "settings.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "settings.service.ts",
|
|
"id": "backend_src_settings_settings_service",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "settings.service.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.service.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "settings.service.spec.ts",
|
|
"id": "backend_src_settings_settings_service_spec",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "users.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "users.service.ts",
|
|
"id": "backend_src_users_users_service",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "users.service.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.service.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "users.service.spec.ts",
|
|
"id": "backend_src_users_users_service_spec",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "videos.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 18,
|
|
"norm_label": "videos.service.ts",
|
|
"id": "backend_src_videos_videos_service",
|
|
"community_name": "Core Services and Auth Logic"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_b2b_b2b_controller_ts_apibearerauth",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_b2b_b2b_controller_ts_apioperation",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_b2b_b2b_controller_ts_apitags",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "body",
|
|
"id": "backend_src_b2b_b2b_controller_ts_body",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_b2b_b2b_controller_ts_controller",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "get",
|
|
"id": "backend_src_b2b_b2b_controller_ts_get",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "param",
|
|
"id": "backend_src_b2b_b2b_controller_ts_param",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "post",
|
|
"id": "backend_src_b2b_b2b_controller_ts_post",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "put",
|
|
"id": "backend_src_b2b_b2b_controller_ts_put",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "Req",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "req",
|
|
"id": "backend_src_b2b_b2b_controller_ts_req",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_b2b_b2b_controller_ts_useguards",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 19,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_b2b_b2b_service_ts_injectable",
|
|
"community_name": "B2B Inquiry Controller"
|
|
},
|
|
{
|
|
"label": "admin/blogs.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "admin/blogs.controller.ts",
|
|
"id": "backend_src_admin_blogs_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "categories.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "categories.controller.ts",
|
|
"id": "backend_src_admin_categories_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "media.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "media.controller.ts",
|
|
"id": "backend_src_admin_media_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "admin/pets.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "admin/pets.controller.ts",
|
|
"id": "backend_src_admin_pets_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "reports.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "reports.controller.ts",
|
|
"id": "backend_src_admin_reports_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "jwt-auth.guard.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/jwt-auth.guard.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "jwt-auth.guard.ts",
|
|
"id": "backend_src_auth_jwt_auth_guard",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_auth_jwt_auth_guard_ts_injectable",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "auth/roles.decorator.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/roles.decorator.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "auth/roles.decorator.ts",
|
|
"id": "backend_src_auth_roles_decorator",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "auth/roles.guard.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/roles.guard.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "auth/roles.guard.ts",
|
|
"id": "backend_src_auth_roles_guard",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "b2b.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "b2b.controller.ts",
|
|
"id": "backend_src_b2b_b2b_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "banners.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "banners.controller.ts",
|
|
"id": "backend_src_banners_banners_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "cms.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "cms.controller.ts",
|
|
"id": "backend_src_cms_cms_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "decorators/roles.decorator.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/decorators/roles.decorator.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "decorators/roles.decorator.ts",
|
|
"id": "backend_src_common_decorators_roles_decorator",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "ROLES_KEY",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/decorators/roles.decorator.ts",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "roles_key",
|
|
"id": "backend_src_common_decorators_roles_decorator_roles_key",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "guards/roles.guard.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "guards/roles.guard.ts",
|
|
"id": "backend_src_common_guards_roles_guard",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "roles.guard.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/guards/roles.guard.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "roles.guard.spec.ts",
|
|
"id": "backend_src_common_guards_roles_guard_spec",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_common_guards_roles_guard_ts_injectable",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "contact.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "contact.controller.ts",
|
|
"id": "backend_src_contact_contact_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "ingredients.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "ingredients.controller.ts",
|
|
"id": "backend_src_ingredients_ingredients_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "prescriptions.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "prescriptions.controller.ts",
|
|
"id": "backend_src_prescriptions_prescriptions_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "products.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "products.controller.ts",
|
|
"id": "backend_src_products_products_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "settings.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "settings.controller.ts",
|
|
"id": "backend_src_settings_settings_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "settings.controller.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "settings.controller.spec.ts",
|
|
"id": "backend_src_settings_settings_controller_spec",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_settings_settings_controller_ts_apibearerauth",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "ApiOkResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "apiokresponse",
|
|
"id": "backend_src_settings_settings_controller_ts_apiokresponse",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_settings_settings_controller_ts_apioperation",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_settings_settings_controller_ts_apitags",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "body",
|
|
"id": "backend_src_settings_settings_controller_ts_body",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_settings_settings_controller_ts_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_settings_settings_controller_ts_delete",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "get",
|
|
"id": "backend_src_settings_settings_controller_ts_get",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "param",
|
|
"id": "backend_src_settings_settings_controller_ts_param",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Patch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "patch",
|
|
"id": "backend_src_settings_settings_controller_ts_patch",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "put",
|
|
"id": "backend_src_settings_settings_controller_ts_put",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_settings_settings_controller_ts_useguards",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_settings_settings_service_ts_injectable",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "smart-advisor.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "smart-advisor.controller.ts",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "testimonials.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "testimonials.controller.ts",
|
|
"id": "backend_src_testimonials_testimonials_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "wholesale.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 2,
|
|
"norm_label": "wholesale.controller.ts",
|
|
"id": "backend_src_wholesale_wholesale_controller",
|
|
"community_name": "Auth Guards and Roles"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_admin_categories_controller_ts_apibearerauth",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_admin_categories_controller_ts_apioperation",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiQuery",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "apiquery",
|
|
"id": "backend_src_admin_categories_controller_ts_apiquery",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_admin_categories_controller_ts_apitags",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "body",
|
|
"id": "backend_src_admin_categories_controller_ts_body",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_admin_categories_controller_ts_controller",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_admin_categories_controller_ts_delete",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "get",
|
|
"id": "backend_src_admin_categories_controller_ts_get",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "param",
|
|
"id": "backend_src_admin_categories_controller_ts_param",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "post",
|
|
"id": "backend_src_admin_categories_controller_ts_post",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "put",
|
|
"id": "backend_src_admin_categories_controller_ts_put",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "query",
|
|
"id": "backend_src_admin_categories_controller_ts_query",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_admin_categories_controller_ts_useguards",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 20,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_admin_categories_service_ts_injectable",
|
|
"community_name": "Category Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_banners_banners_controller_ts_apibearerauth",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_banners_banners_controller_ts_apioperation",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_banners_banners_controller_ts_apitags",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "body",
|
|
"id": "backend_src_banners_banners_controller_ts_body",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_banners_banners_controller_ts_controller",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_banners_banners_controller_ts_delete",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "get",
|
|
"id": "backend_src_banners_banners_controller_ts_get",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "param",
|
|
"id": "backend_src_banners_banners_controller_ts_param",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "Patch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "patch",
|
|
"id": "backend_src_banners_banners_controller_ts_patch",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "post",
|
|
"id": "backend_src_banners_banners_controller_ts_post",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "put",
|
|
"id": "backend_src_banners_banners_controller_ts_put",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_banners_banners_controller_ts_useguards",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 21,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_banners_banners_service_ts_injectable",
|
|
"community_name": "Banner Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_admin_media_controller_ts_apibearerauth",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_admin_media_controller_ts_apioperation",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_admin_media_controller_ts_apitags",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "body",
|
|
"id": "backend_src_admin_media_controller_ts_body",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_admin_media_controller_ts_controller",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_admin_media_controller_ts_delete",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "get",
|
|
"id": "backend_src_admin_media_controller_ts_get",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "param",
|
|
"id": "backend_src_admin_media_controller_ts_param",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "post",
|
|
"id": "backend_src_admin_media_controller_ts_post",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "put",
|
|
"id": "backend_src_admin_media_controller_ts_put",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_admin_media_controller_ts_useguards",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_admin_media_service_ts_injectable",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "UploadedFile",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "uploadedfile",
|
|
"id": "uploadedfile",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "UseInterceptors",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 22,
|
|
"norm_label": "useinterceptors",
|
|
"id": "useinterceptors",
|
|
"community_name": "Media Upload Controller"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_apibearerauth",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_apioperation",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_apitags",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "body",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_body",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_controller",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_delete",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "get",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_get",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "param",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_param",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "Patch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "patch",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_patch",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "post",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_post",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_ingredients_ingredients_controller_ts_useguards",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 23,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_ingredients_ingredients_service_ts_injectable",
|
|
"community_name": "Ingredient Management Controller"
|
|
},
|
|
{
|
|
"label": "App.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/App.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "app.tsx",
|
|
"id": "frontend_admin_panel_src_app",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "main.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/main.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "main.tsx",
|
|
"id": "frontend_admin_panel_src_main",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "ContactSubmissions.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "contactsubmissions.tsx",
|
|
"id": "frontend_admin_panel_src_pages_contactsubmissions",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "Dashboard.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "dashboard.tsx",
|
|
"id": "frontend_admin_panel_src_pages_dashboard",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "Settings.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "settings.tsx",
|
|
"id": "frontend_admin_panel_src_pages_settings",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "UITexts.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "uitexts.tsx",
|
|
"id": "frontend_admin_panel_src_pages_uitexts",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "GROUP_PAGE_MAP",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L77",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "group_page_map",
|
|
"id": "frontend_admin_panel_src_pages_uitexts_group_page_map",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "GROUPS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "groups",
|
|
"id": "frontend_admin_panel_src_pages_uitexts_groups",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "PAGE_TABS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "page_tabs",
|
|
"id": "frontend_admin_panel_src_pages_uitexts_page_tabs",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "adminRoutes.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "adminroutes.tsx",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "ContactSubmissions",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L26",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "contactsubmissions",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "Dashboard",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L10",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "dashboard",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_dashboard",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "router",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L43",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "router",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_router",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "Settings",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "settings",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_settings",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "UITexts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L21",
|
|
"_origin": "ast",
|
|
"community": 24,
|
|
"norm_label": "uitexts",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_uitexts",
|
|
"community_name": "Admin Dashboard Components"
|
|
},
|
|
{
|
|
"label": "admin.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "admin.module.ts",
|
|
"id": "backend_src_admin_admin_module",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "module",
|
|
"id": "backend_src_admin_admin_module_ts_module",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "admin/blogs.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "admin/blogs.service.ts",
|
|
"id": "backend_src_admin_blogs_service",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_admin_blogs_service_ts_injectable",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "admin/pets.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "admin/pets.service.ts",
|
|
"id": "backend_src_admin_pets_service",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_admin_pets_service_ts_injectable",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "admin/wiki.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "admin/wiki.controller.ts",
|
|
"id": "backend_src_admin_wiki_controller",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "admin/wiki.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "admin/wiki.service.ts",
|
|
"id": "backend_src_admin_wiki_service",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 25,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_admin_wiki_service_ts_injectable",
|
|
"community_name": "Admin Blog Service"
|
|
},
|
|
{
|
|
"label": "create-pet.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "create-pet.dto.ts",
|
|
"id": "backend_src_pets_dto_create_pet_dto",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_pets_dto_create_pet_dto_ts_apiproperty",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "IsArray",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "isarray",
|
|
"id": "backend_src_pets_dto_create_pet_dto_ts_isarray",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_pets_dto_create_pet_dto_ts_isnotempty",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "IsNumber",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "isnumber",
|
|
"id": "backend_src_pets_dto_create_pet_dto_ts_isnumber",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_pets_dto_create_pet_dto_ts_isoptional",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_pets_dto_create_pet_dto_ts_isstring",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "update-pet.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/dto/update-pet.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "update-pet.dto.ts",
|
|
"id": "backend_src_pets_dto_update_pet_dto",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "pets/pets.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "pets/pets.controller.ts",
|
|
"id": "backend_src_pets_pets_controller",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "pets.controller.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.controller.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "pets.controller.spec.ts",
|
|
"id": "backend_src_pets_pets_controller_spec",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "pets.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "pets.module.ts",
|
|
"id": "backend_src_pets_pets_module",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "module",
|
|
"id": "backend_src_pets_pets_module_ts_module",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "pets/pets.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 26,
|
|
"norm_label": "pets/pets.service.ts",
|
|
"id": "backend_src_pets_pets_service",
|
|
"community_name": "Pet DTOs and Controller"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_apioperation",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_apitags",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "body",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_body",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_controller",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "get",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_get",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "param",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_param",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "Patch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "patch",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_patch",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "post",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_post",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "Req",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "req",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_req",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_prescriptions_prescriptions_controller_ts_useguards",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 27,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_prescriptions_prescriptions_service_ts_injectable",
|
|
"community_name": "Prescription Review Controller"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "body",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_body",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_controller",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_delete",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "get",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_get",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "param",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_param",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "Patch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "patch",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_patch",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "post",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_post",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 28,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_smart_advisor_smart_advisor_service_ts_injectable",
|
|
"community_name": "Smart Advisor Controller"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_apibearerauth",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_apioperation",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_apitags",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "body",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_body",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_controller",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_delete",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "get",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_get",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "param",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_param",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "Patch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "patch",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_patch",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "post",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_post",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_testimonials_testimonials_controller_ts_useguards",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 29,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_testimonials_testimonials_service_ts_injectable",
|
|
"community_name": "Testimonials Management Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_auth_jwt_strategy_ts_injectable",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "address.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/dto/address.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "address.dto.ts",
|
|
"id": "backend_src_users_dto_address_dto",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_users_dto_address_dto_ts_apiproperty",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_users_dto_address_dto_ts_apipropertyoptional",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "IsBoolean",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "isboolean",
|
|
"id": "backend_src_users_dto_address_dto_ts_isboolean",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_users_dto_address_dto_ts_isnotempty",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_users_dto_address_dto_ts_isoptional",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_users_dto_address_dto_ts_isstring",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "update-profile.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/dto/update-profile.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "update-profile.dto.ts",
|
|
"id": "backend_src_users_dto_update_profile_dto",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "IsEmail",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "isemail",
|
|
"id": "backend_src_users_dto_update_profile_dto_ts_isemail",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_users_dto_update_profile_dto_ts_isoptional",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_users_dto_update_profile_dto_ts_isstring",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "users.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "users.controller.ts",
|
|
"id": "backend_src_users_users_controller",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "users.controller.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.controller.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "users.controller.spec.ts",
|
|
"id": "backend_src_users_users_controller_spec",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "ApiBadRequestResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "apibadrequestresponse",
|
|
"id": "backend_src_users_users_controller_ts_apibadrequestresponse",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_users_users_controller_ts_apibearerauth",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "ApiCreatedResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "apicreatedresponse",
|
|
"id": "backend_src_users_users_controller_ts_apicreatedresponse",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "ApiOkResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "apiokresponse",
|
|
"id": "backend_src_users_users_controller_ts_apiokresponse",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_users_users_controller_ts_apioperation",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_users_users_controller_ts_apitags",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "body",
|
|
"id": "backend_src_users_users_controller_ts_body",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_users_users_controller_ts_controller",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_users_users_controller_ts_delete",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "get",
|
|
"id": "backend_src_users_users_controller_ts_get",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "param",
|
|
"id": "backend_src_users_users_controller_ts_param",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Patch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "patch",
|
|
"id": "backend_src_users_users_controller_ts_patch",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "post",
|
|
"id": "backend_src_users_users_controller_ts_post",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Req",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "req",
|
|
"id": "backend_src_users_users_controller_ts_req",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_users_users_controller_ts_useguards",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 3,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_users_users_service_ts_injectable",
|
|
"community_name": "JWT Strategy and Address DTOs"
|
|
},
|
|
{
|
|
"label": "Layout.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/Layout.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "layout.tsx",
|
|
"id": "frontend_admin_panel_src_components_layout",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "ProtectedRoute.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "protectedroute.tsx",
|
|
"id": "frontend_admin_panel_src_components_protectedroute",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "Sidebar.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "sidebar.tsx",
|
|
"id": "frontend_admin_panel_src_components_sidebar",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "menuGroups",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "menugroups",
|
|
"id": "frontend_admin_panel_src_components_sidebar_menugroups",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "Topbar.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "topbar.tsx",
|
|
"id": "frontend_admin_panel_src_components_topbar",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "SEARCHABLE_PAGES",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "searchable_pages",
|
|
"id": "frontend_admin_panel_src_components_topbar_searchable_pages",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "Login.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "login.tsx",
|
|
"id": "frontend_admin_panel_src_pages_login",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "src/services/api.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "src/services/api.ts",
|
|
"id": "frontend_admin_panel_src_services_api",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "api",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L23",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "api",
|
|
"id": "frontend_admin_panel_src_services_api_api",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "failedQueue",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L32",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "failedqueue",
|
|
"id": "frontend_admin_panel_src_services_api_failedqueue",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "adminAuthStore.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "adminauthstore.ts",
|
|
"id": "frontend_admin_panel_src_store_adminauthstore",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "useAdminAuthStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 30,
|
|
"norm_label": "useadminauthstore",
|
|
"id": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore",
|
|
"community_name": "Admin Sidebar and Layout"
|
|
},
|
|
{
|
|
"label": "Spinner.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "spinner.tsx",
|
|
"id": "frontend_admin_panel_src_components_ui_spinner",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "B2BManager.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "b2bmanager.tsx",
|
|
"id": "frontend_admin_panel_src_pages_b2bmanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "BannersManager.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "bannersmanager.tsx",
|
|
"id": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "FinancialSettingsPage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "financialsettingspage.tsx",
|
|
"id": "frontend_admin_panel_src_pages_financialsettingspage",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SeoSettingsPage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "seosettingspage.tsx",
|
|
"id": "frontend_admin_panel_src_pages_seosettingspage",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SmartAdvisorManager.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "smartadvisormanager.tsx",
|
|
"id": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SystemSettingsPage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "systemsettingspage.tsx",
|
|
"id": "frontend_admin_panel_src_pages_systemsettingspage",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "TestimonialsManager.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "testimonialsmanager.tsx",
|
|
"id": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "B2BManager",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L32",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "b2bmanager",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_b2bmanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "BannersManager",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L27",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "bannersmanager",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_bannersmanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "FinancialSettingsPage",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L34",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "financialsettingspage",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SeoSettingsPage",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L33",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "seosettingspage",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_seosettingspage",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SmartAdvisorManager",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L28",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "smartadvisormanager",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "SystemSettingsPage",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L35",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "systemsettingspage",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "TestimonialsManager",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L29",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "testimonialsmanager",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "admin.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 31,
|
|
"norm_label": "admin.ts",
|
|
"id": "frontend_admin_panel_src_types_admin",
|
|
"community_name": "Admin Settings Managers"
|
|
},
|
|
{
|
|
"label": "[id]/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "[id]/page.tsx",
|
|
"id": "frontend_application_app_checkout_success_id_page",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "profile/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/profile/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "profile/page.tsx",
|
|
"id": "frontend_application_app_profile_page",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "FeaturedProducts.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "featuredproducts.tsx",
|
|
"id": "frontend_application_components_featuredproducts",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "OrderSuccess.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/OrderSuccess.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "ordersuccess.tsx",
|
|
"id": "frontend_application_components_ordersuccess",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "PetProfile.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "petprofile.tsx",
|
|
"id": "frontend_application_components_petprofile",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "SmartAdvisor.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "smartadvisor.tsx",
|
|
"id": "frontend_application_components_smartadvisor",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "CURRENT_SYMPTOMS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L32",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "current_symptoms",
|
|
"id": "frontend_application_components_smartadvisor_current_symptoms",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "MEDICAL_HISTORIES",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L43",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "medical_histories",
|
|
"id": "frontend_application_components_smartadvisor_medical_histories",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "FeaturedProducts.test.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "featuredproducts.test.tsx",
|
|
"id": "frontend_application_components_tests_featuredproducts_test",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "mockProducts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
|
|
"source_location": "L19",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "mockproducts",
|
|
"id": "frontend_application_components_tests_featuredproducts_test_mockproducts",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "usePetStore.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "usepetstore.ts",
|
|
"id": "frontend_application_lib_store_usepetstore",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "usePetStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L63",
|
|
"_origin": "ast",
|
|
"community": 32,
|
|
"norm_label": "usepetstore",
|
|
"id": "frontend_application_lib_store_usepetstore_usepetstore",
|
|
"community_name": "User Profile and Success Pages"
|
|
},
|
|
{
|
|
"label": "admin.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "admin.service.ts",
|
|
"id": "backend_src_admin_admin_service",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "admin.service.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/admin.service.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "admin.service.spec.ts",
|
|
"id": "backend_src_admin_admin_service_spec",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "redis.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "redis.module.ts",
|
|
"id": "backend_src_redis_redis_module",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "Global",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "global",
|
|
"id": "backend_src_redis_redis_module_ts_global",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "module",
|
|
"id": "backend_src_redis_redis_module_ts_module",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "redis.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "redis.service.ts",
|
|
"id": "backend_src_redis_redis_service",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "redis.service.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/redis/redis.service.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "redis.service.spec.ts",
|
|
"id": "backend_src_redis_redis_service_spec",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 33,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_redis_redis_service_ts_injectable",
|
|
"community_name": "Redis and Admin Services"
|
|
},
|
|
{
|
|
"label": "http-exception.filter.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "http-exception.filter.ts",
|
|
"id": "backend_src_common_filters_http_exception_filter",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "Catch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "catch",
|
|
"id": "backend_src_common_filters_http_exception_filter_ts_catch",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "prisma-exception.filter.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/filters/prisma-exception.filter.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "prisma-exception.filter.ts",
|
|
"id": "backend_src_common_filters_prisma_exception_filter",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "Catch",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "catch",
|
|
"id": "backend_src_common_filters_prisma_exception_filter_ts_catch",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "decimal.interceptor.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "decimal.interceptor.ts",
|
|
"id": "backend_src_common_interceptors_decimal_interceptor",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "decimal.interceptor.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "decimal.interceptor.spec.ts",
|
|
"id": "backend_src_common_interceptors_decimal_interceptor_spec",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_common_interceptors_decimal_interceptor_ts_injectable",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "error-response.schema.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/schemas/error-response.schema.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "error-response.schema.ts",
|
|
"id": "backend_src_common_schemas_error_response_schema",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_common_schemas_error_response_schema_ts_apiproperty",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "main.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 34,
|
|
"norm_label": "main.ts",
|
|
"id": "backend_src_main",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 34,
|
|
"norm_label": "app-audit-verification.e2e-spec.ts",
|
|
"id": "backend_test_app_audit_verification_e2e_spec",
|
|
"community_name": "Global Exception Filters"
|
|
},
|
|
{
|
|
"label": "sms.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/sms.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "sms.module.ts",
|
|
"id": "backend_src_common_sms_module",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Global",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "global",
|
|
"id": "backend_src_common_sms_module_ts_global",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "module",
|
|
"id": "backend_src_common_sms_module_ts_module",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "body",
|
|
"id": "backend_src_contact_contact_controller_ts_body",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_contact_contact_controller_ts_controller",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "get",
|
|
"id": "backend_src_contact_contact_controller_ts_get",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "param",
|
|
"id": "backend_src_contact_contact_controller_ts_param",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "post",
|
|
"id": "backend_src_contact_contact_controller_ts_post",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "put",
|
|
"id": "backend_src_contact_contact_controller_ts_put",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "query",
|
|
"id": "backend_src_contact_contact_controller_ts_query",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_contact_contact_controller_ts_useguards",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "contact.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/contact/contact.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "contact.module.ts",
|
|
"id": "backend_src_contact_contact_module",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "module",
|
|
"id": "backend_src_contact_contact_module_ts_module",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 35,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_contact_contact_service_ts_injectable",
|
|
"community_name": "Contact and SMS Modules"
|
|
},
|
|
{
|
|
"label": "backend/tsconfig.json",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "backend/tsconfig.json",
|
|
"id": "backend_tsconfig",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "compilerOptions",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "compileroptions",
|
|
"id": "backend_tsconfig_compileroptions",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "allowSyntheticDefaultImports",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "allowsyntheticdefaultimports",
|
|
"id": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "baseUrl",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "baseurl",
|
|
"id": "backend_tsconfig_compileroptions_baseurl",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "declaration",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "declaration",
|
|
"id": "backend_tsconfig_compileroptions_declaration",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "emitDecoratorMetadata",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L10",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "emitdecoratormetadata",
|
|
"id": "backend_tsconfig_compileroptions_emitdecoratormetadata",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "esModuleInterop",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "esmoduleinterop",
|
|
"id": "backend_tsconfig_compileroptions_esmoduleinterop",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "experimentalDecorators",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L11",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "experimentaldecorators",
|
|
"id": "backend_tsconfig_compileroptions_experimentaldecorators",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "forceConsistentCasingInFileNames",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L20",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "forceconsistentcasinginfilenames",
|
|
"id": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "incremental",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L17",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "incremental",
|
|
"id": "backend_tsconfig_compileroptions_incremental",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "isolatedModules",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "isolatedmodules",
|
|
"id": "backend_tsconfig_compileroptions_isolatedmodules",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "module",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "module",
|
|
"id": "backend_tsconfig_compileroptions_module",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "moduleResolution",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "moduleresolution",
|
|
"id": "backend_tsconfig_compileroptions_moduleresolution",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noFallthroughCasesInSwitch",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L23",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "nofallthroughcasesinswitch",
|
|
"id": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noImplicitAny",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L21",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "noimplicitany",
|
|
"id": "backend_tsconfig_compileroptions_noimplicitany",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "outDir",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "outdir",
|
|
"id": "backend_tsconfig_compileroptions_outdir",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "removeComments",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L9",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "removecomments",
|
|
"id": "backend_tsconfig_compileroptions_removecomments",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "resolvePackageJsonExports",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "resolvepackagejsonexports",
|
|
"id": "backend_tsconfig_compileroptions_resolvepackagejsonexports",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "skipLibCheck",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "skiplibcheck",
|
|
"id": "backend_tsconfig_compileroptions_skiplibcheck",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "sourceMap",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "sourcemap",
|
|
"id": "backend_tsconfig_compileroptions_sourcemap",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "strictBindCallApply",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L22",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "strictbindcallapply",
|
|
"id": "backend_tsconfig_compileroptions_strictbindcallapply",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "strictNullChecks",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L19",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "strictnullchecks",
|
|
"id": "backend_tsconfig_compileroptions_strictnullchecks",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "target",
|
|
"file_type": "code",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L13",
|
|
"_origin": "ast",
|
|
"community": 36,
|
|
"norm_label": "target",
|
|
"id": "backend_tsconfig_compileroptions_target",
|
|
"community_name": "Backend TypeScript Config"
|
|
},
|
|
{
|
|
"label": "tsconfig.app.json",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "tsconfig.app.json",
|
|
"id": "frontend_admin_panel_tsconfig_app",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "compilerOptions",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "compileroptions",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "allowImportingTsExtensions",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "allowimportingtsextensions",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "erasableSyntaxOnly",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L21",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "erasablesyntaxonly",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "jsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "jsx",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_jsx",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "lib",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "lib",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_lib",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "module",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "module",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_module",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "moduleDetection",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "moduledetection",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "moduleResolution",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L11",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "moduleresolution",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noEmit",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "noemit",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_noemit",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noFallthroughCasesInSwitch",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L22",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "nofallthroughcasesinswitch",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noUnusedLocals",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L19",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "nounusedlocals",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noUnusedParameters",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L20",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "nounusedparameters",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "skipLibCheck",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "skiplibcheck",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "target",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "target",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_target",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "tsBuildInfoFile",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "tsbuildinfofile",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "types",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "types",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_types",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "verbatimModuleSyntax",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L13",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "verbatimmodulesyntax",
|
|
"id": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "include",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L24",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "include",
|
|
"id": "frontend_admin_panel_tsconfig_app_include",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "DOM",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "dom",
|
|
"id": "frontend_admin_panel_tsconfig_app_json_ref_dom",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "ES2023",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "es2023",
|
|
"id": "frontend_admin_panel_tsconfig_app_json_ref_es2023",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "src",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L24",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "src",
|
|
"id": "ref_src",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "vite/client",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 37,
|
|
"norm_label": "vite/client",
|
|
"id": "ref_vite_client",
|
|
"community_name": "App TypeScript Config"
|
|
},
|
|
{
|
|
"label": "ConfirmModal.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "confirmmodal.tsx",
|
|
"id": "frontend_admin_panel_src_components_ui_confirmmodal",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "CMS.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "cms.tsx",
|
|
"id": "frontend_admin_panel_src_pages_cms",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "Media.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "media.tsx",
|
|
"id": "frontend_admin_panel_src_pages_media",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "Videos.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "videos.tsx",
|
|
"id": "frontend_admin_panel_src_pages_videos",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "WholesaleApplications.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "wholesaleapplications.tsx",
|
|
"id": "frontend_admin_panel_src_pages_wholesaleapplications",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "Wiki.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "wiki.tsx",
|
|
"id": "frontend_admin_panel_src_pages_wiki",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "CMS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L23",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "cms",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_cms",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "Media",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L22",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "media",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_media",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "Videos",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "videos",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_videos",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "WholesaleApplications",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L24",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "wholesaleapplications",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "Wiki",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L19",
|
|
"_origin": "ast",
|
|
"community": 38,
|
|
"norm_label": "wiki",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_wiki",
|
|
"community_name": "CMS and Media Modals"
|
|
},
|
|
{
|
|
"label": "dependencies",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L23",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "dependencies",
|
|
"id": "backend_package_dependencies",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "bcrypt",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L32",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "bcrypt",
|
|
"id": "backend_package_dependencies_bcrypt",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "class-transformer",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L34",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "class-transformer",
|
|
"id": "backend_package_dependencies_class_transformer",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "class-validator",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L35",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "class-validator",
|
|
"id": "backend_package_dependencies_class_validator",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "ioredis",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L37",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "ioredis",
|
|
"id": "backend_package_dependencies_ioredis",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "js-yaml",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L38",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "js-yaml",
|
|
"id": "backend_package_dependencies_js_yaml",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "@nestjs/common",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L24",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "@nestjs/common",
|
|
"id": "backend_package_dependencies_nestjs_common",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "@nestjs/passport",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L27",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "@nestjs/passport",
|
|
"id": "backend_package_dependencies_nestjs_passport",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "@nestjs/platform-express",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L28",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "@nestjs/platform-express",
|
|
"id": "backend_package_dependencies_nestjs_platform_express",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "passport",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L39",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "passport",
|
|
"id": "backend_package_dependencies_passport",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "rxjs",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L42",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "rxjs",
|
|
"id": "backend_package_dependencies_rxjs",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "bcrypt",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L32",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "bcrypt",
|
|
"id": "bcrypt",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "class-transformer",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L34",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "class-transformer",
|
|
"id": "class_transformer",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "class-validator",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L35",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "class-validator",
|
|
"id": "class_validator",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "ioredis",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L37",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "ioredis",
|
|
"id": "ioredis",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "js-yaml",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L38",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "js-yaml",
|
|
"id": "js_yaml",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "@nestjs/common",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L24",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "@nestjs/common",
|
|
"id": "nestjs_common",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "@nestjs/passport",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L27",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "@nestjs/passport",
|
|
"id": "nestjs_passport",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "@nestjs/platform-express",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L28",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "@nestjs/platform-express",
|
|
"id": "nestjs_platform_express",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "passport",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L39",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "passport",
|
|
"id": "passport",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "rxjs",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L42",
|
|
"_origin": "ast",
|
|
"community": 39,
|
|
"norm_label": "rxjs",
|
|
"id": "rxjs",
|
|
"community_name": "Backend Dependencies"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_cms_cms_controller_ts_apibearerauth",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_cms_cms_controller_ts_apioperation",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_cms_cms_controller_ts_apitags",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "body",
|
|
"id": "backend_src_cms_cms_controller_ts_body",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_cms_cms_controller_ts_controller",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_cms_cms_controller_ts_delete",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "get",
|
|
"id": "backend_src_cms_cms_controller_ts_get",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "param",
|
|
"id": "backend_src_cms_cms_controller_ts_param",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "post",
|
|
"id": "backend_src_cms_cms_controller_ts_post",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "put",
|
|
"id": "backend_src_cms_cms_controller_ts_put",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_cms_cms_controller_ts_useguards",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "cms.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "cms.service.ts",
|
|
"id": "backend_src_cms_cms_service",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_cms_cms_service_ts_injectable",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "cms.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "cms.dto.ts",
|
|
"id": "backend_src_cms_dto_cms_dto",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_cms_dto_cms_dto_ts_apiproperty",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "IsBoolean",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "isboolean",
|
|
"id": "backend_src_cms_dto_cms_dto_ts_isboolean",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "IsNumber",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "isnumber",
|
|
"id": "backend_src_cms_dto_cms_dto_ts_isnumber",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_cms_dto_cms_dto_ts_isoptional",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_cms_dto_cms_dto_ts_isstring",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "IsUUID",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 4,
|
|
"norm_label": "isuuid",
|
|
"id": "isuuid",
|
|
"community_name": "CMS Content Management"
|
|
},
|
|
{
|
|
"label": "tsconfig.node.json",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "tsconfig.node.json",
|
|
"id": "frontend_admin_panel_tsconfig_node",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "compilerOptions",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "compileroptions",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "allowImportingTsExtensions",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "allowimportingtsextensions",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "erasableSyntaxOnly",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L20",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "erasablesyntaxonly",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "lib",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "lib",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_lib",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "module",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "module",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_module",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "moduleDetection",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "moduledetection",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "moduleResolution",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L11",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "moduleresolution",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noEmit",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "noemit",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_noemit",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noFallthroughCasesInSwitch",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L21",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "nofallthroughcasesinswitch",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noUnusedLocals",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "nounusedlocals",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "noUnusedParameters",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L19",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "nounusedparameters",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "skipLibCheck",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "skiplibcheck",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "target",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "target",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_target",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "tsBuildInfoFile",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "tsbuildinfofile",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "types",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "types",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_types",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "verbatimModuleSyntax",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L13",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "verbatimmodulesyntax",
|
|
"id": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "include",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L23",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "include",
|
|
"id": "frontend_admin_panel_tsconfig_node_include",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "ES2023",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "es2023",
|
|
"id": "frontend_admin_panel_tsconfig_node_json_ref_es2023",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "node",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "node",
|
|
"id": "ref_node",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "vite.config.ts",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L23",
|
|
"_origin": "ast",
|
|
"community": 40,
|
|
"norm_label": "vite.config.ts",
|
|
"id": "ref_vite_config_ts",
|
|
"community_name": "Node TypeScript Config"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_admin_blogs_controller_ts_apibearerauth",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_admin_blogs_controller_ts_apioperation",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "ApiQuery",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "apiquery",
|
|
"id": "backend_src_admin_blogs_controller_ts_apiquery",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_admin_blogs_controller_ts_apitags",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "body",
|
|
"id": "backend_src_admin_blogs_controller_ts_body",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_admin_blogs_controller_ts_controller",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_admin_blogs_controller_ts_delete",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "get",
|
|
"id": "backend_src_admin_blogs_controller_ts_get",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "param",
|
|
"id": "backend_src_admin_blogs_controller_ts_param",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "post",
|
|
"id": "backend_src_admin_blogs_controller_ts_post",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "put",
|
|
"id": "backend_src_admin_blogs_controller_ts_put",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "query",
|
|
"id": "backend_src_admin_blogs_controller_ts_query",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "Request",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "request",
|
|
"id": "backend_src_admin_blogs_controller_ts_request",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 41,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_admin_blogs_controller_ts_useguards",
|
|
"community_name": "Admin Blog Controller"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_apibearerauth",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_apioperation",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_apitags",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "body",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_body",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_controller",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "get",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_get",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "param",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_param",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "post",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_post",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "put",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_put",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "Request",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "request",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_request",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 42,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_wholesale_wholesale_controller_ts_useguards",
|
|
"community_name": "Wholesale Controller"
|
|
},
|
|
{
|
|
"label": "tailwindcss",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L37",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "tailwindcss",
|
|
"id": "frontend_admin_panel_package_devdependencies_tailwindcss",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "@types/react",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L28",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "@types/react",
|
|
"id": "frontend_admin_panel_package_devdependencies_types_react",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "@vitejs/plugin-react",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L30",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "@vitejs/plugin-react",
|
|
"id": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "devDependencies",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L21",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "devdependencies",
|
|
"id": "frontend_application_package_devdependencies",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "eslint-config-next",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L30",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "eslint-config-next",
|
|
"id": "frontend_application_package_devdependencies_eslint_config_next",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "jsdom",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L31",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "jsdom",
|
|
"id": "frontend_application_package_devdependencies_jsdom",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "tailwindcss",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L32",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "tailwindcss",
|
|
"id": "frontend_application_package_devdependencies_tailwindcss",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "@testing-library/jest-dom",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L23",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "@testing-library/jest-dom",
|
|
"id": "frontend_application_package_devdependencies_testing_library_jest_dom",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "@testing-library/react",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L24",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "@testing-library/react",
|
|
"id": "frontend_application_package_devdependencies_testing_library_react",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "@types/react",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L26",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "@types/react",
|
|
"id": "frontend_application_package_devdependencies_types_react",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "@vitejs/plugin-react",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L28",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "@vitejs/plugin-react",
|
|
"id": "frontend_application_package_devdependencies_vitejs_plugin_react",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "vitest",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L34",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "vitest",
|
|
"id": "frontend_application_package_devdependencies_vitest",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "eslint-config-next",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L30",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "eslint-config-next",
|
|
"id": "eslint_config_next",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "tailwindcss",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L37",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "tailwindcss",
|
|
"id": "frontend_admin_panel_package_json_tailwindcss",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "@types/react",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L28",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "@types/react",
|
|
"id": "frontend_admin_panel_package_json_types_react",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "@vitejs/plugin-react",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L30",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "@vitejs/plugin-react",
|
|
"id": "frontend_admin_panel_package_json_vitejs_plugin_react",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "jsdom",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L31",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "jsdom",
|
|
"id": "jsdom",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "@testing-library/jest-dom",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L23",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "@testing-library/jest-dom",
|
|
"id": "testing_library_jest_dom",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "@testing-library/react",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L24",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "@testing-library/react",
|
|
"id": "testing_library_react",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "vitest",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L34",
|
|
"_origin": "ast",
|
|
"community": 43,
|
|
"norm_label": "vitest",
|
|
"id": "vitest",
|
|
"community_name": "Frontend Testing and Styles"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_admin_wiki_controller_ts_apibearerauth",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_admin_wiki_controller_ts_apioperation",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "ApiQuery",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "apiquery",
|
|
"id": "backend_src_admin_wiki_controller_ts_apiquery",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_admin_wiki_controller_ts_apitags",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "body",
|
|
"id": "backend_src_admin_wiki_controller_ts_body",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_admin_wiki_controller_ts_controller",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_admin_wiki_controller_ts_delete",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "get",
|
|
"id": "backend_src_admin_wiki_controller_ts_get",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "param",
|
|
"id": "backend_src_admin_wiki_controller_ts_param",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "post",
|
|
"id": "backend_src_admin_wiki_controller_ts_post",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "put",
|
|
"id": "backend_src_admin_wiki_controller_ts_put",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "query",
|
|
"id": "backend_src_admin_wiki_controller_ts_query",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 44,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_admin_wiki_controller_ts_useguards",
|
|
"community_name": "Generic CRUD Controller"
|
|
},
|
|
{
|
|
"label": "seo.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "seo.controller.ts",
|
|
"id": "backend_src_seo_seo_controller",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_seo_seo_controller_ts_apioperation",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_seo_seo_controller_ts_apitags",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_seo_seo_controller_ts_controller",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "get",
|
|
"id": "backend_src_seo_seo_controller_ts_get",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "param",
|
|
"id": "backend_src_seo_seo_controller_ts_param",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "seo.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "seo.module.ts",
|
|
"id": "backend_src_seo_seo_module",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "module",
|
|
"id": "backend_src_seo_seo_module_ts_module",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "seo.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "seo.service.ts",
|
|
"id": "backend_src_seo_seo_service",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 45,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_seo_seo_service_ts_injectable",
|
|
"community_name": "SEO and Sitemap Module"
|
|
},
|
|
{
|
|
"label": "Coupons.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 46,
|
|
"norm_label": "coupons.tsx",
|
|
"id": "frontend_admin_panel_src_pages_coupons",
|
|
"community_name": "Coupon Management UI"
|
|
},
|
|
{
|
|
"label": "Coupons",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 46,
|
|
"norm_label": "coupons",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_coupons",
|
|
"community_name": "Coupon Management UI"
|
|
},
|
|
{
|
|
"label": "package.json",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "package.json",
|
|
"id": "package",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "devDependencies",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L17",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "devdependencies",
|
|
"id": "package_devdependencies",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "concurrently",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "concurrently",
|
|
"id": "package_devdependencies_concurrently",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "name",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "name",
|
|
"id": "package_name",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "private",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "private",
|
|
"id": "package_private",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "scripts",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "scripts",
|
|
"id": "package_scripts",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "build",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "build",
|
|
"id": "package_scripts_build",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "build:admin",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L13",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "build:admin",
|
|
"id": "package_scripts_build_admin",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "build:backend",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L11",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "build:backend",
|
|
"id": "package_scripts_build_backend",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "build:frontend",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "build:frontend",
|
|
"id": "package_scripts_build_frontend",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "dev",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L10",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "dev",
|
|
"id": "package_scripts_dev",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "dev:admin",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L9",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "dev:admin",
|
|
"id": "package_scripts_dev_admin",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "dev:backend",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "dev:backend",
|
|
"id": "package_scripts_dev_backend",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "dev:frontend",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "dev:frontend",
|
|
"id": "package_scripts_dev_frontend",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "install:all",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "install:all",
|
|
"id": "package_scripts_install_all",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "start",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "start",
|
|
"id": "package_scripts_start",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "version",
|
|
"file_type": "code",
|
|
"source_file": "package.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "version",
|
|
"id": "package_version",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "concurrently",
|
|
"file_type": "concept",
|
|
"source_file": "package.json",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 47,
|
|
"norm_label": "concurrently",
|
|
"id": "concurrently",
|
|
"community_name": "Project Build Scripts"
|
|
},
|
|
{
|
|
"label": "home.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "home.controller.ts",
|
|
"id": "backend_src_home_home_controller",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "ApiOkResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "apiokresponse",
|
|
"id": "backend_src_home_home_controller_ts_apiokresponse",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_home_home_controller_ts_apioperation",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_home_home_controller_ts_apitags",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_home_home_controller_ts_controller",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "get",
|
|
"id": "backend_src_home_home_controller_ts_get",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "home.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/home.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "home.module.ts",
|
|
"id": "backend_src_home_home_module",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "module",
|
|
"id": "backend_src_home_home_module_ts_module",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "home.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "home.service.ts",
|
|
"id": "backend_src_home_home_service",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 48,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_home_home_service_ts_injectable",
|
|
"community_name": "Home Data Module"
|
|
},
|
|
{
|
|
"label": "eslint",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L60",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "eslint",
|
|
"id": "backend_package_devdependencies_eslint",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "globals",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L63",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "globals",
|
|
"id": "backend_package_devdependencies_globals",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "devDependencies",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L24",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "devdependencies",
|
|
"id": "frontend_admin_panel_package_devdependencies",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "autoprefixer",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L31",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "autoprefixer",
|
|
"id": "frontend_admin_panel_package_devdependencies_autoprefixer",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "eslint",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L32",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "eslint",
|
|
"id": "frontend_admin_panel_package_devdependencies_eslint",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "eslint-plugin-react-hooks",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L33",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "eslint-plugin-react-hooks",
|
|
"id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "eslint-plugin-react-refresh",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L34",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "eslint-plugin-react-refresh",
|
|
"id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "globals",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L35",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "globals",
|
|
"id": "frontend_admin_panel_package_devdependencies_globals",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "postcss",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L36",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "postcss",
|
|
"id": "frontend_admin_panel_package_devdependencies_postcss",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "eslint",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L29",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "eslint",
|
|
"id": "frontend_application_package_devdependencies_eslint",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "autoprefixer",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L31",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "autoprefixer",
|
|
"id": "autoprefixer",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "eslint",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L60",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "eslint",
|
|
"id": "backend_package_json_eslint",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "globals",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L63",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "globals",
|
|
"id": "backend_package_json_globals",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "eslint-plugin-react-hooks",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L33",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "eslint-plugin-react-hooks",
|
|
"id": "eslint_plugin_react_hooks",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "eslint-plugin-react-refresh",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L34",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "eslint-plugin-react-refresh",
|
|
"id": "eslint_plugin_react_refresh",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "postcss",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L36",
|
|
"_origin": "ast",
|
|
"community": 49,
|
|
"norm_label": "postcss",
|
|
"id": "postcss",
|
|
"community_name": "Linting and PostCSS Config"
|
|
},
|
|
{
|
|
"label": "create-order.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "create-order.dto.ts",
|
|
"id": "backend_src_orders_dto_create_order_dto",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_orders_dto_create_order_dto_ts_apiproperty",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "IsArray",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "isarray",
|
|
"id": "backend_src_orders_dto_create_order_dto_ts_isarray",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_orders_dto_create_order_dto_ts_isnotempty",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "IsNumber",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "isnumber",
|
|
"id": "backend_src_orders_dto_create_order_dto_ts_isnumber",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_orders_dto_create_order_dto_ts_isoptional",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_orders_dto_create_order_dto_ts_isstring",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Type",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "type",
|
|
"id": "backend_src_orders_dto_create_order_dto_ts_type",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "orders.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "orders.controller.ts",
|
|
"id": "backend_src_orders_orders_controller",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "orders.controller.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.controller.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "orders.controller.spec.ts",
|
|
"id": "backend_src_orders_orders_controller_spec",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ApiBadRequestResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "apibadrequestresponse",
|
|
"id": "backend_src_orders_orders_controller_ts_apibadrequestresponse",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_orders_orders_controller_ts_apibearerauth",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ApiCreatedResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "apicreatedresponse",
|
|
"id": "backend_src_orders_orders_controller_ts_apicreatedresponse",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ApiNotFoundResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "apinotfoundresponse",
|
|
"id": "backend_src_orders_orders_controller_ts_apinotfoundresponse",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ApiOkResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "apiokresponse",
|
|
"id": "backend_src_orders_orders_controller_ts_apiokresponse",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_orders_orders_controller_ts_apioperation",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_orders_orders_controller_ts_apitags",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "body",
|
|
"id": "backend_src_orders_orders_controller_ts_body",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_orders_orders_controller_ts_controller",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "get",
|
|
"id": "backend_src_orders_orders_controller_ts_get",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_orders_orders_controller_ts_isnotempty",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "IsNumber",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "isnumber",
|
|
"id": "backend_src_orders_orders_controller_ts_isnumber",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_orders_orders_controller_ts_isstring",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "param",
|
|
"id": "backend_src_orders_orders_controller_ts_param",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "post",
|
|
"id": "backend_src_orders_orders_controller_ts_post",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "query",
|
|
"id": "backend_src_orders_orders_controller_ts_query",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Req",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "req",
|
|
"id": "backend_src_orders_orders_controller_ts_req",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_orders_orders_controller_ts_useguards",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "orders.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/orders/orders.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "orders.module.ts",
|
|
"id": "backend_src_orders_orders_module",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "module",
|
|
"id": "backend_src_orders_orders_module_ts_module",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_orders_orders_service_ts_injectable",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "ValidateNested",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 5,
|
|
"norm_label": "validatenested",
|
|
"id": "validatenested",
|
|
"community_name": "Order Creation DTOs"
|
|
},
|
|
{
|
|
"label": "seed.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "seed.ts",
|
|
"id": "backend_prisma_seed",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "seed-home.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-home.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "seed-home.ts",
|
|
"id": "backend_prisma_seed_home",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "prisma",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-home.ts",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "prisma",
|
|
"id": "backend_prisma_seed_home_prisma",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "prisma",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed.ts",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "prisma",
|
|
"id": "backend_prisma_seed_prisma",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "seed-products.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "seed-products.ts",
|
|
"id": "backend_prisma_seed_products",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "prisma",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "prisma",
|
|
"id": "backend_prisma_seed_products_prisma",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "PRODUCT_SYMPTOMS_MAP",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L148",
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "product_symptoms_map",
|
|
"id": "backend_prisma_seed_products_product_symptoms_map",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "PRODUCT_TAGLINES_MAP",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L208",
|
|
"_origin": "ast",
|
|
"community": 50,
|
|
"norm_label": "product_taglines_map",
|
|
"id": "backend_prisma_seed_products_product_taglines_map",
|
|
"community_name": "Database Seeding Logic"
|
|
},
|
|
{
|
|
"label": "20260526145407_init/migration.sql",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": null,
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "20260526145407_init/migration.sql",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"coupons\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L148",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"coupons\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_coupons",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"health_logs\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L134",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"health_logs\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_health_logs",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"order_items\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L173",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"order_items\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_order_items",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"orders\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L159",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"orders\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_orders",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"pet_medical_conditions\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L103",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"pet_medical_conditions\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"pets\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L87",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"pets\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_pets",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"product_ingredients\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L71",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"product_ingredients\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"product_symptoms\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L79",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"product_symptoms\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"products\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L49",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"products\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_products",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"reminder_completions\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L124",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"reminder_completions\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"reminders\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L111",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"reminders\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_reminders",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"user_addresses\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"user_addresses\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_user_addresses",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"users\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"users\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_users",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "\"wallet_transactions\"",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L35",
|
|
"_origin": "ast",
|
|
"community": 51,
|
|
"norm_label": "\"wallet_transactions\"",
|
|
"id": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions",
|
|
"community_name": "Prisma Database Migrations"
|
|
},
|
|
{
|
|
"label": "dependencies",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "dependencies",
|
|
"id": "frontend_admin_panel_package_dependencies",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "axios",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "axios",
|
|
"id": "frontend_admin_panel_package_dependencies_axios",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "react",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "react",
|
|
"id": "frontend_admin_panel_package_dependencies_react",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "react-hot-toast",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "react-hot-toast",
|
|
"id": "frontend_admin_panel_package_dependencies_react_hot_toast",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "react-router-dom",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L19",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "react-router-dom",
|
|
"id": "frontend_admin_panel_package_dependencies_react_router_dom",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "recharts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L20",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "recharts",
|
|
"id": "frontend_admin_panel_package_dependencies_recharts",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "@tanstack/react-query",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L13",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "@tanstack/react-query",
|
|
"id": "frontend_admin_panel_package_dependencies_tanstack_react_query",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "vite",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L21",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "vite",
|
|
"id": "frontend_admin_panel_package_dependencies_vite",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "axios",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "axios",
|
|
"id": "frontend_admin_panel_package_json_axios",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "react",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "react",
|
|
"id": "frontend_admin_panel_package_json_react",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "react-hot-toast",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "react-hot-toast",
|
|
"id": "react_hot_toast",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "react-router-dom",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L19",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "react-router-dom",
|
|
"id": "react_router_dom",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "recharts",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L20",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "recharts",
|
|
"id": "recharts",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "@tanstack/react-query",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L13",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "@tanstack/react-query",
|
|
"id": "tanstack_react_query",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "vite",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L21",
|
|
"_origin": "ast",
|
|
"community": 52,
|
|
"norm_label": "vite",
|
|
"id": "vite",
|
|
"community_name": "Frontend Core Dependencies"
|
|
},
|
|
{
|
|
"label": "ui/Skeleton.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "ui/skeleton.tsx",
|
|
"id": "frontend_admin_panel_src_components_ui_skeleton",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "Orders.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "orders.tsx",
|
|
"id": "frontend_admin_panel_src_pages_orders",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "statusStyles",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L61",
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "statusstyles",
|
|
"id": "frontend_admin_panel_src_pages_orders_statusstyles",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "Users.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "users.tsx",
|
|
"id": "frontend_admin_panel_src_pages_users",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "Orders",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L13",
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "orders",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_orders",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "Users",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L11",
|
|
"_origin": "ast",
|
|
"community": 53,
|
|
"norm_label": "users",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_users",
|
|
"community_name": "UI Skeleton and Tables"
|
|
},
|
|
{
|
|
"label": "loading.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/loading.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "loading.tsx",
|
|
"id": "frontend_application_app_loading",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "shop/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/shop/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "shop/page.tsx",
|
|
"id": "frontend_application_app_shop_page",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "metadata",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/shop/page.tsx",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "metadata",
|
|
"id": "frontend_application_app_shop_page_metadata",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "ArchivePage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "archivepage.tsx",
|
|
"id": "frontend_application_components_archivepage",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "CATEGORY_MAP",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L41",
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "category_map",
|
|
"id": "frontend_application_components_archivepage_category_map",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "ICON_MAP",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L32",
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "icon_map",
|
|
"id": "frontend_application_components_archivepage_icon_map",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "components/Skeleton.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 54,
|
|
"norm_label": "components/skeleton.tsx",
|
|
"id": "frontend_application_components_skeleton",
|
|
"community_name": "Shop Loading States"
|
|
},
|
|
{
|
|
"label": "shop/[slug]/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "shop/[slug]/page.tsx",
|
|
"id": "frontend_application_app_shop_slug_page",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "ProductPage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "productpage.tsx",
|
|
"id": "frontend_application_components_productpage",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "ICON_MAP",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L32",
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "icon_map",
|
|
"id": "frontend_application_components_productpage_icon_map",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "useCalculatorStore",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L59",
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "usecalculatorstore",
|
|
"id": "frontend_application_components_productpage_usecalculatorstore",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "Tooltip.test.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/__tests__/Tooltip.test.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "tooltip.test.tsx",
|
|
"id": "frontend_application_components_tests_tooltip_test",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "Tooltip.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/Tooltip.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "tooltip.tsx",
|
|
"id": "frontend_application_components_tooltip",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "data/scientificTerms.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/scientificTerms.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "data/scientificterms.ts",
|
|
"id": "frontend_application_lib_data_scientificterms",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "SCIENTIFIC_TERMS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/scientificTerms.ts",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 55,
|
|
"norm_label": "scientific_terms",
|
|
"id": "frontend_application_lib_data_scientificterms_scientific_terms",
|
|
"community_name": "Product Detail Page"
|
|
},
|
|
{
|
|
"label": "videos/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/videos/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "videos/page.tsx",
|
|
"id": "frontend_application_app_videos_page",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "SafeImage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SafeImage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "safeimage.tsx",
|
|
"id": "frontend_application_components_safeimage",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "VetGallery.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "vetgallery.tsx",
|
|
"id": "frontend_application_components_vetgallery",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "FALLBACK_VIDEOS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L27",
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "fallback_videos",
|
|
"id": "frontend_application_components_vetgallery_fallback_videos",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "VideosPage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/VideosPage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "videospage.tsx",
|
|
"id": "frontend_application_components_videospage",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "FALLBACK_VIDEOS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/VideosPage.tsx",
|
|
"source_location": "L11",
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "fallback_videos",
|
|
"id": "frontend_application_components_videospage_fallback_videos",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "videoService.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/videoService.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "videoservice.ts",
|
|
"id": "frontend_application_lib_services_videoservice",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "videoService",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/videoService.ts",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 56,
|
|
"norm_label": "videoservice",
|
|
"id": "frontend_application_lib_services_videoservice_videoservice",
|
|
"community_name": "Video Gallery Components"
|
|
},
|
|
{
|
|
"label": "scripts",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "scripts",
|
|
"id": "backend_package_scripts",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "build",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L9",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "build",
|
|
"id": "backend_package_scripts_build",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "docs:generate",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L21",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "docs:generate",
|
|
"id": "backend_package_scripts_docs_generate",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "format",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L10",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "format",
|
|
"id": "backend_package_scripts_format",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "lint",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "lint",
|
|
"id": "backend_package_scripts_lint",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "start",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L11",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "start",
|
|
"id": "backend_package_scripts_start",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "start:debug",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L13",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "start:debug",
|
|
"id": "backend_package_scripts_start_debug",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "start:dev",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "start:dev",
|
|
"id": "backend_package_scripts_start_dev",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "start:prod",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "start:prod",
|
|
"id": "backend_package_scripts_start_prod",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "test",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "test",
|
|
"id": "backend_package_scripts_test",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "test:cov",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "test:cov",
|
|
"id": "backend_package_scripts_test_cov",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "test:debug",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L19",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "test:debug",
|
|
"id": "backend_package_scripts_test_debug",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "test:e2e",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L20",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "test:e2e",
|
|
"id": "backend_package_scripts_test_e2e",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "test:watch",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L17",
|
|
"_origin": "ast",
|
|
"community": 57,
|
|
"norm_label": "test:watch",
|
|
"id": "backend_package_scripts_test_watch",
|
|
"community_name": "NPM Lifecycle Scripts"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_admin_pets_controller_ts_apibearerauth",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_admin_pets_controller_ts_apioperation",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "ApiQuery",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "apiquery",
|
|
"id": "backend_src_admin_pets_controller_ts_apiquery",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_admin_pets_controller_ts_apitags",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_admin_pets_controller_ts_controller",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_admin_pets_controller_ts_delete",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "get",
|
|
"id": "backend_src_admin_pets_controller_ts_get",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "param",
|
|
"id": "backend_src_admin_pets_controller_ts_param",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "query",
|
|
"id": "backend_src_admin_pets_controller_ts_query",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 58,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_admin_pets_controller_ts_useguards",
|
|
"community_name": "Pet Management API"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_admin_reports_controller_ts_apibearerauth",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_admin_reports_controller_ts_apioperation",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_admin_reports_controller_ts_apitags",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_admin_reports_controller_ts_controller",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": "get",
|
|
"id": "backend_src_admin_reports_controller_ts_get",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_admin_reports_controller_ts_useguards",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": "reports.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": "reports.service.ts",
|
|
"id": "backend_src_admin_reports_service",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 59,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_admin_reports_service_ts_injectable",
|
|
"community_name": "Reporting Service and Controller"
|
|
},
|
|
{
|
|
"label": "auth.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "auth.controller.ts",
|
|
"id": "backend_src_auth_auth_controller",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "auth.controller.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.controller.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "auth.controller.spec.ts",
|
|
"id": "backend_src_auth_auth_controller_spec",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "ApiBadRequestResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "apibadrequestresponse",
|
|
"id": "backend_src_auth_auth_controller_ts_apibadrequestresponse",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "ApiOkResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "apiokresponse",
|
|
"id": "backend_src_auth_auth_controller_ts_apiokresponse",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_auth_auth_controller_ts_apioperation",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_auth_auth_controller_ts_apitags",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "body",
|
|
"id": "backend_src_auth_auth_controller_ts_body",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_auth_auth_controller_ts_controller",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "post",
|
|
"id": "backend_src_auth_auth_controller_ts_post",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_auth_auth_service_ts_injectable",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "admin-login.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/dto/admin-login.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "admin-login.dto.ts",
|
|
"id": "backend_src_auth_dto_admin_login_dto",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_auth_dto_admin_login_dto_ts_apiproperty",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsEmail",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isemail",
|
|
"id": "backend_src_auth_dto_admin_login_dto_ts_isemail",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_auth_dto_admin_login_dto_ts_isnotempty",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_auth_dto_admin_login_dto_ts_isstring",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "MinLength",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "minlength",
|
|
"id": "backend_src_auth_dto_admin_login_dto_ts_minlength",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "login.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/dto/login.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "login.dto.ts",
|
|
"id": "backend_src_auth_dto_login_dto",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_auth_dto_login_dto_ts_apiproperty",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_auth_dto_login_dto_ts_isnotempty",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_auth_dto_login_dto_ts_isstring",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "MinLength",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "minlength",
|
|
"id": "backend_src_auth_dto_login_dto_ts_minlength",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "register.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/dto/register.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "register.dto.ts",
|
|
"id": "backend_src_auth_dto_register_dto",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_auth_dto_register_dto_ts_apiproperty",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_auth_dto_register_dto_ts_apipropertyoptional",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsEmail",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isemail",
|
|
"id": "backend_src_auth_dto_register_dto_ts_isemail",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_auth_dto_register_dto_ts_isnotempty",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_auth_dto_register_dto_ts_isoptional",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_auth_dto_register_dto_ts_isstring",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "MinLength",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "minlength",
|
|
"id": "backend_src_auth_dto_register_dto_ts_minlength",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "send-otp.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/dto/send-otp.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "send-otp.dto.ts",
|
|
"id": "backend_src_auth_dto_send_otp_dto",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_auth_dto_send_otp_dto_ts_apiproperty",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_auth_dto_send_otp_dto_ts_isnotempty",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_auth_dto_send_otp_dto_ts_isstring",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "Matches",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "matches",
|
|
"id": "backend_src_auth_dto_send_otp_dto_ts_matches",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "verify-otp.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/dto/verify-otp.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "verify-otp.dto.ts",
|
|
"id": "backend_src_auth_dto_verify_otp_dto",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_auth_dto_verify_otp_dto_ts_isstring",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "Matches",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "matches",
|
|
"id": "backend_src_auth_dto_verify_otp_dto_ts_matches",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "HttpCode",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "httpcode",
|
|
"id": "httpcode",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "Length",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 6,
|
|
"norm_label": "length",
|
|
"id": "length",
|
|
"community_name": "Authentication Controller"
|
|
},
|
|
{
|
|
"label": "jest",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L76",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "jest",
|
|
"id": "backend_package_jest",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "collectCoverageFrom",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L87",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "collectcoveragefrom",
|
|
"id": "backend_package_jest_collectcoveragefrom",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "coverageDirectory",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L90",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "coveragedirectory",
|
|
"id": "backend_package_jest_coveragedirectory",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "moduleFileExtensions",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L77",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "modulefileextensions",
|
|
"id": "backend_package_jest_modulefileextensions",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "rootDir",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L82",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "rootdir",
|
|
"id": "backend_package_jest_rootdir",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "testEnvironment",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L91",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "testenvironment",
|
|
"id": "backend_package_jest_testenvironment",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "testRegex",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L83",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "testregex",
|
|
"id": "backend_package_jest_testregex",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "transform",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L84",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "transform",
|
|
"id": "backend_package_jest_transform",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "^.+\\\\.(t|j)s$",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L85",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "^.+\\\\.(t|j)s$",
|
|
"id": "backend_package_transform_t_j_s",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "ts",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L77",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "ts",
|
|
"id": "backend_package_json_ref_ts",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "js",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L77",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "js",
|
|
"id": "ref_js",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "json",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L77",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "json",
|
|
"id": "ref_json",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "**/*.(t|j)s",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L87",
|
|
"_origin": "ast",
|
|
"community": 60,
|
|
"norm_label": "**/*.(t|j)s",
|
|
"id": "ref_t_j_s",
|
|
"community_name": "Jest Testing Config"
|
|
},
|
|
{
|
|
"label": "wiki/wiki.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": "wiki/wiki.controller.ts",
|
|
"id": "backend_src_wiki_wiki_controller",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_wiki_wiki_controller_ts_apitags",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_wiki_wiki_controller_ts_controller",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": "wiki.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": "wiki.module.ts",
|
|
"id": "backend_src_wiki_wiki_module",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": "module",
|
|
"id": "backend_src_wiki_wiki_module_ts_module",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": "wiki/wiki.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": "wiki/wiki.service.ts",
|
|
"id": "backend_src_wiki_wiki_service",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 61,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_wiki_wiki_service_ts_injectable",
|
|
"community_name": "Wiki Module and Service"
|
|
},
|
|
{
|
|
"label": "blogs/blogs.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "blogs/blogs.controller.ts",
|
|
"id": "backend_src_blogs_blogs_controller",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "blogs.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "blogs.module.ts",
|
|
"id": "backend_src_blogs_blogs_module",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "module",
|
|
"id": "backend_src_blogs_blogs_module_ts_module",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "blogs/blogs.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "blogs/blogs.service.ts",
|
|
"id": "backend_src_blogs_blogs_service",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_blogs_blogs_service_ts_injectable",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "pagination.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "pagination.dto.ts",
|
|
"id": "backend_src_common_dto_pagination_dto",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "IsEnum",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "isenum",
|
|
"id": "backend_src_common_dto_pagination_dto_ts_isenum",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_common_dto_pagination_dto_ts_isoptional",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_common_dto_pagination_dto_ts_isstring",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "Type",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "type",
|
|
"id": "backend_src_common_dto_pagination_dto_ts_type",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "IsInt",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "isint",
|
|
"id": "isint",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "Min",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 62,
|
|
"norm_label": "min",
|
|
"id": "min",
|
|
"community_name": "Blog Module and Service"
|
|
},
|
|
{
|
|
"label": "ApiNotFoundResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": "apinotfoundresponse",
|
|
"id": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": "ApiOkResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": "apiokresponse",
|
|
"id": "backend_src_blogs_blogs_controller_ts_apiokresponse",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_blogs_blogs_controller_ts_apioperation",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_blogs_blogs_controller_ts_apitags",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_blogs_blogs_controller_ts_controller",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": "get",
|
|
"id": "backend_src_blogs_blogs_controller_ts_get",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": "param",
|
|
"id": "backend_src_blogs_blogs_controller_ts_param",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 63,
|
|
"norm_label": "query",
|
|
"id": "backend_src_blogs_blogs_controller_ts_query",
|
|
"community_name": "Public Blog Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_common_services_sms_service_ts_injectable",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "wholesale-apply.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "wholesale-apply.dto.ts",
|
|
"id": "backend_src_wholesale_dto_wholesale_apply_dto",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "wholesale.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "wholesale.service.ts",
|
|
"id": "backend_src_wholesale_wholesale_service",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 64,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_wholesale_wholesale_service_ts_injectable",
|
|
"community_name": "SMS Notification Service"
|
|
},
|
|
{
|
|
"label": "ApiExcludeController",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "apiexcludecontroller",
|
|
"id": "apiexcludecontroller",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": "generate-openapi.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/scripts/generate-openapi.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "generate-openapi.ts",
|
|
"id": "backend_scripts_generate_openapi",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "module",
|
|
"id": "backend_src_app_module_ts_module",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": "metrics.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "metrics.controller.ts",
|
|
"id": "backend_src_common_metrics_controller",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_common_metrics_controller_ts_controller",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "get",
|
|
"id": "backend_src_common_metrics_controller_ts_get",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": "app.e2e-spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/test/app.e2e-spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "app.e2e-spec.ts",
|
|
"id": "backend_test_app_e2e_spec",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": "Res",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 65,
|
|
"norm_label": "res",
|
|
"id": "res",
|
|
"community_name": "OpenAPI and Metrics"
|
|
},
|
|
{
|
|
"label": "app.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": "app.controller.ts",
|
|
"id": "backend_src_app_controller",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": "app.controller.spec.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.controller.spec.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": "app.controller.spec.ts",
|
|
"id": "backend_src_app_controller_spec",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_app_controller_ts_controller",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": "get",
|
|
"id": "backend_src_app_controller_ts_get",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": "app.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": "app.service.ts",
|
|
"id": "backend_src_app_service",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 66,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_app_service_ts_injectable",
|
|
"community_name": "App Health Controller"
|
|
},
|
|
{
|
|
"label": "lucide-react",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "lucide-react",
|
|
"id": "frontend_admin_panel_package_dependencies_lucide_react",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "dependencies",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L11",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "dependencies",
|
|
"id": "frontend_application_package_dependencies",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "axios",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "axios",
|
|
"id": "frontend_application_package_dependencies_axios",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "lucide-react",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L13",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "lucide-react",
|
|
"id": "frontend_application_package_dependencies_lucide_react",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "motion",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "motion",
|
|
"id": "frontend_application_package_dependencies_motion",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "next",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "next",
|
|
"id": "frontend_application_package_dependencies_next",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "react",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "react",
|
|
"id": "frontend_application_package_dependencies_react",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "sonner",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "sonner",
|
|
"id": "frontend_application_package_dependencies_sonner",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "lucide-react",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "lucide-react",
|
|
"id": "frontend_admin_panel_package_json_lucide_react",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "axios",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L12",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "axios",
|
|
"id": "frontend_application_package_json_axios",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "react",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "react",
|
|
"id": "frontend_application_package_json_react",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "motion",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L14",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "motion",
|
|
"id": "motion",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "next",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L15",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "next",
|
|
"id": "next",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "sonner",
|
|
"file_type": "concept",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L18",
|
|
"_origin": "ast",
|
|
"community": 67,
|
|
"norm_label": "sonner",
|
|
"id": "sonner",
|
|
"community_name": "Frontend UI Dependencies"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 68,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_pets_pets_service_ts_injectable",
|
|
"community_name": "Pet Business Logic"
|
|
},
|
|
{
|
|
"label": "validate_integrity.js",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 69,
|
|
"norm_label": "validate_integrity.js",
|
|
"id": "docs_audit_validate_integrity",
|
|
"community_name": "Integrity Validation Scripts"
|
|
},
|
|
{
|
|
"label": "dispSum",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 69,
|
|
"norm_label": "dispsum",
|
|
"id": "docs_audit_validate_integrity_dispsum",
|
|
"community_name": "Integrity Validation Scripts"
|
|
},
|
|
{
|
|
"label": "errors",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 69,
|
|
"norm_label": "errors",
|
|
"id": "docs_audit_validate_integrity_errors",
|
|
"community_name": "Integrity Validation Scripts"
|
|
},
|
|
{
|
|
"label": "invalidNewIds",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L27",
|
|
"_origin": "ast",
|
|
"community": 69,
|
|
"norm_label": "invalidnewids",
|
|
"id": "docs_audit_validate_integrity_invalidnewids",
|
|
"community_name": "Integrity Validation Scripts"
|
|
},
|
|
{
|
|
"label": "manifest",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 69,
|
|
"norm_label": "manifest",
|
|
"id": "docs_audit_validate_integrity_manifest",
|
|
"community_name": "Integrity Validation Scripts"
|
|
},
|
|
{
|
|
"label": "report",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L43",
|
|
"_origin": "ast",
|
|
"community": 69,
|
|
"norm_label": "report",
|
|
"id": "docs_audit_validate_integrity_report",
|
|
"community_name": "Integrity Validation Scripts"
|
|
},
|
|
{
|
|
"label": "trackedFiles",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 69,
|
|
"norm_label": "trackedfiles",
|
|
"id": "docs_audit_validate_integrity_trackedfiles",
|
|
"community_name": "Integrity Validation Scripts"
|
|
},
|
|
{
|
|
"label": "uninspected",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L38",
|
|
"_origin": "ast",
|
|
"community": 69,
|
|
"norm_label": "uninspected",
|
|
"id": "docs_audit_validate_integrity_uninspected",
|
|
"community_name": "Integrity Validation Scripts"
|
|
},
|
|
{
|
|
"label": "verifiedIndex",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 69,
|
|
"norm_label": "verifiedindex",
|
|
"id": "docs_audit_validate_integrity_verifiedindex",
|
|
"community_name": "Integrity Validation Scripts"
|
|
},
|
|
{
|
|
"label": "warnings",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 69,
|
|
"norm_label": "warnings",
|
|
"id": "docs_audit_validate_integrity_warnings",
|
|
"community_name": "Integrity Validation Scripts"
|
|
},
|
|
{
|
|
"label": "app.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "app.module.ts",
|
|
"id": "backend_src_app_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "auth.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "auth.module.ts",
|
|
"id": "backend_src_auth_auth_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_auth_auth_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "b2b.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "b2b.module.ts",
|
|
"id": "backend_src_b2b_b2b_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_b2b_b2b_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "b2b.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "b2b.service.ts",
|
|
"id": "backend_src_b2b_b2b_service",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "banners.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "banners.module.ts",
|
|
"id": "backend_src_banners_banners_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_banners_banners_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "banners.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "banners.service.ts",
|
|
"id": "backend_src_banners_banners_service",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "cms.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/cms/cms.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "cms.module.ts",
|
|
"id": "backend_src_cms_cms_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_cms_cms_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "ingredients.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "ingredients.module.ts",
|
|
"id": "backend_src_ingredients_ingredients_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_ingredients_ingredients_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "ingredients.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "ingredients.service.ts",
|
|
"id": "backend_src_ingredients_ingredients_service",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "prescriptions.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "prescriptions.module.ts",
|
|
"id": "backend_src_prescriptions_prescriptions_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_prescriptions_prescriptions_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "prescriptions.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "prescriptions.service.ts",
|
|
"id": "backend_src_prescriptions_prescriptions_service",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "prisma.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/prisma/prisma.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "prisma.module.ts",
|
|
"id": "backend_src_prisma_prisma_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Global",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "global",
|
|
"id": "backend_src_prisma_prisma_module_ts_global",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_prisma_prisma_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "settings.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/settings/settings.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "settings.module.ts",
|
|
"id": "backend_src_settings_settings_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_settings_settings_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "smart-advisor.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "smart-advisor.module.ts",
|
|
"id": "backend_src_smart_advisor_smart_advisor_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_smart_advisor_smart_advisor_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "smart-advisor.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "smart-advisor.service.ts",
|
|
"id": "backend_src_smart_advisor_smart_advisor_service",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "testimonials.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "testimonials.module.ts",
|
|
"id": "backend_src_testimonials_testimonials_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_testimonials_testimonials_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "testimonials.service.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "testimonials.service.ts",
|
|
"id": "backend_src_testimonials_testimonials_service",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "users.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/users/users.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "users.module.ts",
|
|
"id": "backend_src_users_users_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_users_users_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "videos.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "videos.module.ts",
|
|
"id": "backend_src_videos_videos_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_videos_videos_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "wholesale.module.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wholesale/wholesale.module.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "wholesale.module.ts",
|
|
"id": "backend_src_wholesale_wholesale_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "Module",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 7,
|
|
"norm_label": "module",
|
|
"id": "backend_src_wholesale_wholesale_module_ts_module",
|
|
"community_name": "NestJS Application Modules"
|
|
},
|
|
{
|
|
"label": "admin-panel/package.json",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 70,
|
|
"norm_label": "admin-panel/package.json",
|
|
"id": "frontend_admin_panel_package",
|
|
"community_name": "Admin Panel Package Config"
|
|
},
|
|
{
|
|
"label": "name",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 70,
|
|
"norm_label": "name",
|
|
"id": "frontend_admin_panel_package_name",
|
|
"community_name": "Admin Panel Package Config"
|
|
},
|
|
{
|
|
"label": "private",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 70,
|
|
"norm_label": "private",
|
|
"id": "frontend_admin_panel_package_private",
|
|
"community_name": "Admin Panel Package Config"
|
|
},
|
|
{
|
|
"label": "scripts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 70,
|
|
"norm_label": "scripts",
|
|
"id": "frontend_admin_panel_package_scripts",
|
|
"community_name": "Admin Panel Package Config"
|
|
},
|
|
{
|
|
"label": "build",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 70,
|
|
"norm_label": "build",
|
|
"id": "frontend_admin_panel_package_scripts_build",
|
|
"community_name": "Admin Panel Package Config"
|
|
},
|
|
{
|
|
"label": "dev",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 70,
|
|
"norm_label": "dev",
|
|
"id": "frontend_admin_panel_package_scripts_dev",
|
|
"community_name": "Admin Panel Package Config"
|
|
},
|
|
{
|
|
"label": "lint",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L9",
|
|
"_origin": "ast",
|
|
"community": 70,
|
|
"norm_label": "lint",
|
|
"id": "frontend_admin_panel_package_scripts_lint",
|
|
"community_name": "Admin Panel Package Config"
|
|
},
|
|
{
|
|
"label": "preview",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L10",
|
|
"_origin": "ast",
|
|
"community": 70,
|
|
"norm_label": "preview",
|
|
"id": "frontend_admin_panel_package_scripts_preview",
|
|
"community_name": "Admin Panel Package Config"
|
|
},
|
|
{
|
|
"label": "type",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 70,
|
|
"norm_label": "type",
|
|
"id": "frontend_admin_panel_package_type",
|
|
"community_name": "Admin Panel Package Config"
|
|
},
|
|
{
|
|
"label": "version",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 70,
|
|
"norm_label": "version",
|
|
"id": "frontend_admin_panel_package_version",
|
|
"community_name": "Admin Panel Package Config"
|
|
},
|
|
{
|
|
"label": "Reports.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 71,
|
|
"norm_label": "reports.tsx",
|
|
"id": "frontend_admin_panel_src_pages_reports",
|
|
"community_name": "Analytics and Report Charts"
|
|
},
|
|
{
|
|
"label": "COLORS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L10",
|
|
"_origin": "ast",
|
|
"community": 71,
|
|
"norm_label": "colors",
|
|
"id": "frontend_admin_panel_src_pages_reports_colors",
|
|
"community_name": "Analytics and Report Charts"
|
|
},
|
|
{
|
|
"label": "Reports",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L16",
|
|
"_origin": "ast",
|
|
"community": 71,
|
|
"norm_label": "reports",
|
|
"id": "frontend_admin_panel_src_routes_adminroutes_reports",
|
|
"community_name": "Analytics and Report Charts"
|
|
},
|
|
{
|
|
"label": "orchestrate.py",
|
|
"file_type": "code",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 72,
|
|
"norm_label": "orchestrate.py",
|
|
"id": "ai_agency_orchestrate",
|
|
"community_name": "Task Orchestration Scripts"
|
|
},
|
|
{
|
|
"label": "backend/package.json",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 73,
|
|
"norm_label": "backend/package.json",
|
|
"id": "backend_package",
|
|
"community_name": "Backend Package Config"
|
|
},
|
|
{
|
|
"label": "author",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 73,
|
|
"norm_label": "author",
|
|
"id": "backend_package_author",
|
|
"community_name": "Backend Package Config"
|
|
},
|
|
{
|
|
"label": "description",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 73,
|
|
"norm_label": "description",
|
|
"id": "backend_package_description",
|
|
"community_name": "Backend Package Config"
|
|
},
|
|
{
|
|
"label": "license",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 73,
|
|
"norm_label": "license",
|
|
"id": "backend_package_license",
|
|
"community_name": "Backend Package Config"
|
|
},
|
|
{
|
|
"label": "name",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 73,
|
|
"norm_label": "name",
|
|
"id": "backend_package_name",
|
|
"community_name": "Backend Package Config"
|
|
},
|
|
{
|
|
"label": "prisma",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L93",
|
|
"_origin": "ast",
|
|
"community": 73,
|
|
"norm_label": "prisma",
|
|
"id": "backend_package_prisma",
|
|
"community_name": "Backend Package Config"
|
|
},
|
|
{
|
|
"label": "seed",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L94",
|
|
"_origin": "ast",
|
|
"community": 73,
|
|
"norm_label": "seed",
|
|
"id": "backend_package_prisma_seed",
|
|
"community_name": "Backend Package Config"
|
|
},
|
|
{
|
|
"label": "private",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 73,
|
|
"norm_label": "private",
|
|
"id": "backend_package_private",
|
|
"community_name": "Backend Package Config"
|
|
},
|
|
{
|
|
"label": "version",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 73,
|
|
"norm_label": "version",
|
|
"id": "backend_package_version",
|
|
"community_name": "Backend Package Config"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 74,
|
|
"norm_label": "create-health-log.dto.ts",
|
|
"id": "backend_src_pets_dto_create_health_log_dto",
|
|
"community_name": "Health Log DTOs"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 74,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty",
|
|
"community_name": "Health Log DTOs"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 74,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional",
|
|
"community_name": "Health Log DTOs"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 74,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty",
|
|
"community_name": "Health Log DTOs"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 74,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_pets_dto_create_health_log_dto_ts_isoptional",
|
|
"community_name": "Health Log DTOs"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 74,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_pets_dto_create_health_log_dto_ts_isstring",
|
|
"community_name": "Health Log DTOs"
|
|
},
|
|
{
|
|
"label": "ErrorBoundary.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 75,
|
|
"norm_label": "errorboundary.tsx",
|
|
"id": "frontend_application_components_errorboundary",
|
|
"community_name": "React Error Boundary"
|
|
},
|
|
{
|
|
"label": "application/package.json",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 76,
|
|
"norm_label": "application/package.json",
|
|
"id": "frontend_application_package",
|
|
"community_name": "Application Package Config"
|
|
},
|
|
{
|
|
"label": "name",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 76,
|
|
"norm_label": "name",
|
|
"id": "frontend_application_package_name",
|
|
"community_name": "Application Package Config"
|
|
},
|
|
{
|
|
"label": "private",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 76,
|
|
"norm_label": "private",
|
|
"id": "frontend_application_package_private",
|
|
"community_name": "Application Package Config"
|
|
},
|
|
{
|
|
"label": "scripts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 76,
|
|
"norm_label": "scripts",
|
|
"id": "frontend_application_package_scripts",
|
|
"community_name": "Application Package Config"
|
|
},
|
|
{
|
|
"label": "build",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L7",
|
|
"_origin": "ast",
|
|
"community": 76,
|
|
"norm_label": "build",
|
|
"id": "frontend_application_package_scripts_build",
|
|
"community_name": "Application Package Config"
|
|
},
|
|
{
|
|
"label": "dev",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 76,
|
|
"norm_label": "dev",
|
|
"id": "frontend_application_package_scripts_dev",
|
|
"community_name": "Application Package Config"
|
|
},
|
|
{
|
|
"label": "lint",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L9",
|
|
"_origin": "ast",
|
|
"community": 76,
|
|
"norm_label": "lint",
|
|
"id": "frontend_application_package_scripts_lint",
|
|
"community_name": "Application Package Config"
|
|
},
|
|
{
|
|
"label": "start",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L8",
|
|
"_origin": "ast",
|
|
"community": 76,
|
|
"norm_label": "start",
|
|
"id": "frontend_application_package_scripts_start",
|
|
"community_name": "Application Package Config"
|
|
},
|
|
{
|
|
"label": "version",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 76,
|
|
"norm_label": "version",
|
|
"id": "frontend_application_package_version",
|
|
"community_name": "Application Package Config"
|
|
},
|
|
{
|
|
"label": "ApiNotFoundResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 77,
|
|
"norm_label": "apinotfoundresponse",
|
|
"id": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse",
|
|
"community_name": "Generic Resource Controller"
|
|
},
|
|
{
|
|
"label": "ApiOkResponse",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 77,
|
|
"norm_label": "apiokresponse",
|
|
"id": "backend_src_wiki_wiki_controller_ts_apiokresponse",
|
|
"community_name": "Generic Resource Controller"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 77,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_wiki_wiki_controller_ts_apioperation",
|
|
"community_name": "Generic Resource Controller"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 77,
|
|
"norm_label": "get",
|
|
"id": "backend_src_wiki_wiki_controller_ts_get",
|
|
"community_name": "Generic Resource Controller"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 77,
|
|
"norm_label": "param",
|
|
"id": "backend_src_wiki_wiki_controller_ts_param",
|
|
"community_name": "Generic Resource Controller"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 77,
|
|
"norm_label": "query",
|
|
"id": "backend_src_wiki_wiki_controller_ts_query",
|
|
"community_name": "Generic Resource Controller"
|
|
},
|
|
{
|
|
"label": "error.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/error.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 78,
|
|
"norm_label": "error.tsx",
|
|
"id": "frontend_application_app_error",
|
|
"community_name": "Error and Not Found Pages"
|
|
},
|
|
{
|
|
"label": "not-found.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/not-found.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 78,
|
|
"norm_label": "not-found.tsx",
|
|
"id": "frontend_application_app_not_found",
|
|
"community_name": "Error and Not Found Pages"
|
|
},
|
|
{
|
|
"label": "ErrorPages.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/ErrorPages.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 78,
|
|
"norm_label": "errorpages.tsx",
|
|
"id": "frontend_application_components_errorpages",
|
|
"community_name": "Error and Not Found Pages"
|
|
},
|
|
{
|
|
"label": "with-vpn.sh",
|
|
"file_type": "code",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L1",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "file"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 79,
|
|
"norm_label": "with-vpn.sh",
|
|
"id": "gitea_scripts_with_vpn",
|
|
"community_name": "VPN Utility Scripts"
|
|
},
|
|
{
|
|
"label": "cleanup()",
|
|
"file_type": "code",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L65",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "bash_function"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 79,
|
|
"norm_label": "cleanup()",
|
|
"id": "gitea_scripts_with_vpn_cleanup",
|
|
"community_name": "VPN Utility Scripts"
|
|
},
|
|
{
|
|
"label": "log()",
|
|
"file_type": "code",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L14",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "bash_function"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 79,
|
|
"norm_label": "log()",
|
|
"id": "gitea_scripts_with_vpn_log",
|
|
"community_name": "VPN Utility Scripts"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 79,
|
|
"norm_label": "with-vpn.sh script",
|
|
"id": "gitea_scripts_with_vpn_sh__entry",
|
|
"community_name": "VPN Utility Scripts"
|
|
},
|
|
{
|
|
"label": "start_vpn()",
|
|
"file_type": "code",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L20",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "bash_function"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 79,
|
|
"norm_label": "start_vpn()",
|
|
"id": "gitea_scripts_with_vpn_start_vpn",
|
|
"community_name": "VPN Utility Scripts"
|
|
},
|
|
{
|
|
"label": "stop_vpn()",
|
|
"file_type": "code",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L51",
|
|
"metadata": {
|
|
"language": "bash",
|
|
"kind": "bash_function"
|
|
},
|
|
"_origin": "ast",
|
|
"community": 79,
|
|
"norm_label": "stop_vpn()",
|
|
"id": "gitea_scripts_with_vpn_stop_vpn",
|
|
"community_name": "VPN Utility Scripts"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 79,
|
|
"norm_label": "vpn_is_up()",
|
|
"id": "gitea_scripts_with_vpn_vpn_is_up",
|
|
"community_name": "VPN Utility Scripts"
|
|
},
|
|
{
|
|
"label": "create-video.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/dto/create-video.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "create-video.dto.ts",
|
|
"id": "backend_src_videos_dto_create_video_dto",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_videos_dto_create_video_dto_ts_apiproperty",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "IsBoolean",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "isboolean",
|
|
"id": "backend_src_videos_dto_create_video_dto_ts_isboolean",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "IsNotEmpty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "isnotempty",
|
|
"id": "backend_src_videos_dto_create_video_dto_ts_isnotempty",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_videos_dto_create_video_dto_ts_isoptional",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "IsString",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "isstring",
|
|
"id": "backend_src_videos_dto_create_video_dto_ts_isstring",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"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",
|
|
"community": 8,
|
|
"norm_label": "get-videos-query.dto.ts",
|
|
"id": "backend_src_videos_dto_get_videos_query_dto",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "ApiPropertyOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "apipropertyoptional",
|
|
"id": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "IsBoolean",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "isboolean",
|
|
"id": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "IsOptional",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "isoptional",
|
|
"id": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "videos.controller.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "videos.controller.ts",
|
|
"id": "backend_src_videos_videos_controller",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "ApiBearerAuth",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "apibearerauth",
|
|
"id": "backend_src_videos_videos_controller_ts_apibearerauth",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "ApiOperation",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "apioperation",
|
|
"id": "backend_src_videos_videos_controller_ts_apioperation",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "ApiQuery",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "apiquery",
|
|
"id": "backend_src_videos_videos_controller_ts_apiquery",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "ApiTags",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "apitags",
|
|
"id": "backend_src_videos_videos_controller_ts_apitags",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "Body",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "body",
|
|
"id": "backend_src_videos_videos_controller_ts_body",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "Controller",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "controller",
|
|
"id": "backend_src_videos_videos_controller_ts_controller",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "Delete",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "delete",
|
|
"id": "backend_src_videos_videos_controller_ts_delete",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "Get",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "get",
|
|
"id": "backend_src_videos_videos_controller_ts_get",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "Param",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "param",
|
|
"id": "backend_src_videos_videos_controller_ts_param",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "Post",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "post",
|
|
"id": "backend_src_videos_videos_controller_ts_post",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "Put",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "put",
|
|
"id": "backend_src_videos_videos_controller_ts_put",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "Query",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "query",
|
|
"id": "backend_src_videos_videos_controller_ts_query",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "UseGuards",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "useguards",
|
|
"id": "backend_src_videos_videos_controller_ts_useguards",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "Injectable",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "injectable",
|
|
"id": "backend_src_videos_videos_service_ts_injectable",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "Transform",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 8,
|
|
"norm_label": "transform",
|
|
"id": "transform",
|
|
"community_name": "Video Management DTOs"
|
|
},
|
|
{
|
|
"label": "nest-cli.json",
|
|
"file_type": "code",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 80,
|
|
"norm_label": "nest-cli.json",
|
|
"id": "backend_nest_cli",
|
|
"community_name": "NestJS CLI Config"
|
|
},
|
|
{
|
|
"label": "collection",
|
|
"file_type": "code",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 80,
|
|
"norm_label": "collection",
|
|
"id": "backend_nest_cli_collection",
|
|
"community_name": "NestJS CLI Config"
|
|
},
|
|
{
|
|
"label": "compilerOptions",
|
|
"file_type": "code",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 80,
|
|
"norm_label": "compileroptions",
|
|
"id": "backend_nest_cli_compileroptions",
|
|
"community_name": "NestJS CLI Config"
|
|
},
|
|
{
|
|
"label": "deleteOutDir",
|
|
"file_type": "code",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 80,
|
|
"norm_label": "deleteoutdir",
|
|
"id": "backend_nest_cli_compileroptions_deleteoutdir",
|
|
"community_name": "NestJS CLI Config"
|
|
},
|
|
{
|
|
"label": "$schema",
|
|
"file_type": "code",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 80,
|
|
"norm_label": "$schema",
|
|
"id": "backend_nest_cli_schema",
|
|
"community_name": "NestJS CLI Config"
|
|
},
|
|
{
|
|
"label": "sourceRoot",
|
|
"file_type": "code",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 80,
|
|
"norm_label": "sourceroot",
|
|
"id": "backend_nest_cli_sourceroot",
|
|
"community_name": "NestJS CLI Config"
|
|
},
|
|
{
|
|
"label": "tsconfig.seed.json",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 81,
|
|
"norm_label": "tsconfig.seed.json",
|
|
"id": "backend_prisma_tsconfig_seed",
|
|
"community_name": "Seed TypeScript Config"
|
|
},
|
|
{
|
|
"label": "compilerOptions",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 81,
|
|
"norm_label": "compileroptions",
|
|
"id": "backend_prisma_tsconfig_seed_compileroptions",
|
|
"community_name": "Seed TypeScript Config"
|
|
},
|
|
{
|
|
"label": "esModuleInterop",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 81,
|
|
"norm_label": "esmoduleinterop",
|
|
"id": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop",
|
|
"community_name": "Seed TypeScript Config"
|
|
},
|
|
{
|
|
"label": "module",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 81,
|
|
"norm_label": "module",
|
|
"id": "backend_prisma_tsconfig_seed_compileroptions_module",
|
|
"community_name": "Seed TypeScript Config"
|
|
},
|
|
{
|
|
"label": "moduleResolution",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 81,
|
|
"norm_label": "moduleresolution",
|
|
"id": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution",
|
|
"community_name": "Seed TypeScript Config"
|
|
},
|
|
{
|
|
"label": "skipLibCheck",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 81,
|
|
"norm_label": "skiplibcheck",
|
|
"id": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck",
|
|
"community_name": "Seed TypeScript Config"
|
|
},
|
|
{
|
|
"label": "open-browsers.js",
|
|
"file_type": "code",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 83,
|
|
"norm_label": "open-browsers.js",
|
|
"id": "scripts_open_browsers",
|
|
"community_name": "Browser Utility Scripts"
|
|
},
|
|
{
|
|
"label": "{ exec }",
|
|
"file_type": "code",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 83,
|
|
"norm_label": "{ exec }",
|
|
"id": "scripts_open_browsers_exec",
|
|
"community_name": "Browser Utility Scripts"
|
|
},
|
|
{
|
|
"label": "http",
|
|
"file_type": "code",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 83,
|
|
"norm_label": "http",
|
|
"id": "scripts_open_browsers_http",
|
|
"community_name": "Browser Utility Scripts"
|
|
},
|
|
{
|
|
"label": "URLS",
|
|
"file_type": "code",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 83,
|
|
"norm_label": "urls",
|
|
"id": "scripts_open_browsers_urls",
|
|
"community_name": "Browser Utility Scripts"
|
|
},
|
|
{
|
|
"label": "start-dev.js",
|
|
"file_type": "code",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 84,
|
|
"norm_label": "start-dev.js",
|
|
"id": "scripts_start_dev",
|
|
"community_name": "Dev Server Startup"
|
|
},
|
|
{
|
|
"label": "backend",
|
|
"file_type": "code",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L27",
|
|
"_origin": "ast",
|
|
"community": 84,
|
|
"norm_label": "backend",
|
|
"id": "scripts_start_dev_backend",
|
|
"community_name": "Dev Server Startup"
|
|
},
|
|
{
|
|
"label": "http",
|
|
"file_type": "code",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L2",
|
|
"_origin": "ast",
|
|
"community": 84,
|
|
"norm_label": "http",
|
|
"id": "scripts_start_dev_http",
|
|
"community_name": "Dev Server Startup"
|
|
},
|
|
{
|
|
"label": "{ spawn }",
|
|
"file_type": "code",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 84,
|
|
"norm_label": "{ spawn }",
|
|
"id": "scripts_start_dev_spawn",
|
|
"community_name": "Dev Server Startup"
|
|
},
|
|
{
|
|
"label": "paginated-response.schema.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 86,
|
|
"norm_label": "paginated-response.schema.ts",
|
|
"id": "backend_src_common_schemas_paginated_response_schema",
|
|
"community_name": "Pagination API Schemas"
|
|
},
|
|
{
|
|
"label": "ApiProperty",
|
|
"file_type": "code",
|
|
"source_file": "",
|
|
"source_location": "",
|
|
"_origin": "ast",
|
|
"community": 86,
|
|
"norm_label": "apiproperty",
|
|
"id": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty",
|
|
"community_name": "Pagination API Schemas"
|
|
},
|
|
{
|
|
"label": "rebuild_honest_ledger.js",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/rebuild_honest_ledger.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 88,
|
|
"norm_label": "rebuild_honest_ledger.js",
|
|
"id": "docs_audit_rebuild_honest_ledger",
|
|
"community_name": "Ledger Rebuild Scripts"
|
|
},
|
|
{
|
|
"label": "evidenceList",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/rebuild_honest_ledger.js",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 88,
|
|
"norm_label": "evidencelist",
|
|
"id": "docs_audit_rebuild_honest_ledger_evidencelist",
|
|
"community_name": "Ledger Rebuild Scripts"
|
|
},
|
|
{
|
|
"label": "ledger",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/rebuild_honest_ledger.js",
|
|
"source_location": "L9",
|
|
"_origin": "ast",
|
|
"community": 88,
|
|
"norm_label": "ledger",
|
|
"id": "docs_audit_rebuild_honest_ledger_ledger",
|
|
"community_name": "Ledger Rebuild Scripts"
|
|
},
|
|
{
|
|
"label": "mandatoryMap",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/rebuild_honest_ledger.js",
|
|
"source_location": "L6",
|
|
"_origin": "ast",
|
|
"community": 88,
|
|
"norm_label": "mandatorymap",
|
|
"id": "docs_audit_rebuild_honest_ledger_mandatorymap",
|
|
"community_name": "Ledger Rebuild Scripts"
|
|
},
|
|
{
|
|
"label": "mandatoryScope",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/rebuild_honest_ledger.js",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 88,
|
|
"norm_label": "mandatoryscope",
|
|
"id": "docs_audit_rebuild_honest_ledger_mandatoryscope",
|
|
"community_name": "Ledger Rebuild Scripts"
|
|
},
|
|
{
|
|
"label": "validate_evidence_grade.js",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_evidence_grade.js",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 89,
|
|
"norm_label": "validate_evidence_grade.js",
|
|
"id": "docs_audit_validate_evidence_grade",
|
|
"community_name": "Evidence Validation Scripts"
|
|
},
|
|
{
|
|
"label": "activeFiles",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_evidence_grade.js",
|
|
"source_location": "L58",
|
|
"_origin": "ast",
|
|
"community": 89,
|
|
"norm_label": "activefiles",
|
|
"id": "docs_audit_validate_evidence_grade_activefiles",
|
|
"community_name": "Evidence Validation Scripts"
|
|
},
|
|
{
|
|
"label": "errors",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_evidence_grade.js",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 89,
|
|
"norm_label": "errors",
|
|
"id": "docs_audit_validate_evidence_grade_errors",
|
|
"community_name": "Evidence Validation Scripts"
|
|
},
|
|
{
|
|
"label": "validationOutput",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_evidence_grade.js",
|
|
"source_location": "L101",
|
|
"_origin": "ast",
|
|
"community": 89,
|
|
"norm_label": "validationoutput",
|
|
"id": "docs_audit_validate_evidence_grade_validationoutput",
|
|
"community_name": "Evidence Validation Scripts"
|
|
},
|
|
{
|
|
"label": "warnings",
|
|
"file_type": "code",
|
|
"source_file": "docs/audit/validate_evidence_grade.js",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 89,
|
|
"norm_label": "warnings",
|
|
"id": "docs_audit_validate_evidence_grade_warnings",
|
|
"community_name": "Evidence Validation Scripts"
|
|
},
|
|
{
|
|
"label": "CatalogClient.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "catalogclient.tsx",
|
|
"id": "frontend_application_app_catalog_catalogclient",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "catalog/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/catalog/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "catalog/page.tsx",
|
|
"id": "frontend_application_app_catalog_page",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "metadata",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/catalog/page.tsx",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "metadata",
|
|
"id": "frontend_application_app_catalog_page_metadata",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "search/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/search/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "search/page.tsx",
|
|
"id": "frontend_application_app_search_page",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "metadata",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/search/page.tsx",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "metadata",
|
|
"id": "frontend_application_app_search_page_metadata",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "sitemap.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/sitemap.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "sitemap.ts",
|
|
"id": "frontend_application_app_sitemap",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "wiki/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/wiki/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "wiki/page.tsx",
|
|
"id": "frontend_application_app_wiki_page",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "metadata",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/wiki/page.tsx",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "metadata",
|
|
"id": "frontend_application_app_wiki_page_metadata",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "BlogPage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/BlogPage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "blogpage.tsx",
|
|
"id": "frontend_application_components_blogpage",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "IngredientWiki.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "ingredientwiki.tsx",
|
|
"id": "frontend_application_components_ingredientwiki",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "SearchResultsPage.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/components/SearchResultsPage.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "searchresultspage.tsx",
|
|
"id": "frontend_application_components_searchresultspage",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "products.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "products.ts",
|
|
"id": "frontend_application_lib_data_products",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "INGREDIENTS_WIKI",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L67",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "ingredients_wiki",
|
|
"id": "frontend_application_lib_data_products_ingredients_wiki",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "PRODUCTS",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L110",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "products",
|
|
"id": "frontend_application_lib_data_products_products",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "productService.ts",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "productservice.ts",
|
|
"id": "frontend_application_lib_services_productservice",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "CATEGORY_SLUG_TO_NAME",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 9,
|
|
"norm_label": "category_slug_to_name",
|
|
"id": "frontend_application_lib_services_productservice_category_slug_to_name",
|
|
"community_name": "Public Catalog Pages"
|
|
},
|
|
{
|
|
"label": "blog/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/blog/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 90,
|
|
"norm_label": "blog/page.tsx",
|
|
"id": "frontend_application_app_blog_page",
|
|
"community_name": "Blog Listing Page"
|
|
},
|
|
{
|
|
"label": "metadata",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/blog/page.tsx",
|
|
"source_location": "L4",
|
|
"_origin": "ast",
|
|
"community": 90,
|
|
"norm_label": "metadata",
|
|
"id": "frontend_application_app_blog_page_metadata",
|
|
"community_name": "Blog Listing Page"
|
|
},
|
|
{
|
|
"label": "blog/[slug]/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 91,
|
|
"norm_label": "blog/[slug]/page.tsx",
|
|
"id": "frontend_application_app_blog_slug_page",
|
|
"community_name": "Blog Post Detail Page"
|
|
},
|
|
{
|
|
"label": "revalidate",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L30",
|
|
"_origin": "ast",
|
|
"community": 91,
|
|
"norm_label": "revalidate",
|
|
"id": "frontend_application_app_blog_slug_page_revalidate",
|
|
"community_name": "Blog Post Detail Page"
|
|
},
|
|
{
|
|
"label": "@types/node",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L57",
|
|
"_origin": "ast",
|
|
"community": 92,
|
|
"norm_label": "@types/node",
|
|
"id": "backend_package_devdependencies_types_node",
|
|
"community_name": "Node Type Definitions"
|
|
},
|
|
{
|
|
"label": "@types/node",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L27",
|
|
"_origin": "ast",
|
|
"community": 92,
|
|
"norm_label": "@types/node",
|
|
"id": "frontend_admin_panel_package_devdependencies_types_node",
|
|
"community_name": "Node Type Definitions"
|
|
},
|
|
{
|
|
"label": "@types/node",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L25",
|
|
"_origin": "ast",
|
|
"community": 92,
|
|
"norm_label": "@types/node",
|
|
"id": "frontend_application_package_devdependencies_types_node",
|
|
"community_name": "Node Type Definitions"
|
|
},
|
|
{
|
|
"label": "@types/node",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L57",
|
|
"_origin": "ast",
|
|
"community": 92,
|
|
"norm_label": "@types/node",
|
|
"id": "backend_package_json_types_node",
|
|
"community_name": "Node Type Definitions"
|
|
},
|
|
{
|
|
"label": "typescript",
|
|
"file_type": "code",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L73",
|
|
"_origin": "ast",
|
|
"community": 93,
|
|
"norm_label": "typescript",
|
|
"id": "backend_package_devdependencies_typescript",
|
|
"community_name": "TypeScript Language"
|
|
},
|
|
{
|
|
"label": "typescript",
|
|
"file_type": "code",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L38",
|
|
"_origin": "ast",
|
|
"community": 93,
|
|
"norm_label": "typescript",
|
|
"id": "frontend_admin_panel_package_devdependencies_typescript",
|
|
"community_name": "TypeScript Language"
|
|
},
|
|
{
|
|
"label": "typescript",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L33",
|
|
"_origin": "ast",
|
|
"community": 93,
|
|
"norm_label": "typescript",
|
|
"id": "frontend_application_package_devdependencies_typescript",
|
|
"community_name": "TypeScript Language"
|
|
},
|
|
{
|
|
"label": "typescript",
|
|
"file_type": "concept",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L73",
|
|
"_origin": "ast",
|
|
"community": 93,
|
|
"norm_label": "typescript",
|
|
"id": "backend_package_json_typescript",
|
|
"community_name": "TypeScript Language"
|
|
},
|
|
{
|
|
"label": "seed-ui-texts.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-ui-texts.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 94,
|
|
"norm_label": "seed-ui-texts.ts",
|
|
"id": "backend_prisma_seed_ui_texts",
|
|
"community_name": "UI Text Seeding"
|
|
},
|
|
{
|
|
"label": "prisma",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-ui-texts.ts",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 94,
|
|
"norm_label": "prisma",
|
|
"id": "backend_prisma_seed_ui_texts_prisma",
|
|
"community_name": "UI Text Seeding"
|
|
},
|
|
{
|
|
"label": "UI_TEXTS",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-ui-texts.ts",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 94,
|
|
"norm_label": "ui_texts",
|
|
"id": "backend_prisma_seed_ui_texts_ui_texts",
|
|
"community_name": "UI Text Seeding"
|
|
},
|
|
{
|
|
"label": "seed-wiki.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-wiki.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 95,
|
|
"norm_label": "seed-wiki.ts",
|
|
"id": "backend_prisma_seed_wiki",
|
|
"community_name": "Wiki Terms Seeding"
|
|
},
|
|
{
|
|
"label": "prisma",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-wiki.ts",
|
|
"source_location": "L3",
|
|
"_origin": "ast",
|
|
"community": 95,
|
|
"norm_label": "prisma",
|
|
"id": "backend_prisma_seed_wiki_prisma",
|
|
"community_name": "Wiki Terms Seeding"
|
|
},
|
|
{
|
|
"label": "WIKI_TERMS",
|
|
"file_type": "code",
|
|
"source_file": "backend/prisma/seed-wiki.ts",
|
|
"source_location": "L5",
|
|
"_origin": "ast",
|
|
"community": 95,
|
|
"norm_label": "wiki_terms",
|
|
"id": "backend_prisma_seed_wiki_wiki_terms",
|
|
"community_name": "Wiki Terms Seeding"
|
|
},
|
|
{
|
|
"label": "create-blog.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/dto/create-blog.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 96,
|
|
"norm_label": "create-blog.dto.ts",
|
|
"id": "backend_src_blogs_dto_create_blog_dto",
|
|
"community_name": "Blog Management DTOs"
|
|
},
|
|
{
|
|
"label": "update-blog.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/blogs/dto/update-blog.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 96,
|
|
"norm_label": "update-blog.dto.ts",
|
|
"id": "backend_src_blogs_dto_update_blog_dto",
|
|
"community_name": "Blog Management DTOs"
|
|
},
|
|
{
|
|
"label": "create-home.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/dto/create-home.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 97,
|
|
"norm_label": "create-home.dto.ts",
|
|
"id": "backend_src_home_dto_create_home_dto",
|
|
"community_name": "Home Management DTOs"
|
|
},
|
|
{
|
|
"label": "update-home.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/home/dto/update-home.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 97,
|
|
"norm_label": "update-home.dto.ts",
|
|
"id": "backend_src_home_dto_update_home_dto",
|
|
"community_name": "Home Management DTOs"
|
|
},
|
|
{
|
|
"label": "create-wiki.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/dto/create-wiki.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 98,
|
|
"norm_label": "create-wiki.dto.ts",
|
|
"id": "backend_src_wiki_dto_create_wiki_dto",
|
|
"community_name": "Wiki Management DTOs"
|
|
},
|
|
{
|
|
"label": "update-wiki.dto.ts",
|
|
"file_type": "code",
|
|
"source_file": "backend/src/wiki/dto/update-wiki.dto.ts",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 98,
|
|
"norm_label": "update-wiki.dto.ts",
|
|
"id": "backend_src_wiki_dto_update_wiki_dto",
|
|
"community_name": "Wiki Management DTOs"
|
|
},
|
|
{
|
|
"label": "wiki/[slug]/page.tsx",
|
|
"file_type": "code",
|
|
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
|
|
"source_location": "L1",
|
|
"_origin": "ast",
|
|
"community": 99,
|
|
"norm_label": "wiki/[slug]/page.tsx",
|
|
"id": "frontend_application_app_wiki_slug_page",
|
|
"community_name": "Wiki Page Routing"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "frontend_application_public_fonts_vazirmatn_v33_003_authors",
|
|
"community_name": "Font Assets and Licenses"
|
|
},
|
|
{
|
|
"label": "Products Table",
|
|
"file_type": "code",
|
|
"source_file": "DATABASE_SCHEMA.md",
|
|
"source_location": "2.4",
|
|
"community": 108,
|
|
"norm_label": "products table",
|
|
"id": "database_schema_products",
|
|
"community_name": "Product and Cart Components"
|
|
},
|
|
{
|
|
"label": "Cart Store (Zustand)",
|
|
"file_type": "code",
|
|
"source_file": "src/store/cartStore.ts",
|
|
"rationale": "Handles shopping cart, coupons, and order placement.",
|
|
"community": 108,
|
|
"norm_label": "cart store (zustand)",
|
|
"id": "src_store_cartstore",
|
|
"community_name": "Product and Cart Components"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "readme_smartadvisor",
|
|
"community_name": "Product and Cart Components"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "docs_audit_adr_auth_001",
|
|
"community_name": "Auth Architecture and Planning"
|
|
},
|
|
{
|
|
"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)",
|
|
"id": "docs_audit_master_task_backlog",
|
|
"community_name": "Auth Architecture and Planning"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "docs_audit_phase3_execution_plan",
|
|
"community_name": "Auth Architecture and Planning"
|
|
},
|
|
{
|
|
"label": "Vazir Font",
|
|
"file_type": "concept",
|
|
"rationale": "The base font for Shabnam and the predecessor to Vazirmatn.",
|
|
"community": 126,
|
|
"norm_label": "vazir font",
|
|
"id": "vazir_font",
|
|
"community_name": "Typography and Font Assets"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme",
|
|
"community_name": "Typography and Font Assets"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "frontend_application_public_fonts_shabnam_font_v5_0_1_sample",
|
|
"community_name": "Typography and Font Assets"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "docs_02_user_guide_roles",
|
|
"community_name": "User Profile Management"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "backend_uploads_1781288429353_508765350",
|
|
"community_name": "User Profile Management"
|
|
},
|
|
{
|
|
"label": "Pets Table",
|
|
"file_type": "code",
|
|
"source_file": "DATABASE_SCHEMA.md",
|
|
"source_location": "2.6",
|
|
"community": 147,
|
|
"norm_label": "pets table",
|
|
"id": "database_schema_pets",
|
|
"community_name": "Pet Store State"
|
|
},
|
|
{
|
|
"label": "Pet Store (Zustand)",
|
|
"file_type": "code",
|
|
"source_file": "src/store/usePetStore.ts",
|
|
"rationale": "Manages pet profiles, medical logs, and medicine reminders.",
|
|
"community": 147,
|
|
"norm_label": "pet store (zustand)",
|
|
"id": "src_store_usepetstore",
|
|
"community_name": "Pet Store State"
|
|
},
|
|
{
|
|
"label": "Users Table",
|
|
"file_type": "code",
|
|
"source_file": "DATABASE_SCHEMA.md",
|
|
"source_location": "2.1",
|
|
"community": 148,
|
|
"norm_label": "users table",
|
|
"id": "database_schema_users",
|
|
"community_name": "User Database and Infrastructure"
|
|
},
|
|
{
|
|
"label": "Backend Production Container",
|
|
"file_type": "code",
|
|
"source_file": "docker-compose.yml",
|
|
"community": 148,
|
|
"norm_label": "backend production container",
|
|
"id": "docker_backend_prod",
|
|
"community_name": "User Database and Infrastructure"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "docs_audit_cross_boundary_dependencies",
|
|
"community_name": "API and Frontend Specifications"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "docs_audit_frontend_integration_requirements",
|
|
"community_name": "API and Frontend Specifications"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "frontend_application_agents",
|
|
"community_name": "Brand and Agent Guidelines"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "image_pharma_lab",
|
|
"community_name": "Brand and Agent Guidelines"
|
|
},
|
|
{
|
|
"label": "User Logout API",
|
|
"file_type": "code",
|
|
"source_file": "BACKEND_INTEGRATION.md",
|
|
"source_location": "2.1.2",
|
|
"community": 159,
|
|
"norm_label": "user logout api",
|
|
"id": "backend_integration_logout",
|
|
"community_name": "User Logout Endpoint"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "canina_pharma_gmbh",
|
|
"community_name": "Company Profile"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "docs_01_introduction_canina_iran",
|
|
"community_name": "Project Introduction"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "docs_audit_frontend_route_map",
|
|
"community_name": "Architecture 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",
|
|
"id": "docs_backlog_tasks",
|
|
"community_name": "Project Task Backlog"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable",
|
|
"community_name": "Sahel Font Samples"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "frontend_application_public_fonts_shabnam_font_v5_0_1_changelog",
|
|
"community_name": "Shabnam Font History"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "frontend_application_public_fonts_vazirmatn_v33_003_changelog",
|
|
"community_name": "Vazirmatn Font History"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "image_sahel_sample",
|
|
"community_name": "Variable Font Samples"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "image_shabnam_sample",
|
|
"community_name": "Shabnam Font Preview"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "scripts_compose_prod",
|
|
"community_name": "Production Docker Setup"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "scripts_compose_stage",
|
|
"community_name": "Staging Docker Setup"
|
|
},
|
|
{
|
|
"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": 85,
|
|
"norm_label": "user login api",
|
|
"id": "backend_integration_login",
|
|
"community_name": "Architecture and Security Docs"
|
|
},
|
|
{
|
|
"label": "UserStore",
|
|
"file_type": "code",
|
|
"source_file": "src/store/userStore.ts",
|
|
"rationale": "Manages user profile, addresses, and wallet state.",
|
|
"community": 85,
|
|
"norm_label": "userstore",
|
|
"id": "src_store_userstore",
|
|
"community_name": "Architecture and Security Docs"
|
|
},
|
|
{
|
|
"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": 85,
|
|
"norm_label": "developer standards and architecture",
|
|
"id": "docs_03_developer_guide_standards",
|
|
"community_name": "Architecture and Security Docs"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "docs_audit_05_architectural_audit_findings",
|
|
"community_name": "Architecture and Security Docs"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "docs_audit_10_security_audit_findings",
|
|
"community_name": "Architecture and Security Docs"
|
|
},
|
|
{
|
|
"label": "DejaVu Sans Font",
|
|
"file_type": "concept",
|
|
"rationale": "The original software base for the Vazir project.",
|
|
"community": 87,
|
|
"norm_label": "dejavu sans font",
|
|
"id": "dejavu_sans",
|
|
"community_name": "Font Assets and Licenses"
|
|
},
|
|
{
|
|
"label": "Roboto Font",
|
|
"file_type": "concept",
|
|
"rationale": "Used for Latin glyphs in Vazirmatn.",
|
|
"community": 87,
|
|
"norm_label": "roboto font",
|
|
"id": "roboto_font",
|
|
"community_name": "Font Assets and Licenses"
|
|
},
|
|
{
|
|
"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)",
|
|
"id": "frontend_application_public_fonts_vazirmatn_v33_003_ofl",
|
|
"community_name": "Font Assets and Licenses"
|
|
},
|
|
{
|
|
"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",
|
|
"id": "frontend_application_public_fonts_vazirmatn_v33_003_readme",
|
|
"community_name": "Font Assets and Licenses"
|
|
}
|
|
],
|
|
"links": [
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L106",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate_cmd_next_task",
|
|
"target": "ai_agency_orchestrate_load_json"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L76",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate_cmd_progress",
|
|
"target": "ai_agency_orchestrate_load_json"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L177",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate_cmd_reset",
|
|
"target": "ai_agency_orchestrate_save_json"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate_cmd_status",
|
|
"target": "ai_agency_orchestrate_load_json"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L129",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate_cmd_unblock",
|
|
"target": "ai_agency_orchestrate_load_json"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L138",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate_cmd_unblock",
|
|
"target": "ai_agency_orchestrate_save_json"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L292",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products_main",
|
|
"target": "backend_prisma_seed_products_determinesuitablefor"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L302",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products_main",
|
|
"target": "backend_prisma_seed_products_slugify"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L304",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products_main",
|
|
"target": "backend_prisma_seed_products_findorcreatecategory"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L312",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products_main",
|
|
"target": "backend_prisma_seed_products_parsesize"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L359",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products_main",
|
|
"target": "backend_prisma_seed_products_getproductimageurl"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L512",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice_updatesettings",
|
|
"target": "backend_src_admin_admin_service_adminservice_getsettings"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"confidence_score": 1.0,
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L79",
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service_bannersservice_reorder",
|
|
"target": "backend_src_banners_banners_service_bannersservice_update"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch",
|
|
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch",
|
|
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L153",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice_sendb2bnotification",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L116",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L97",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice_sendotp",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L172",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L135",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice_sendshippingnotification",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L178",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems",
|
|
"target": "backend_src_contact_contact_service_contactservice_getcontactinfo"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L159",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice_create",
|
|
"target": "backend_src_orders_orders_service_ordersservice_validatecoupon"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L178",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice_create",
|
|
"target": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L261",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_addhealthlog",
|
|
"target": "backend_src_pets_pets_service_petsservice_findone"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L262",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_addhealthlog",
|
|
"target": "backend_src_pets_pets_service_petsservice_create"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L199",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_addreminder",
|
|
"target": "backend_src_pets_pets_service_petsservice_findone"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L200",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_addreminder",
|
|
"target": "backend_src_pets_pets_service_petsservice_create"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L192",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_remove",
|
|
"target": "backend_src_pets_pets_service_petsservice_findone"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L217",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_togglereminder",
|
|
"target": "backend_src_pets_pets_service_petsservice_findone"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L250",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_togglereminder",
|
|
"target": "backend_src_pets_pets_service_petsservice_create"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L162",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_update",
|
|
"target": "backend_src_pets_pets_service_petsservice_findone"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L130",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice_setdefaultaddress",
|
|
"target": "backend_src_users_users_service_usersservice_update"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L151",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice_topupwallet",
|
|
"target": "backend_src_users_users_service_usersservice_update"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L104",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice_updateaddress",
|
|
"target": "backend_src_users_users_service_usersservice_update"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L93",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice_remove",
|
|
"target": "backend_src_videos_videos_service_videosservice_findone"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L84",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice_update",
|
|
"target": "backend_src_videos_videos_service_videosservice_findone"
|
|
},
|
|
{
|
|
"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": "L68",
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders_orders",
|
|
"target": "frontend_admin_panel_src_pages_orders_topersiandigits"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L145",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_videos_videos",
|
|
"target": "frontend_admin_panel_src_pages_videos_fetchvideoslist"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/page.tsx",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_page_blog",
|
|
"target": "frontend_application_app_blog_page_getblogs"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_slug_page_blogpostpage",
|
|
"target": "frontend_application_app_blog_slug_page_getblog"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_slug_page_generatemetadata",
|
|
"target": "frontend_application_app_blog_slug_page_getblog"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_page_home",
|
|
"target": "frontend_application_app_page_gethomedata"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_wiki_slug_page_generatemetadata",
|
|
"target": "frontend_application_app_wiki_slug_page_getwikiterm"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_wiki_slug_page_wikitermpage",
|
|
"target": "frontend_application_app_wiki_slug_page_getwikiterm"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage_archiveproductcard",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L73",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage_archiveproductcard",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L75",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage_archiveproductcard",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"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": "L119",
|
|
"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": "L262",
|
|
"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": "L32",
|
|
"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": "L33",
|
|
"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": "L34",
|
|
"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": "L70",
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts_productcard",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts_productcard",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts_productcard",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_hero_statcounter",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage_productpage",
|
|
"target": "frontend_application_components_productpage_usecalculatorstore"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts",
|
|
"target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L179",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice_getproductbyid",
|
|
"target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L189",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice_getproductbyslug",
|
|
"target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L167",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice_getproducts",
|
|
"target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"context": "call",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn_cleanup",
|
|
"target": "gitea_scripts_with_vpn_log"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L68",
|
|
"weight": 1.0,
|
|
"context": "call",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn_cleanup",
|
|
"target": "gitea_scripts_with_vpn_stop_vpn"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L74",
|
|
"weight": 1.0,
|
|
"context": "call",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn_sh__entry",
|
|
"target": "gitea_scripts_with_vpn_start_vpn"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L76",
|
|
"weight": 1.0,
|
|
"context": "call",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn_sh__entry",
|
|
"target": "gitea_scripts_with_vpn_log"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "call",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn_start_vpn",
|
|
"target": "gitea_scripts_with_vpn_vpn_is_up"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "call",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn_start_vpn",
|
|
"target": "gitea_scripts_with_vpn_log"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "call",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn_stop_vpn",
|
|
"target": "gitea_scripts_with_vpn_log"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_open_browsers_checkandopen",
|
|
"target": "scripts_open_browsers_openurl"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"context": "call",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ContactFormClient.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_contactformclient_contactformclient",
|
|
"target": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_adjustwallet",
|
|
"target": "backend_src_admin_admin_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_adjustwallet",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_adjustwallet",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_adjustwallet",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L150",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createcoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L151",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createcoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L152",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createcoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L188",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createdoctor",
|
|
"target": "backend_src_admin_admin_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L189",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createdoctor",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L191",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createdoctor",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L91",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createproduct",
|
|
"target": "backend_src_admin_admin_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L92",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createproduct",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L93",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createproduct",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L174",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_deletecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L175",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_deletecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L176",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_deletecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L221",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_deletedoctor",
|
|
"target": "backend_src_admin_admin_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L222",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_deletedoctor",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L223",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_deletedoctor",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L108",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_deleteproduct",
|
|
"target": "backend_src_admin_admin_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L109",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_deleteproduct",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L110",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_deleteproduct",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L140",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getcoupons",
|
|
"target": "backend_src_admin_admin_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L141",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getcoupons",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L144",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getcoupons",
|
|
"target": "backend_src_admin_admin_controller_ts_apiquery"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L145",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getcoupons",
|
|
"target": "backend_src_admin_admin_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getdashboardstats",
|
|
"target": "backend_src_admin_admin_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getdashboardstats",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L181",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getdoctors",
|
|
"target": "backend_src_admin_admin_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L182",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getdoctors",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L115",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getorders",
|
|
"target": "backend_src_admin_admin_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L116",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getorders",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L119",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getorders",
|
|
"target": "backend_src_admin_admin_controller_ts_apiquery"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L120",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getorders",
|
|
"target": "backend_src_admin_admin_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L81",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getproducts",
|
|
"target": "backend_src_admin_admin_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L82",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getproducts",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L85",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getproducts",
|
|
"target": "backend_src_admin_admin_controller_ts_apiquery"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L86",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getproducts",
|
|
"target": "backend_src_admin_admin_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L228",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getsettings",
|
|
"target": "backend_src_admin_admin_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L229",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getsettings",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getuserdetails",
|
|
"target": "backend_src_admin_admin_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getuserdetails",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getuserdetails",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getusers",
|
|
"target": "backend_src_admin_admin_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getusers",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getusers",
|
|
"target": "backend_src_admin_admin_controller_ts_apiquery"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getusers",
|
|
"target": "backend_src_admin_admin_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L164",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_togglecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L165",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_togglecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L167",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_togglecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L168",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_togglecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L157",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L158",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L159",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L159",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatecoupon",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L204",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatedoctor",
|
|
"target": "backend_src_admin_admin_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L205",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatedoctor",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L207",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatedoctor",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L208",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatedoctor",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L125",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus",
|
|
"target": "backend_src_admin_admin_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L126",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L128",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L130",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateproduct",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateproduct",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L98",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateproduct",
|
|
"target": "backend_src_admin_admin_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L99",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateproduct",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L235",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatesettings",
|
|
"target": "backend_src_admin_admin_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L236",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatesettings",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L237",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatesettings",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateuserrole",
|
|
"target": "backend_src_admin_admin_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateuserrole",
|
|
"target": "backend_src_admin_admin_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateuserrole",
|
|
"target": "backend_src_admin_admin_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateuserrole",
|
|
"target": "backend_src_admin_admin_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module_adminmodule",
|
|
"target": "backend_src_admin_admin_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller",
|
|
"target": "backend_src_admin_blogs_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller",
|
|
"target": "backend_src_admin_blogs_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller",
|
|
"target": "backend_src_admin_blogs_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller",
|
|
"target": "backend_src_admin_blogs_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_createblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_createblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_createblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_createblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_request"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
|
|
"target": "backend_src_admin_blogs_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
|
|
"target": "backend_src_admin_blogs_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
|
|
"target": "backend_src_admin_blogs_controller_ts_apiquery"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
|
|
"target": "backend_src_admin_blogs_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_updateblog",
|
|
"target": "backend_src_admin_blogs_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service_blogsservice",
|
|
"target": "backend_src_admin_blogs_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"target": "backend_src_admin_categories_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"target": "backend_src_admin_categories_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"target": "backend_src_admin_categories_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"target": "backend_src_admin_categories_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_createcategory",
|
|
"target": "backend_src_admin_categories_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_createcategory",
|
|
"target": "backend_src_admin_categories_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_createcategory",
|
|
"target": "backend_src_admin_categories_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory",
|
|
"target": "backend_src_admin_categories_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L65",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory",
|
|
"target": "backend_src_admin_categories_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory",
|
|
"target": "backend_src_admin_categories_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw",
|
|
"target": "backend_src_admin_categories_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw",
|
|
"target": "backend_src_admin_categories_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
|
|
"target": "backend_src_admin_categories_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
|
|
"target": "backend_src_admin_categories_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
|
|
"target": "backend_src_admin_categories_controller_ts_apiquery"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
|
|
"target": "backend_src_admin_categories_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
|
|
"target": "backend_src_admin_categories_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
|
|
"target": "backend_src_admin_categories_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
|
|
"target": "backend_src_admin_categories_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory",
|
|
"target": "backend_src_admin_categories_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service_categoriesservice",
|
|
"target": "backend_src_admin_categories_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_dto_admin_query_dto_adminquerydto",
|
|
"target": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_dto_admin_query_dto_adminquerydto",
|
|
"target": "backend_src_admin_dto_admin_query_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_dto_admin_query_dto_adminquerydto",
|
|
"target": "backend_src_admin_dto_admin_query_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller",
|
|
"target": "backend_src_admin_media_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller",
|
|
"target": "backend_src_admin_media_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller",
|
|
"target": "backend_src_admin_media_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_deletemedia",
|
|
"target": "backend_src_admin_media_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_deletemedia",
|
|
"target": "backend_src_admin_media_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_deletemedia",
|
|
"target": "backend_src_admin_media_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_deletemedia",
|
|
"target": "backend_src_admin_media_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_getallmedia",
|
|
"target": "backend_src_admin_media_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_getallmedia",
|
|
"target": "backend_src_admin_media_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_getallmedia",
|
|
"target": "backend_src_admin_media_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_updatemedia",
|
|
"target": "backend_src_admin_media_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_updatemedia",
|
|
"target": "backend_src_admin_media_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_updatemedia",
|
|
"target": "backend_src_admin_media_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_updatemedia",
|
|
"target": "backend_src_admin_media_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_updatemedia",
|
|
"target": "backend_src_admin_media_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_uploadfile",
|
|
"target": "backend_src_admin_media_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_uploadfile",
|
|
"target": "backend_src_admin_media_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_uploadfile",
|
|
"target": "useinterceptors"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_uploadfile",
|
|
"target": "uploadedfile"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_service_mediaservice",
|
|
"target": "backend_src_admin_media_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller",
|
|
"target": "backend_src_admin_pets_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller",
|
|
"target": "backend_src_admin_pets_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller",
|
|
"target": "backend_src_admin_pets_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller",
|
|
"target": "backend_src_admin_pets_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller_deletepet",
|
|
"target": "backend_src_admin_pets_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller_deletepet",
|
|
"target": "backend_src_admin_pets_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller_deletepet",
|
|
"target": "backend_src_admin_pets_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller_getpets",
|
|
"target": "backend_src_admin_pets_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller_getpets",
|
|
"target": "backend_src_admin_pets_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller_getpets",
|
|
"target": "backend_src_admin_pets_controller_ts_apiquery"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller_getpets",
|
|
"target": "backend_src_admin_pets_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_service_petsservice",
|
|
"target": "backend_src_admin_pets_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller_reportscontroller",
|
|
"target": "backend_src_admin_reports_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller_reportscontroller",
|
|
"target": "backend_src_admin_reports_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller_reportscontroller",
|
|
"target": "backend_src_admin_reports_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller_reportscontroller_getreports",
|
|
"target": "backend_src_admin_reports_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller_reportscontroller_getreports",
|
|
"target": "backend_src_admin_reports_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller_reportscontroller_getreports",
|
|
"target": "backend_src_admin_reports_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_service_reportsservice",
|
|
"target": "backend_src_admin_reports_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller",
|
|
"target": "backend_src_admin_wiki_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller",
|
|
"target": "backend_src_admin_wiki_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller",
|
|
"target": "backend_src_admin_wiki_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller",
|
|
"target": "backend_src_admin_wiki_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_createterm",
|
|
"target": "backend_src_admin_wiki_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_createterm",
|
|
"target": "backend_src_admin_wiki_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_createterm",
|
|
"target": "backend_src_admin_wiki_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_deleteterm",
|
|
"target": "backend_src_admin_wiki_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_deleteterm",
|
|
"target": "backend_src_admin_wiki_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_deleteterm",
|
|
"target": "backend_src_admin_wiki_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_getterms",
|
|
"target": "backend_src_admin_wiki_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_getterms",
|
|
"target": "backend_src_admin_wiki_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_getterms",
|
|
"target": "backend_src_admin_wiki_controller_ts_apiquery"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_getterms",
|
|
"target": "backend_src_admin_wiki_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_updateterm",
|
|
"target": "backend_src_admin_wiki_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_updateterm",
|
|
"target": "backend_src_admin_wiki_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_updateterm",
|
|
"target": "backend_src_admin_wiki_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_updateterm",
|
|
"target": "backend_src_admin_wiki_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service_wikiservice",
|
|
"target": "backend_src_admin_wiki_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller_appcontroller",
|
|
"target": "backend_src_app_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller_appcontroller_gethello",
|
|
"target": "backend_src_app_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module_appmodule",
|
|
"target": "backend_src_app_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_service_appservice",
|
|
"target": "backend_src_app_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller",
|
|
"target": "backend_src_auth_auth_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller",
|
|
"target": "backend_src_auth_auth_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L124",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_adminlogin",
|
|
"target": "backend_src_auth_auth_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L125",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_adminlogin",
|
|
"target": "httpcode"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L126",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_adminlogin",
|
|
"target": "backend_src_auth_auth_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L127",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_adminlogin",
|
|
"target": "backend_src_auth_auth_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L128",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_adminlogin",
|
|
"target": "backend_src_auth_auth_controller_ts_apibadrequestresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L129",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_adminlogin",
|
|
"target": "backend_src_auth_auth_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L115",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_login",
|
|
"target": "backend_src_auth_auth_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L116",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_login",
|
|
"target": "httpcode"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L117",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_login",
|
|
"target": "backend_src_auth_auth_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L118",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_login",
|
|
"target": "backend_src_auth_auth_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L119",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_login",
|
|
"target": "backend_src_auth_auth_controller_ts_apibadrequestresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L120",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_login",
|
|
"target": "backend_src_auth_auth_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L104",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_register",
|
|
"target": "backend_src_auth_auth_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L105",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_register",
|
|
"target": "httpcode"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L106",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_register",
|
|
"target": "backend_src_auth_auth_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L107",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_register",
|
|
"target": "backend_src_auth_auth_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L108",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_register",
|
|
"target": "backend_src_auth_auth_controller_ts_apibadrequestresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L111",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_register",
|
|
"target": "backend_src_auth_auth_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_sendotp",
|
|
"target": "backend_src_auth_auth_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_sendotp",
|
|
"target": "httpcode"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_sendotp",
|
|
"target": "backend_src_auth_auth_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_sendotp",
|
|
"target": "backend_src_auth_auth_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_sendotp",
|
|
"target": "backend_src_auth_auth_controller_ts_apibadrequestresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_sendotp",
|
|
"target": "backend_src_auth_auth_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_verifyotp",
|
|
"target": "backend_src_auth_auth_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_verifyotp",
|
|
"target": "backend_src_auth_auth_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_verifyotp",
|
|
"target": "httpcode"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L65",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_verifyotp",
|
|
"target": "backend_src_auth_auth_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_verifyotp",
|
|
"target": "backend_src_auth_auth_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L89",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_verifyotp",
|
|
"target": "backend_src_auth_auth_controller_ts_apibadrequestresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_module_authmodule",
|
|
"target": "backend_src_auth_auth_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice",
|
|
"target": "backend_src_auth_auth_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/admin-login.dto.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_admin_login_dto_adminlogindto",
|
|
"target": "backend_src_auth_dto_admin_login_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/admin-login.dto.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_admin_login_dto_adminlogindto",
|
|
"target": "backend_src_auth_dto_admin_login_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/admin-login.dto.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_admin_login_dto_adminlogindto",
|
|
"target": "backend_src_auth_dto_admin_login_dto_ts_minlength"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/admin-login.dto.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_admin_login_dto_adminlogindto",
|
|
"target": "backend_src_auth_dto_admin_login_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/admin-login.dto.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_admin_login_dto_adminlogindto",
|
|
"target": "backend_src_auth_dto_admin_login_dto_ts_isemail"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/login.dto.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_login_dto_logindto",
|
|
"target": "backend_src_auth_dto_login_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/login.dto.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_login_dto_logindto",
|
|
"target": "backend_src_auth_dto_login_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/login.dto.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_login_dto_logindto",
|
|
"target": "backend_src_auth_dto_login_dto_ts_minlength"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/login.dto.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_login_dto_logindto",
|
|
"target": "backend_src_auth_dto_login_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/register.dto.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_register_dto_registerdto",
|
|
"target": "backend_src_auth_dto_register_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/register.dto.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_register_dto_registerdto",
|
|
"target": "backend_src_auth_dto_register_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/register.dto.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_register_dto_registerdto",
|
|
"target": "backend_src_auth_dto_register_dto_ts_isemail"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/register.dto.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_register_dto_registerdto",
|
|
"target": "backend_src_auth_dto_register_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/register.dto.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_register_dto_registerdto",
|
|
"target": "backend_src_auth_dto_register_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/register.dto.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_register_dto_registerdto",
|
|
"target": "backend_src_auth_dto_register_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/register.dto.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_register_dto_registerdto",
|
|
"target": "backend_src_auth_dto_register_dto_ts_minlength"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/send-otp.dto.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_send_otp_dto_sendotpdto",
|
|
"target": "backend_src_auth_dto_send_otp_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/send-otp.dto.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_send_otp_dto_sendotpdto",
|
|
"target": "backend_src_auth_dto_send_otp_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/send-otp.dto.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_send_otp_dto_sendotpdto",
|
|
"target": "backend_src_auth_dto_send_otp_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/send-otp.dto.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_send_otp_dto_sendotpdto",
|
|
"target": "backend_src_auth_dto_send_otp_dto_ts_matches"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/verify-otp.dto.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto",
|
|
"target": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/verify-otp.dto.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto",
|
|
"target": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/verify-otp.dto.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto",
|
|
"target": "backend_src_auth_dto_verify_otp_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/verify-otp.dto.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto",
|
|
"target": "length"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/verify-otp.dto.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto",
|
|
"target": "backend_src_auth_dto_verify_otp_dto_ts_matches"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt-auth.guard.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_auth_guard_jwtauthguard",
|
|
"target": "backend_src_auth_jwt_auth_guard_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_strategy_jwtstrategy",
|
|
"target": "backend_src_auth_jwt_strategy_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
|
|
"target": "backend_src_b2b_b2b_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
|
|
"target": "backend_src_b2b_b2b_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
|
|
"target": "backend_src_b2b_b2b_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
|
|
"target": "backend_src_b2b_b2b_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
|
|
"target": "backend_src_b2b_b2b_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L72",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L74",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
|
|
"target": "backend_src_b2b_b2b_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L75",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
|
|
"target": "backend_src_b2b_b2b_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
|
|
"target": "backend_src_b2b_b2b_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
|
|
"target": "backend_src_b2b_b2b_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L81",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
|
|
"target": "backend_src_b2b_b2b_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L82",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L83",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L84",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
|
|
"target": "backend_src_b2b_b2b_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L85",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
|
|
"target": "backend_src_b2b_b2b_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
|
|
"target": "backend_src_b2b_b2b_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile",
|
|
"target": "backend_src_b2b_b2b_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
|
|
"target": "backend_src_b2b_b2b_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
|
|
"target": "backend_src_b2b_b2b_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
|
|
"target": "backend_src_b2b_b2b_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
|
|
"target": "backend_src_b2b_b2b_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus",
|
|
"target": "backend_src_b2b_b2b_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_module_b2bmodule",
|
|
"target": "backend_src_b2b_b2b_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service_b2bservice",
|
|
"target": "backend_src_b2b_b2b_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller",
|
|
"target": "backend_src_banners_banners_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller",
|
|
"target": "backend_src_banners_banners_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
|
|
"target": "backend_src_banners_banners_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
|
|
"target": "backend_src_banners_banners_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
|
|
"target": "backend_src_banners_banners_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
|
|
"target": "backend_src_banners_banners_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_create",
|
|
"target": "backend_src_banners_banners_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_findall",
|
|
"target": "backend_src_banners_banners_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_findall",
|
|
"target": "backend_src_banners_banners_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
|
|
"target": "backend_src_banners_banners_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
|
|
"target": "backend_src_banners_banners_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
|
|
"target": "backend_src_banners_banners_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
|
|
"target": "backend_src_banners_banners_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_remove",
|
|
"target": "backend_src_banners_banners_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
|
|
"target": "backend_src_banners_banners_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
|
|
"target": "backend_src_banners_banners_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
|
|
"target": "backend_src_banners_banners_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
|
|
"target": "backend_src_banners_banners_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_reorder",
|
|
"target": "backend_src_banners_banners_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
|
|
"target": "backend_src_banners_banners_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
|
|
"target": "backend_src_banners_banners_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
|
|
"target": "backend_src_banners_banners_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
|
|
"target": "backend_src_banners_banners_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
|
|
"target": "backend_src_banners_banners_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_update",
|
|
"target": "backend_src_banners_banners_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_module_bannersmodule",
|
|
"target": "backend_src_banners_banners_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service_bannersservice",
|
|
"target": "backend_src_banners_banners_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller",
|
|
"target": "backend_src_blogs_blogs_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller",
|
|
"target": "backend_src_blogs_blogs_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_findall",
|
|
"target": "backend_src_blogs_blogs_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_findall",
|
|
"target": "backend_src_blogs_blogs_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_findall",
|
|
"target": "backend_src_blogs_blogs_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_findall",
|
|
"target": "backend_src_blogs_blogs_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_findone",
|
|
"target": "backend_src_blogs_blogs_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_findone",
|
|
"target": "backend_src_blogs_blogs_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_findone",
|
|
"target": "backend_src_blogs_blogs_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_findone",
|
|
"target": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_findone",
|
|
"target": "backend_src_blogs_blogs_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_module_blogsmodule",
|
|
"target": "backend_src_blogs_blogs_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service_blogsservice",
|
|
"target": "backend_src_blogs_blogs_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
|
|
"target": "backend_src_cms_cms_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
|
|
"target": "backend_src_cms_cms_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L93",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
|
|
"target": "backend_src_cms_cms_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L94",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L95",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
|
|
"target": "backend_src_cms_cms_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L65",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
|
|
"target": "backend_src_cms_cms_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
|
|
"target": "backend_src_cms_cms_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner",
|
|
"target": "backend_src_cms_cms_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner",
|
|
"target": "backend_src_cms_cms_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L108",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule",
|
|
"target": "backend_src_cms_cms_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L109",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L110",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule",
|
|
"target": "backend_src_cms_cms_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L80",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial",
|
|
"target": "backend_src_cms_cms_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L81",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L82",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial",
|
|
"target": "backend_src_cms_cms_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_getherobanners",
|
|
"target": "backend_src_cms_cms_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_getherobanners",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L87",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules",
|
|
"target": "backend_src_cms_cms_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L88",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials",
|
|
"target": "backend_src_cms_cms_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
|
|
"target": "backend_src_cms_cms_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
|
|
"target": "backend_src_cms_cms_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
|
|
"target": "backend_src_cms_cms_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L102",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
|
|
"target": "backend_src_cms_cms_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L103",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
|
|
"target": "backend_src_cms_cms_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L99",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
|
|
"target": "backend_src_cms_cms_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
|
|
"target": "backend_src_cms_cms_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L72",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
|
|
"target": "backend_src_cms_cms_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L74",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
|
|
"target": "backend_src_cms_cms_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L75",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
|
|
"target": "backend_src_cms_cms_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_module_cmsmodule",
|
|
"target": "backend_src_cms_cms_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_isnumber"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createherobannerdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_isboolean"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L85",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L86",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L91",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
|
|
"target": "isuuid"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L94",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L95",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_isnumber"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L74",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L75",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L76",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto_createvettestimonialdto",
|
|
"target": "backend_src_cms_dto_cms_dto_ts_isboolean"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_dto_pagination_dto_paginationdto",
|
|
"target": "backend_src_common_dto_pagination_dto_ts_type"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_dto_pagination_dto_paginationdto",
|
|
"target": "isint"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_dto_pagination_dto_paginationdto",
|
|
"target": "min"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_dto_pagination_dto_paginationdto",
|
|
"target": "backend_src_common_dto_pagination_dto_ts_isenum"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_dto_pagination_dto_paginationdto",
|
|
"target": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_dto_pagination_dto_paginationdto",
|
|
"target": "backend_src_common_dto_pagination_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_dto_pagination_dto_paginationdto",
|
|
"target": "backend_src_common_dto_pagination_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter",
|
|
"target": "backend_src_common_filters_http_exception_filter_ts_catch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/prisma-exception.filter.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter",
|
|
"target": "backend_src_common_filters_prisma_exception_filter_ts_catch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard_rolesguard",
|
|
"target": "backend_src_common_guards_roles_guard_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller_metricscontroller",
|
|
"target": "apiexcludecontroller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller_metricscontroller",
|
|
"target": "backend_src_common_metrics_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller_metricscontroller_getmetrics",
|
|
"target": "backend_src_common_metrics_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller_metricscontroller_getmetrics",
|
|
"target": "res"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/schemas/error-response.schema.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_schemas_error_response_schema_apierrorresponse",
|
|
"target": "backend_src_common_schemas_error_response_schema_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/schemas/error-response.schema.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_schemas_error_response_schema_errordetailfield",
|
|
"target": "backend_src_common_schemas_error_response_schema_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_schemas_paginated_response_schema_paginatedresponse",
|
|
"target": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_schemas_paginated_response_schema_paginationmeta",
|
|
"target": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice",
|
|
"target": "backend_src_common_services_sms_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/sms.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_sms_module_smsmodule",
|
|
"target": "backend_src_common_sms_module_ts_global"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/sms.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_sms_module_smsmodule",
|
|
"target": "backend_src_common_sms_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller",
|
|
"target": "backend_src_contact_contact_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions",
|
|
"target": "backend_src_contact_contact_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions",
|
|
"target": "backend_src_contact_contact_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions",
|
|
"target": "backend_src_contact_contact_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo",
|
|
"target": "backend_src_contact_contact_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_submitcontact",
|
|
"target": "backend_src_contact_contact_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_submitcontact",
|
|
"target": "backend_src_contact_contact_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L68",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo",
|
|
"target": "backend_src_contact_contact_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo",
|
|
"target": "backend_src_contact_contact_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L72",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo",
|
|
"target": "backend_src_contact_contact_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus",
|
|
"target": "backend_src_contact_contact_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus",
|
|
"target": "backend_src_contact_contact_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus",
|
|
"target": "backend_src_contact_contact_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus",
|
|
"target": "backend_src_contact_contact_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_module_contactmodule",
|
|
"target": "backend_src_contact_contact_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service_contactservice",
|
|
"target": "backend_src_contact_contact_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller_homecontroller",
|
|
"target": "backend_src_home_home_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller_homecontroller",
|
|
"target": "backend_src_home_home_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller_homecontroller",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller_homecontroller_gethomedata",
|
|
"target": "backend_src_home_home_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller_homecontroller_gethomedata",
|
|
"target": "backend_src_home_home_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller_homecontroller_gethomedata",
|
|
"target": "backend_src_home_home_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_module_homemodule",
|
|
"target": "backend_src_home_home_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_service_homeservice",
|
|
"target": "backend_src_home_home_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update",
|
|
"target": "backend_src_ingredients_ingredients_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_module_ingredientsmodule",
|
|
"target": "backend_src_ingredients_ingredients_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
|
|
"target": "backend_src_ingredients_ingredients_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_isnumber"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L65",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L68",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_isarray"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
|
|
"target": "validatenested"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_createorderdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_type"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_orderitemdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_orderitemdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_orderitemdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto_orderitemdto",
|
|
"target": "backend_src_orders_dto_create_order_dto_ts_isnumber"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller",
|
|
"target": "backend_src_orders_orders_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller",
|
|
"target": "backend_src_orders_orders_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller",
|
|
"target": "backend_src_orders_orders_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller",
|
|
"target": "backend_src_orders_orders_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_create",
|
|
"target": "backend_src_orders_orders_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_create",
|
|
"target": "backend_src_orders_orders_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_create",
|
|
"target": "backend_src_orders_orders_controller_ts_apicreatedresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L74",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_create",
|
|
"target": "backend_src_orders_orders_controller_ts_apibadrequestresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L86",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_create",
|
|
"target": "backend_src_orders_orders_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L87",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_create",
|
|
"target": "backend_src_orders_orders_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L121",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
|
|
"target": "backend_src_orders_orders_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L122",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
|
|
"target": "backend_src_orders_orders_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L123",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
|
|
"target": "backend_src_orders_orders_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L146",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
|
|
"target": "backend_src_orders_orders_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L146",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
|
|
"target": "backend_src_orders_orders_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L150",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
|
|
"target": "backend_src_orders_orders_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L151",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
|
|
"target": "backend_src_orders_orders_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L152",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
|
|
"target": "backend_src_orders_orders_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L178",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
|
|
"target": "backend_src_orders_orders_controller_ts_apinotfoundresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L189",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
|
|
"target": "backend_src_orders_orders_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L189",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findone",
|
|
"target": "backend_src_orders_orders_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L107",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
|
|
"target": "backend_src_orders_orders_controller_ts_apibadrequestresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L111",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
|
|
"target": "backend_src_orders_orders_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L112",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
|
|
"target": "backend_src_orders_orders_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L92",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
|
|
"target": "backend_src_orders_orders_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L93",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
|
|
"target": "backend_src_orders_orders_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L94",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
|
|
"target": "backend_src_orders_orders_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_validatecoupondto",
|
|
"target": "backend_src_orders_orders_controller_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_validatecoupondto",
|
|
"target": "backend_src_orders_orders_controller_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_validatecoupondto",
|
|
"target": "backend_src_orders_orders_controller_ts_isnumber"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_module_ordersmodule",
|
|
"target": "backend_src_orders_orders_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice",
|
|
"target": "backend_src_orders_orders_service_ts_injectable"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
|
|
"target": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
|
|
"target": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
|
|
"target": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
|
|
"target": "backend_src_pets_dto_create_health_log_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
|
|
"target": "backend_src_pets_dto_create_health_log_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
|
|
"target": "backend_src_pets_dto_create_pet_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
|
|
"target": "backend_src_pets_dto_create_pet_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
|
|
"target": "backend_src_pets_dto_create_pet_dto_ts_isnumber"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
|
|
"target": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
|
|
"target": "backend_src_pets_dto_create_pet_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
|
|
"target": "backend_src_pets_dto_create_pet_dto_ts_isarray"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_pet_dto_createpetdto",
|
|
"target": "backend_src_pets_dto_create_pet_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
|
|
"target": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
|
|
"target": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
|
|
"target": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
|
|
"target": "backend_src_pets_dto_create_reminder_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_reminder_dto_createreminderdto",
|
|
"target": "backend_src_pets_dto_create_reminder_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L245",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addhealthlog",
|
|
"target": "backend_src_pets_pets_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L246",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addhealthlog",
|
|
"target": "backend_src_pets_pets_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L248",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addhealthlog",
|
|
"target": "backend_src_pets_pets_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L249",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addhealthlog",
|
|
"target": "backend_src_pets_pets_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L250",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addhealthlog",
|
|
"target": "backend_src_pets_pets_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L219",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addreminder",
|
|
"target": "backend_src_pets_pets_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L220",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addreminder",
|
|
"target": "backend_src_pets_pets_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L222",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addreminder",
|
|
"target": "backend_src_pets_pets_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L223",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addreminder",
|
|
"target": "backend_src_pets_pets_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L224",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addreminder",
|
|
"target": "backend_src_pets_pets_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_create",
|
|
"target": "backend_src_pets_pets_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_create",
|
|
"target": "backend_src_pets_pets_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_create",
|
|
"target": "backend_src_pets_pets_controller_ts_apicreatedresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_create",
|
|
"target": "backend_src_pets_pets_controller_ts_apibadrequestresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L82",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_create",
|
|
"target": "backend_src_pets_pets_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L83",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_create",
|
|
"target": "backend_src_pets_pets_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L117",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findall",
|
|
"target": "backend_src_pets_pets_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L117",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findall",
|
|
"target": "backend_src_pets_pets_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L88",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findall",
|
|
"target": "backend_src_pets_pets_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L89",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findall",
|
|
"target": "backend_src_pets_pets_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L90",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findall",
|
|
"target": "backend_src_pets_pets_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L121",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findone",
|
|
"target": "backend_src_pets_pets_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L122",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findone",
|
|
"target": "backend_src_pets_pets_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L123",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findone",
|
|
"target": "backend_src_pets_pets_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L143",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findone",
|
|
"target": "backend_src_pets_pets_controller_ts_apinotfoundresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L154",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findone",
|
|
"target": "backend_src_pets_pets_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L154",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findone",
|
|
"target": "backend_src_pets_pets_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L193",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_remove",
|
|
"target": "backend_src_pets_pets_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L194",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_remove",
|
|
"target": "backend_src_pets_pets_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L195",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_remove",
|
|
"target": "backend_src_pets_pets_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L204",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_remove",
|
|
"target": "backend_src_pets_pets_controller_ts_apinotfoundresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L215",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_remove",
|
|
"target": "backend_src_pets_pets_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L215",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_remove",
|
|
"target": "backend_src_pets_pets_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L229",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_togglereminder",
|
|
"target": "backend_src_pets_pets_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L230",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_togglereminder",
|
|
"target": "backend_src_pets_pets_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L232",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_togglereminder",
|
|
"target": "backend_src_pets_pets_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L234",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_togglereminder",
|
|
"target": "backend_src_pets_pets_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L235",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_togglereminder",
|
|
"target": "backend_src_pets_pets_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L158",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_update",
|
|
"target": "backend_src_pets_pets_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L159",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_update",
|
|
"target": "backend_src_pets_pets_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L160",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_update",
|
|
"target": "backend_src_pets_pets_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L174",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_update",
|
|
"target": "backend_src_pets_pets_controller_ts_apinotfoundresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L186",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_update",
|
|
"target": "backend_src_pets_pets_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L187",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_update",
|
|
"target": "backend_src_pets_pets_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L188",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_update",
|
|
"target": "backend_src_pets_pets_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_module_petsmodule",
|
|
"target": "backend_src_pets_pets_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L68",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L72",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L73",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule",
|
|
"target": "backend_src_prescriptions_prescriptions_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice",
|
|
"target": "backend_src_prescriptions_prescriptions_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prisma/prisma.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prisma_prisma_module_prismamodule",
|
|
"target": "backend_src_prisma_prisma_module_ts_global"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prisma/prisma.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prisma_prisma_module_prismamodule",
|
|
"target": "backend_src_prisma_prisma_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prisma/prisma.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prisma_prisma_service_prismaservice",
|
|
"target": "backend_src_prisma_prisma_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/dto/get-products.dto.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_dto_get_products_dto_getproductsdto",
|
|
"target": "backend_src_products_dto_get_products_dto_ts_isenum"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/dto/get-products.dto.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_dto_get_products_dto_getproductsdto",
|
|
"target": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/dto/get-products.dto.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_dto_get_products_dto_getproductsdto",
|
|
"target": "backend_src_products_dto_get_products_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/dto/get-products.dto.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_dto_get_products_dto_getproductsdto",
|
|
"target": "backend_src_products_dto_get_products_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller",
|
|
"target": "backend_src_products_products_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller",
|
|
"target": "backend_src_products_products_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_findall",
|
|
"target": "backend_src_products_products_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_findall",
|
|
"target": "backend_src_products_products_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_findall",
|
|
"target": "backend_src_products_products_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_findone",
|
|
"target": "backend_src_products_products_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_findone",
|
|
"target": "backend_src_products_products_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L72",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_findone",
|
|
"target": "backend_src_products_products_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_getactivefilters",
|
|
"target": "backend_src_products_products_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_getactivefilters",
|
|
"target": "backend_src_products_products_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_getdosageconfig",
|
|
"target": "backend_src_products_products_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_getdosageconfig",
|
|
"target": "backend_src_products_products_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_getdosageconfig",
|
|
"target": "backend_src_products_products_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_getnavigationfilters",
|
|
"target": "backend_src_products_products_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_getnavigationfilters",
|
|
"target": "backend_src_products_products_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_updatedosageconfig",
|
|
"target": "backend_src_products_products_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_updatedosageconfig",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_updatedosageconfig",
|
|
"target": "backend_src_products_products_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_updatedosageconfig",
|
|
"target": "backend_src_products_products_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_updatedosageconfig",
|
|
"target": "backend_src_products_products_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L65",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_updatedosageconfig",
|
|
"target": "backend_src_products_products_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_module_productsmodule",
|
|
"target": "backend_src_products_products_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_productsservice",
|
|
"target": "backend_src_products_products_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_module_redismodule",
|
|
"target": "backend_src_redis_redis_module_ts_global"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_module_redismodule",
|
|
"target": "backend_src_redis_redis_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_service_redisservice",
|
|
"target": "backend_src_redis_redis_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller",
|
|
"target": "backend_src_seo_seo_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller",
|
|
"target": "backend_src_seo_seo_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller_getproductschema",
|
|
"target": "backend_src_seo_seo_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller_getproductschema",
|
|
"target": "backend_src_seo_seo_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller_getproductschema",
|
|
"target": "backend_src_seo_seo_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller_getsitemap",
|
|
"target": "backend_src_seo_seo_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller_getsitemap",
|
|
"target": "backend_src_seo_seo_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_module_seomodule",
|
|
"target": "backend_src_seo_seo_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_service_seoservice",
|
|
"target": "backend_src_seo_seo_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L68",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L92",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L93",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L94",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L95",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L96",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms",
|
|
"target": "backend_src_settings_settings_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L76",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getseosettings",
|
|
"target": "backend_src_settings_settings_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L77",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getseosettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L111",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L112",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L113",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L114",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L115",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getuitexts",
|
|
"target": "backend_src_settings_settings_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getuitexts",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_getuitexts",
|
|
"target": "backend_src_settings_settings_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L101",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L102",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L103",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L104",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L105",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L106",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L82",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings",
|
|
"target": "backend_src_settings_settings_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L83",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L84",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L85",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings",
|
|
"target": "backend_src_settings_settings_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L86",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L87",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings",
|
|
"target": "backend_src_settings_settings_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L120",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L121",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L122",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L123",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L124",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L125",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings",
|
|
"target": "backend_src_settings_settings_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
|
|
"target": "backend_src_settings_settings_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
|
|
"target": "backend_src_settings_settings_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
|
|
"target": "backend_src_settings_settings_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
|
|
"target": "backend_src_settings_settings_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
|
|
"target": "backend_src_settings_settings_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_updateuitext",
|
|
"target": "backend_src_settings_settings_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
|
|
"target": "backend_src_settings_settings_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_module_settingsmodule",
|
|
"target": "backend_src_settings_settings_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_settingsservice",
|
|
"target": "backend_src_settings_settings_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule",
|
|
"target": "backend_src_smart_advisor_smart_advisor_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update",
|
|
"target": "backend_src_testimonials_testimonials_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_module_testimonialsmodule",
|
|
"target": "backend_src_testimonials_testimonials_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
|
|
"target": "backend_src_testimonials_testimonials_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/address.dto.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_address_dto_addressdto",
|
|
"target": "backend_src_users_dto_address_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/address.dto.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_address_dto_addressdto",
|
|
"target": "backend_src_users_dto_address_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/address.dto.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_address_dto_addressdto",
|
|
"target": "backend_src_users_dto_address_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/address.dto.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_address_dto_addressdto",
|
|
"target": "backend_src_users_dto_address_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/address.dto.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_address_dto_addressdto",
|
|
"target": "backend_src_users_dto_address_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/address.dto.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_address_dto_addressdto",
|
|
"target": "backend_src_users_dto_address_dto_ts_isboolean"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/update-profile.dto.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_update_profile_dto_updateprofiledto",
|
|
"target": "backend_src_users_dto_update_profile_dto_ts_isemail"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/update-profile.dto.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_update_profile_dto_updateprofiledto",
|
|
"target": "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/update-profile.dto.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_update_profile_dto_updateprofiledto",
|
|
"target": "backend_src_users_dto_update_profile_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/update-profile.dto.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_update_profile_dto_updateprofiledto",
|
|
"target": "backend_src_users_dto_update_profile_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L110",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_addaddress",
|
|
"target": "backend_src_users_users_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L111",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_addaddress",
|
|
"target": "backend_src_users_users_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L112",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_addaddress",
|
|
"target": "backend_src_users_users_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L113",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_addaddress",
|
|
"target": "backend_src_users_users_controller_ts_apicreatedresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L132",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_addaddress",
|
|
"target": "backend_src_users_users_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L133",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_addaddress",
|
|
"target": "backend_src_users_users_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L167",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_deleteaddress",
|
|
"target": "backend_src_users_users_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L168",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_deleteaddress",
|
|
"target": "backend_src_users_users_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L169",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_deleteaddress",
|
|
"target": "backend_src_users_users_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L170",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_deleteaddress",
|
|
"target": "backend_src_users_users_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L180",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_deleteaddress",
|
|
"target": "backend_src_users_users_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L181",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_deleteaddress",
|
|
"target": "backend_src_users_users_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_getprofile",
|
|
"target": "backend_src_users_users_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_getprofile",
|
|
"target": "backend_src_users_users_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_getprofile",
|
|
"target": "backend_src_users_users_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_getprofile",
|
|
"target": "backend_src_users_users_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L68",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_getprofile",
|
|
"target": "backend_src_users_users_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L186",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_setdefaultaddress",
|
|
"target": "backend_src_users_users_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L187",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_setdefaultaddress",
|
|
"target": "backend_src_users_users_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L188",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_setdefaultaddress",
|
|
"target": "backend_src_users_users_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L189",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_setdefaultaddress",
|
|
"target": "backend_src_users_users_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L199",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_setdefaultaddress",
|
|
"target": "backend_src_users_users_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L200",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_setdefaultaddress",
|
|
"target": "backend_src_users_users_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L205",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_topupwallet",
|
|
"target": "backend_src_users_users_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L206",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_topupwallet",
|
|
"target": "backend_src_users_users_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L207",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_topupwallet",
|
|
"target": "backend_src_users_users_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L208",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_topupwallet",
|
|
"target": "backend_src_users_users_controller_ts_apicreatedresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L222",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_topupwallet",
|
|
"target": "backend_src_users_users_controller_ts_apibadrequestresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L224",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_topupwallet",
|
|
"target": "backend_src_users_users_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L225",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_topupwallet",
|
|
"target": "backend_src_users_users_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L138",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateaddress",
|
|
"target": "backend_src_users_users_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L139",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateaddress",
|
|
"target": "backend_src_users_users_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L140",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateaddress",
|
|
"target": "backend_src_users_users_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L141",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateaddress",
|
|
"target": "backend_src_users_users_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L160",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateaddress",
|
|
"target": "backend_src_users_users_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L161",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateaddress",
|
|
"target": "backend_src_users_users_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L162",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateaddress",
|
|
"target": "backend_src_users_users_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L104",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateprofile",
|
|
"target": "backend_src_users_users_controller_ts_req"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L105",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateprofile",
|
|
"target": "backend_src_users_users_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L72",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateprofile",
|
|
"target": "backend_src_users_users_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L73",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateprofile",
|
|
"target": "backend_src_users_users_controller_ts_patch"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L74",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateprofile",
|
|
"target": "backend_src_users_users_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L75",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateprofile",
|
|
"target": "backend_src_users_users_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L90",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateprofile",
|
|
"target": "backend_src_users_users_controller_ts_apibadrequestresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_module_usersmodule",
|
|
"target": "backend_src_users_users_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice",
|
|
"target": "backend_src_users_users_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/create-video.dto.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_create_video_dto_createvideodto",
|
|
"target": "backend_src_videos_dto_create_video_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/create-video.dto.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_create_video_dto_createvideodto",
|
|
"target": "backend_src_videos_dto_create_video_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/create-video.dto.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_create_video_dto_createvideodto",
|
|
"target": "backend_src_videos_dto_create_video_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/create-video.dto.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_create_video_dto_createvideodto",
|
|
"target": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/create-video.dto.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_create_video_dto_createvideodto",
|
|
"target": "backend_src_videos_dto_create_video_dto_ts_isboolean"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/create-video.dto.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_create_video_dto_createvideodto",
|
|
"target": "backend_src_videos_dto_create_video_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto",
|
|
"target": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto",
|
|
"target": "transform"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto",
|
|
"target": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto",
|
|
"target": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller",
|
|
"target": "backend_src_videos_videos_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller",
|
|
"target": "backend_src_videos_videos_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_create",
|
|
"target": "backend_src_videos_videos_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_create",
|
|
"target": "backend_src_videos_videos_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_create",
|
|
"target": "backend_src_videos_videos_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_create",
|
|
"target": "backend_src_videos_videos_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_create",
|
|
"target": "backend_src_videos_videos_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_findall",
|
|
"target": "backend_src_videos_videos_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_findall",
|
|
"target": "backend_src_videos_videos_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_findall",
|
|
"target": "backend_src_videos_videos_controller_ts_apiquery"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_findall",
|
|
"target": "backend_src_videos_videos_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_findone",
|
|
"target": "backend_src_videos_videos_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_findone",
|
|
"target": "backend_src_videos_videos_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_findone",
|
|
"target": "backend_src_videos_videos_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
|
|
"target": "backend_src_videos_videos_controller_ts_delete"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
|
|
"target": "backend_src_videos_videos_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L65",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
|
|
"target": "backend_src_videos_videos_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
|
|
"target": "backend_src_videos_videos_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_remove",
|
|
"target": "backend_src_videos_videos_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_update",
|
|
"target": "backend_src_videos_videos_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_update",
|
|
"target": "backend_src_videos_videos_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_update",
|
|
"target": "backend_src_videos_videos_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_update",
|
|
"target": "backend_src_videos_videos_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_update",
|
|
"target": "backend_src_videos_videos_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_update",
|
|
"target": "backend_src_videos_videos_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_module_videosmodule",
|
|
"target": "backend_src_videos_videos_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice",
|
|
"target": "backend_src_videos_videos_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_post"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_request"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_body"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_put"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_useguards"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
|
|
"target": "backend_src_wholesale_wholesale_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_module_wholesalemodule",
|
|
"target": "backend_src_wholesale_wholesale_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service_wholesaleservice",
|
|
"target": "backend_src_wholesale_wholesale_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller",
|
|
"target": "backend_src_wiki_wiki_controller_ts_apitags"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller",
|
|
"target": "backend_src_wiki_wiki_controller_ts_controller"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_findall",
|
|
"target": "backend_src_wiki_wiki_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_findall",
|
|
"target": "backend_src_wiki_wiki_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_findall",
|
|
"target": "backend_src_wiki_wiki_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_findall",
|
|
"target": "backend_src_wiki_wiki_controller_ts_query"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_findone",
|
|
"target": "backend_src_wiki_wiki_controller_ts_get"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_findone",
|
|
"target": "backend_src_wiki_wiki_controller_ts_apioperation"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_findone",
|
|
"target": "backend_src_wiki_wiki_controller_ts_apiokresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_findone",
|
|
"target": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_findone",
|
|
"target": "backend_src_wiki_wiki_controller_ts_param"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_module_wikimodule",
|
|
"target": "backend_src_wiki_wiki_module_ts_module"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"context": "decorator",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service_wikiservice",
|
|
"target": "backend_src_wiki_wiki_service_ts_injectable"
|
|
},
|
|
{
|
|
"relation": "re_exports",
|
|
"context": "export",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/roles.decorator.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_roles_decorator",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "re_exports",
|
|
"context": "export",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/roles.guard.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_roles_guard",
|
|
"target": "backend_src_common_guards_roles_guard"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "field",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users_userrecord",
|
|
"target": "frontend_admin_panel_src_types_admin_useraddress"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "field",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users_userrecord",
|
|
"target": "frontend_admin_panel_src_types_admin_petsummary"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "field",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient_homeclientprops",
|
|
"target": "frontend_application_lib_types_homeapiresponse"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "field",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal_addressmodalprops",
|
|
"target": "frontend_application_lib_store_userstore_address"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "field",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore_cartitem",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "field",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore_cartstore",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner",
|
|
"target": "backend_src_cms_dto_cms_dto_createherobannerdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L101",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule",
|
|
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L73",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial",
|
|
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice_updateherobanner",
|
|
"target": "backend_src_cms_dto_cms_dto_createherobannerdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule",
|
|
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice_updatevettestimonial",
|
|
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_update",
|
|
"target": "backend_src_videos_dto_create_video_dto_createvideodto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L83",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice_update",
|
|
"target": "backend_src_videos_dto_create_video_dto_createvideodto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L196",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L176",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice_getproductbyid",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L186",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice_getproductbyslug",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "generic_arg",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L144",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice_getproducts",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"deferred": true,
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_b2bmanager",
|
|
"target": "frontend_admin_panel_src_pages_b2bmanager"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_bannersmanager",
|
|
"target": "frontend_admin_panel_src_pages_bannersmanager"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_blogs",
|
|
"target": "frontend_admin_panel_src_pages_blogs"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_categories",
|
|
"target": "frontend_admin_panel_src_pages_categories"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_cms",
|
|
"target": "frontend_admin_panel_src_pages_cms"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions",
|
|
"target": "frontend_admin_panel_src_pages_contactsubmissions"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_coupons",
|
|
"target": "frontend_admin_panel_src_pages_coupons"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_dashboard",
|
|
"target": "frontend_admin_panel_src_pages_dashboard"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage",
|
|
"target": "frontend_admin_panel_src_pages_financialsettingspage"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_pages_ingredientsmanager"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_media",
|
|
"target": "frontend_admin_panel_src_pages_media"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_orders",
|
|
"target": "frontend_admin_panel_src_pages_orders"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_pets",
|
|
"target": "frontend_admin_panel_src_pages_pets"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager",
|
|
"target": "frontend_admin_panel_src_pages_prescriptionsmanager"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_products",
|
|
"target": "frontend_admin_panel_src_pages_products"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_reports",
|
|
"target": "frontend_admin_panel_src_pages_reports"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_seosettingspage",
|
|
"target": "frontend_admin_panel_src_pages_seosettingspage"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_settings",
|
|
"target": "frontend_admin_panel_src_pages_settings"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_pages_smartadvisormanager"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage",
|
|
"target": "frontend_admin_panel_src_pages_systemsettingspage"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_pages_testimonialsmanager"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_uitexts",
|
|
"target": "frontend_admin_panel_src_pages_uitexts"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_users",
|
|
"target": "frontend_admin_panel_src_pages_users"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_videos",
|
|
"target": "frontend_admin_panel_src_pages_videos"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications",
|
|
"target": "frontend_admin_panel_src_pages_wholesaleapplications"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes_wiki",
|
|
"target": "frontend_admin_panel_src_pages_wiki"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"deferred": true,
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L124",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal_b2bportal",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"deferred": true,
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L87",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest_collectcoveragefrom",
|
|
"target": "ref_t_j_s"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L77",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest_modulefileextensions",
|
|
"target": "backend_package_json_ref_ts"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L77",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest_modulefileextensions",
|
|
"target": "ref_js"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L77",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest_modulefileextensions",
|
|
"target": "ref_json"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_build",
|
|
"target": "ref_tsconfig_json"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_build_exclude",
|
|
"target": "backend_tsconfig_build_json_ref_node_modules"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_build_exclude",
|
|
"target": "prisma"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_build_exclude",
|
|
"target": "ref_dist"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_build_exclude",
|
|
"target": "ref_spec_ts"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_build_exclude",
|
|
"target": "ref_test"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions_lib",
|
|
"target": "frontend_admin_panel_tsconfig_app_json_ref_dom"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions_lib",
|
|
"target": "frontend_admin_panel_tsconfig_app_json_ref_es2023"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions_types",
|
|
"target": "ref_vite_client"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_include",
|
|
"target": "ref_src"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions_lib",
|
|
"target": "frontend_admin_panel_tsconfig_node_json_ref_es2023"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions_types",
|
|
"target": "ref_node"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_include",
|
|
"target": "ref_vite_config_ts"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions_lib",
|
|
"target": "frontend_application_tsconfig_json_ref_dom"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions_lib",
|
|
"target": "ref_dom_iterable"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions_lib",
|
|
"target": "ref_esnext"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_exclude",
|
|
"target": "backend_tsconfig_build_json_ref_node_modules"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_exclude",
|
|
"target": "prisma"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_exclude",
|
|
"target": "ref_tests"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_exclude",
|
|
"target": "ref_vitest_config_ts"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_exclude",
|
|
"target": "ref_vitest_setup_ts"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_include",
|
|
"target": "frontend_application_tsconfig_json_ref_ts"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_include",
|
|
"target": "ref_mts"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_include",
|
|
"target": "ref_next_dev_types_ts"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_include",
|
|
"target": "ref_next_env_d_ts"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_include",
|
|
"target": "ref_next_types_ts"
|
|
},
|
|
{
|
|
"relation": "extends",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_include",
|
|
"target": "ref_tsx"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_bcrypt",
|
|
"target": "bcrypt"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_bcryptjs",
|
|
"target": "bcryptjs"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_class_transformer",
|
|
"target": "class_transformer"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_class_validator",
|
|
"target": "class_validator"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_helmet",
|
|
"target": "helmet"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_ioredis",
|
|
"target": "ioredis"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_js_yaml",
|
|
"target": "js_yaml"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_nestjs_common",
|
|
"target": "nestjs_common"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_nestjs_core",
|
|
"target": "nestjs_core"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_nestjs_jwt",
|
|
"target": "nestjs_jwt"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_nestjs_passport",
|
|
"target": "nestjs_passport"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_nestjs_platform_express",
|
|
"target": "nestjs_platform_express"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_nestjs_swagger",
|
|
"target": "nestjs_swagger"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_nestjs_throttler",
|
|
"target": "nestjs_throttler"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_passport",
|
|
"target": "passport"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_passport_jwt",
|
|
"target": "passport_jwt"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_prisma_client",
|
|
"target": "prisma_client"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_reflect_metadata",
|
|
"target": "reflect_metadata"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_rxjs",
|
|
"target": "rxjs"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies_swagger_ui_express",
|
|
"target": "swagger_ui_express"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_eslint",
|
|
"target": "backend_package_json_eslint"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_eslint_config_prettier",
|
|
"target": "eslint_config_prettier"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_eslint_eslintrc",
|
|
"target": "eslint_eslintrc"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_eslint_js",
|
|
"target": "backend_package_json_eslint_js"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_eslint_plugin_prettier",
|
|
"target": "eslint_plugin_prettier"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_globals",
|
|
"target": "backend_package_json_globals"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_jest",
|
|
"target": "jest"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_nestjs_cli",
|
|
"target": "nestjs_cli"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_nestjs_schematics",
|
|
"target": "nestjs_schematics"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_nestjs_testing",
|
|
"target": "nestjs_testing"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L65",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_prettier",
|
|
"target": "prettier"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_prisma",
|
|
"target": "prisma"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_source_map_support",
|
|
"target": "source_map_support"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L68",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_supertest",
|
|
"target": "supertest"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_ts_jest",
|
|
"target": "ts_jest"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_ts_loader",
|
|
"target": "ts_loader"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_ts_node",
|
|
"target": "ts_node"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L72",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_tsconfig_paths",
|
|
"target": "tsconfig_paths"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_types_bcrypt",
|
|
"target": "types_bcrypt"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_types_bcryptjs",
|
|
"target": "types_bcryptjs"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_types_express",
|
|
"target": "types_express"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_types_jest",
|
|
"target": "types_jest"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_types_js_yaml",
|
|
"target": "types_js_yaml"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_types_multer",
|
|
"target": "types_multer"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_types_node",
|
|
"target": "backend_package_json_types_node"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_types_passport_jwt",
|
|
"target": "types_passport_jwt"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_types_supertest",
|
|
"target": "types_supertest"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L73",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_typescript",
|
|
"target": "backend_package_json_typescript"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L74",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies_typescript_eslint",
|
|
"target": "backend_package_json_typescript_eslint"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/scripts/generate-openapi.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_scripts_generate_openapi",
|
|
"target": "backend_src_app_module_appmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller",
|
|
"target": "backend_src_admin_admin_service_adminservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller",
|
|
"target": "backend_src_admin_admin_service_couponinput"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller",
|
|
"target": "backend_src_admin_admin_service_productinput"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller",
|
|
"target": "backend_src_admin_dto_admin_query_dto_adminquerydto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_spec",
|
|
"target": "backend_src_admin_admin_controller_admincontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_spec",
|
|
"target": "backend_src_admin_admin_service_adminservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_blogs_controller_blogscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_blogs_service_blogsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_wiki_controller_wikicontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_wiki_service_wikiservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_pets_controller_petscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_pets_service_petsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_redis_redis_module_redismodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_admin_controller_admincontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_admin_service_adminservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_reports_controller_reportscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_reports_service_reportsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_media_controller_mediacontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_media_service_mediaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_categories_controller_categoriescontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_categories_service_categoriesservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_spec",
|
|
"target": "backend_src_admin_admin_service_adminservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_spec",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.spec.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_spec",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller",
|
|
"target": "backend_src_admin_blogs_service_blogsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller",
|
|
"target": "backend_src_admin_categories_service_categoriesservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_dto_admin_query_dto",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller",
|
|
"target": "backend_src_admin_media_service_mediaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller",
|
|
"target": "backend_src_admin_pets_service_petsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller",
|
|
"target": "backend_src_admin_reports_service_reportsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller",
|
|
"target": "backend_src_admin_wiki_service_wikiservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller",
|
|
"target": "backend_src_app_service_appservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller_spec",
|
|
"target": "backend_src_app_controller_appcontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller_spec",
|
|
"target": "backend_src_app_service_appservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_settings_settings_module_settingsmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_common_metrics_controller_metricscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_admin_admin_module_adminmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_home_home_module_homemodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_blogs_blogs_module_blogsmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_wiki_wiki_module_wikimodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_seo_seo_module_seomodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_cms_cms_module_cmsmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_wholesale_wholesale_module_wholesalemodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_videos_videos_module_videosmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_common_sms_module_smsmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_contact_contact_module_contactmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_banners_banners_module_bannersmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_testimonials_testimonials_module_testimonialsmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_ingredients_ingredients_module_ingredientsmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_b2b_b2b_module_b2bmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_products_products_module_productsmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_users_users_module_usersmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_redis_redis_module_redismodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_auth_auth_module_authmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_pets_pets_module_petsmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_orders_orders_module_ordersmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_dto_admin_login_dto_adminlogindto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_auth_service_authservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_dto_send_otp_dto_sendotpdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_dto_register_dto_registerdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_dto_login_dto_logindto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_spec",
|
|
"target": "backend_src_auth_auth_controller_authcontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_spec",
|
|
"target": "backend_src_auth_auth_service_authservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_module",
|
|
"target": "backend_src_auth_auth_service_authservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_module",
|
|
"target": "backend_src_auth_auth_controller_authcontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_module",
|
|
"target": "backend_src_auth_jwt_strategy_jwtstrategy"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_module",
|
|
"target": "backend_src_users_users_module_usersmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_auth_dto_send_otp_dto_sendotpdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_spec",
|
|
"target": "backend_src_auth_auth_service_authservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_spec",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.spec.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_spec",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.spec.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_spec",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_strategy",
|
|
"target": "backend_src_users_users_service_usersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller",
|
|
"target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_module",
|
|
"target": "backend_src_b2b_b2b_controller_b2bcontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_module",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller",
|
|
"target": "backend_src_banners_banners_service_bannersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_module",
|
|
"target": "backend_src_banners_banners_controller_bannerscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_module",
|
|
"target": "backend_src_banners_banners_service_bannersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller",
|
|
"target": "backend_src_blogs_blogs_service_blogsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_module",
|
|
"target": "backend_src_blogs_blogs_service_blogsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_module",
|
|
"target": "backend_src_blogs_blogs_controller_blogscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/dto/update-blog.dto.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_dto_update_blog_dto",
|
|
"target": "backend_src_blogs_dto_create_blog_dto_createblogdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_cms_cms_service_cmsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_cms_dto_cms_dto_createherobannerdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_module",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_module",
|
|
"target": "backend_src_cms_cms_service_cmsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service",
|
|
"target": "backend_src_cms_dto_cms_dto_createherobannerdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service",
|
|
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service",
|
|
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_http_exception_filter",
|
|
"target": "backend_src_common_schemas_error_response_schema_errordetailfield"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles_key"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/guards/roles.guard.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard_spec",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/guards/roles.guard.spec.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard_spec",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles_key"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_interceptors_decimal_interceptor_spec",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/sms.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_sms_module",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller",
|
|
"target": "backend_src_contact_contact_service_contactservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_module",
|
|
"target": "backend_src_contact_contact_controller_contactcontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_module",
|
|
"target": "backend_src_contact_contact_service_contactservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_module",
|
|
"target": "backend_src_common_sms_module_smsmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/dto/update-home.dto.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_dto_update_home_dto",
|
|
"target": "backend_src_home_dto_create_home_dto_createhomedto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller",
|
|
"target": "backend_src_home_home_service_homeservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_module",
|
|
"target": "backend_src_home_home_service_homeservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_module",
|
|
"target": "backend_src_home_home_controller_homecontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller",
|
|
"target": "backend_src_ingredients_ingredients_service_ingredientsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_module",
|
|
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_module",
|
|
"target": "backend_src_ingredients_ingredients_service_ingredientsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_main",
|
|
"target": "backend_src_app_module_appmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_main",
|
|
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_main",
|
|
"target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_main",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller",
|
|
"target": "backend_src_orders_orders_service_ordersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller",
|
|
"target": "backend_src_orders_dto_create_order_dto_createorderdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_spec",
|
|
"target": "backend_src_orders_orders_controller_orderscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_spec",
|
|
"target": "backend_src_orders_orders_service_ordersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_module",
|
|
"target": "backend_src_orders_orders_service_ordersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_module",
|
|
"target": "backend_src_orders_orders_controller_orderscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service",
|
|
"target": "backend_src_orders_dto_create_order_dto_createorderdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_spec",
|
|
"target": "backend_src_orders_orders_service_ordersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_spec",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.spec.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_spec",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/update-pet.dto.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_update_pet_dto",
|
|
"target": "backend_src_pets_dto_create_pet_dto_createpetdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_pets_service_petsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_dto_create_pet_dto_createpetdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_dto_update_pet_dto_updatepetdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_dto_create_reminder_dto_createreminderdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_spec",
|
|
"target": "backend_src_pets_pets_controller_petscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_spec",
|
|
"target": "backend_src_pets_pets_service_petsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_module",
|
|
"target": "backend_src_pets_pets_service_petsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_module",
|
|
"target": "backend_src_pets_pets_controller_petscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_pets_dto_create_pet_dto_createpetdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_pets_dto_update_pet_dto_updatepetdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_spec",
|
|
"target": "backend_src_pets_pets_service_petsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_spec",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller",
|
|
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_module",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_module",
|
|
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prisma/prisma.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prisma_prisma_module",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/dto/get-products.dto.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_dto_get_products_dto",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_products_products_service_productsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_products_dto_get_products_dto_getproductsdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_spec",
|
|
"target": "backend_src_products_products_controller_productscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_spec",
|
|
"target": "backend_src_products_products_service_productsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_module",
|
|
"target": "backend_src_products_products_service_productsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_module",
|
|
"target": "backend_src_products_products_controller_productscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service",
|
|
"target": "backend_src_products_dto_get_products_dto_getproductsdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_spec",
|
|
"target": "backend_src_products_products_service_productsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_spec",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_module",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_service_spec",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller",
|
|
"target": "backend_src_seo_seo_service_seoservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_module",
|
|
"target": "backend_src_seo_seo_controller_seocontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_module",
|
|
"target": "backend_src_seo_seo_service_seoservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller",
|
|
"target": "backend_src_settings_settings_service_scientifictermdata"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller",
|
|
"target": "backend_src_settings_settings_service_settingsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_spec",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_spec",
|
|
"target": "backend_src_settings_settings_service_settingsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_spec",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_spec",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_spec",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles_key"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_module",
|
|
"target": "backend_src_settings_settings_service_settingsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_module",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_spec",
|
|
"target": "backend_src_settings_settings_service_settingsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_spec",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_module",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_module",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller",
|
|
"target": "backend_src_testimonials_testimonials_service_testimonialsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_module",
|
|
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_module",
|
|
"target": "backend_src_testimonials_testimonials_service_testimonialsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller",
|
|
"target": "backend_src_users_users_service_usersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller",
|
|
"target": "backend_src_users_dto_update_profile_dto_updateprofiledto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller",
|
|
"target": "backend_src_users_dto_address_dto_addressdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_spec",
|
|
"target": "backend_src_users_users_controller_userscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_spec",
|
|
"target": "backend_src_users_users_service_usersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_module",
|
|
"target": "backend_src_users_users_service_usersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_module",
|
|
"target": "backend_src_users_users_controller_userscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_spec",
|
|
"target": "backend_src_users_users_service_usersservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_spec",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_get_videos_query_dto",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller",
|
|
"target": "backend_src_videos_videos_service_videosservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller",
|
|
"target": "backend_src_videos_dto_create_video_dto_createvideodto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller",
|
|
"target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_module",
|
|
"target": "backend_src_videos_videos_controller_videoscontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_module",
|
|
"target": "backend_src_videos_videos_service_videosservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service",
|
|
"target": "backend_src_videos_dto_create_video_dto_createvideodto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_wholesale_wholesale_service_wholesaleservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_module",
|
|
"target": "backend_src_wholesale_wholesale_controller_wholesalecontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_module",
|
|
"target": "backend_src_wholesale_wholesale_service_wholesaleservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/dto/update-wiki.dto.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_dto_update_wiki_dto",
|
|
"target": "backend_src_wiki_dto_create_wiki_dto_createwikidto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller",
|
|
"target": "backend_src_wiki_wiki_service_wikiservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_module",
|
|
"target": "backend_src_wiki_wiki_service_wikiservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_module",
|
|
"target": "backend_src_wiki_wiki_controller_wikicontroller"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/test/app-audit-verification.e2e-spec.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_test_app_audit_verification_e2e_spec",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/test/app-audit-verification.e2e-spec.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_test_app_audit_verification_e2e_spec",
|
|
"target": "backend_src_app_module_appmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/test/app-audit-verification.e2e-spec.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_test_app_audit_verification_e2e_spec",
|
|
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/test/app-audit-verification.e2e-spec.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_test_app_audit_verification_e2e_spec",
|
|
"target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/test/app.e2e-spec.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_test_app_e2e_spec",
|
|
"target": "backend_src_app_module_appmodule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies_axios",
|
|
"target": "frontend_admin_panel_package_json_axios"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies_lucide_react",
|
|
"target": "frontend_admin_panel_package_json_lucide_react"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies_react",
|
|
"target": "frontend_admin_panel_package_json_react"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies_react_dom",
|
|
"target": "frontend_admin_panel_package_json_react_dom"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies_react_hot_toast",
|
|
"target": "react_hot_toast"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies_react_router_dom",
|
|
"target": "react_router_dom"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies_recharts",
|
|
"target": "recharts"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies_tanstack_react_query",
|
|
"target": "tanstack_react_query"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies_vite",
|
|
"target": "vite"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies_zustand",
|
|
"target": "frontend_admin_panel_package_json_zustand"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_autoprefixer",
|
|
"target": "autoprefixer"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_eslint",
|
|
"target": "backend_package_json_eslint"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_eslint_js",
|
|
"target": "backend_package_json_eslint_js"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks",
|
|
"target": "eslint_plugin_react_hooks"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh",
|
|
"target": "eslint_plugin_react_refresh"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_globals",
|
|
"target": "backend_package_json_globals"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_postcss",
|
|
"target": "postcss"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_tailwindcss",
|
|
"target": "frontend_admin_panel_package_json_tailwindcss"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss",
|
|
"target": "frontend_admin_panel_package_json_tailwindcss_postcss"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_types_node",
|
|
"target": "backend_package_json_types_node"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_types_react",
|
|
"target": "frontend_admin_panel_package_json_types_react"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_types_react_dom",
|
|
"target": "frontend_admin_panel_package_json_types_react_dom"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_typescript",
|
|
"target": "backend_package_json_typescript"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_typescript_eslint",
|
|
"target": "backend_package_json_typescript_eslint"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react",
|
|
"target": "frontend_admin_panel_package_json_vitejs_plugin_react"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/App.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_app",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_router"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Layout.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_layout",
|
|
"target": "frontend_admin_panel_src_components_sidebar_sidebar"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Layout.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_layout",
|
|
"target": "frontend_admin_panel_src_components_topbar_topbar"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_protectedroute",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_protectedroute",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_protectedroute",
|
|
"target": "frontend_admin_panel_src_types_admin_adminuser"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_protectedroute",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_protectedroute",
|
|
"target": "frontend_admin_panel_src_types_admin_authresponsedata"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_sidebar",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_sidebar",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_topbar",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_topbar",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/main.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_main",
|
|
"target": "frontend_admin_panel_src_app_app"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_b2bmanager",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_b2bmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_b2bmanager",
|
|
"target": "frontend_admin_panel_src_types_admin_b2binquiry"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_b2bmanager",
|
|
"target": "frontend_admin_panel_src_types_admin_partneraccount"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_types_admin_banner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_cms",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_cms",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_contactsubmissions",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_dashboard",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_financialsettingspage",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_financialsettingspage",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_financialsettingspage",
|
|
"target": "frontend_admin_panel_src_types_admin_financialsettings"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_types_admin_ingredient"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_login",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_login",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_login",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_login",
|
|
"target": "frontend_admin_panel_src_types_admin_authresponsedata"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_components_ui_skeleton_skeleton"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_prescriptionsmanager",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_prescriptionsmanager",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_prescriptionsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_prescriptionsmanager",
|
|
"target": "frontend_admin_panel_src_types_admin_prescription"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_seosettingspage",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_seosettingspage",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_seosettingspage",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_seosettingspage",
|
|
"target": "frontend_admin_panel_src_types_admin_seosettings"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_settings",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_settings",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_types_admin_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_types_admin_smartadvisorrule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_systemsettingspage",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_systemsettingspage",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_systemsettingspage",
|
|
"target": "frontend_admin_panel_src_types_admin_systemsettings"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_types_admin_testimonial"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_uitexts",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_uitexts",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_components_ui_skeleton_skeleton"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_types_admin_petsummary"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_types_admin_useraddress"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_videos",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_videos",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_components_layout_layout"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_components_protectedroute_protectedroute"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_login_login"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_services_api",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_services_api",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_services_api",
|
|
"target": "frontend_admin_panel_src_types_admin_authresponsedata"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_store_adminauthstore",
|
|
"target": "frontend_admin_panel_src_types_admin_adminuser"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_store_adminauthstore",
|
|
"target": "frontend_admin_panel_src_types_admin_authstate"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_page",
|
|
"target": "frontend_application_components_blogpage_blogpage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_catalogclient",
|
|
"target": "frontend_application_components_safeimage_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_catalogclient",
|
|
"target": "frontend_application_components_backbutton_backbutton"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_catalogclient",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_catalogclient",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_page",
|
|
"target": "frontend_application_app_catalog_catalogclient_catalogclient"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/checkout/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_checkout_page",
|
|
"target": "frontend_application_components_checkoutpage_checkoutpage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_checkout_success_id_page",
|
|
"target": "frontend_application_components_ordersuccess_ordersuccess"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_cartdrawer_cartdrawer"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_loginmodal_loginmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_authmodal_authmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_b2bportal_b2bportal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_lib_store_uistore_useuistore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_maintenancepage_maintenancepage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_lib_types_navigationtarget"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_header_header"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_footer_footer"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_networkbanner_networkbanner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/contact/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_contact_page",
|
|
"target": "frontend_application_components_contactformclient_contactformclient"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/dashboard/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_dashboard_page",
|
|
"target": "frontend_application_components_userdashboard_userdashboard"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/error.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_error",
|
|
"target": "frontend_application_components_errorpages_servererrorpage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_types_banner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_types_homeapiresponse"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_types_smartadvisorrule"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_types_testimonial"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_components_hero_hero"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_components_smartadvisor_smartadvisor"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_components_featuredproducts_featuredproducts"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_components_vetgallery_vetgallery"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/layout.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_layout",
|
|
"target": "frontend_application_app_clientlayout_clientlayout"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/loading.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_loading",
|
|
"target": "frontend_application_components_skeleton_skeleton"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/not-found.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_not_found",
|
|
"target": "frontend_application_components_errorpages_notfoundpage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_page",
|
|
"target": "frontend_application_app_homeclient_homeclient"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_page",
|
|
"target": "frontend_application_lib_types_homeapiresponse"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/profile/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_profile_page",
|
|
"target": "frontend_application_components_petprofile_petprofile"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/search/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_search_page",
|
|
"target": "frontend_application_components_searchresultspage_searchresultspage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/shop/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_shop_page",
|
|
"target": "frontend_application_components_archivepage_archivepage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_shop_slug_page",
|
|
"target": "frontend_application_components_productpage_productpage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_shop_slug_page",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/sitemap.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_sitemap",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/sitemap.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_sitemap",
|
|
"target": "frontend_application_lib_data_products_products"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/track/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_track_page",
|
|
"target": "frontend_application_components_ordertracking_ordertracking"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/trust-seals/page.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_trust_seals_page",
|
|
"target": "frontend_application_components_enamadbadge_enamadbadge"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/videos/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_videos_page",
|
|
"target": "frontend_application_components_videospage_videospage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/wiki/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_wiki_page",
|
|
"target": "frontend_application_components_ingredientwiki_ingredientwiki"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_lib_store_userstore_address"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_lib_data_provinces_iran_provinces"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_lib_data_provinces_province_cities"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_components_searchableselect_searchableselect"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_components_safeimage_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_data_products_pettype"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_components_skeleton_productcardskeleton"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_authmodal",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_authmodal",
|
|
"target": "frontend_application_lib_services_authservice_authservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_authmodal",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_components_safeimage_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/BackButton.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_backbutton",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/BlogPage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_blogpage",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/BlogPage.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_blogpage",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_components_authmodal_authmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_components_safeimage_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_data_products_products"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_components_topupmodal_topupmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_components_addressmodal_addressmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_components_searchableselect_searchableselect"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_data_provinces_iran_provinces"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_data_provinces_province_cities"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ContactFormClient.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_contactformclient",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/EnamadBadge.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_enamadbadge",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_components_safeimage_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_components_skeleton_productcardskeleton"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Footer.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_footer",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Footer.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_footer",
|
|
"target": "frontend_application_lib_types_navigationtarget"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_components_authmodal_authmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_components_tickerbanner_tickerbanner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_types_navigationtarget"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/HeaderButton.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_headerbutton",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/HeaderButton.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_headerbutton",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_hero",
|
|
"target": "frontend_application_lib_types_banner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_hero",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_hero",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ingredientwiki",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ingredientwiki",
|
|
"target": "frontend_application_lib_types_ingredient"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ingredientwiki",
|
|
"target": "frontend_application_lib_data_products_ingredientinfo"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ingredientwiki",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ingredientwiki",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_loginmodal",
|
|
"target": "frontend_application_lib_services_authservice_authservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_loginmodal",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_loginmodal",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/NetworkBanner.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_networkbanner",
|
|
"target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderDetailsModal.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_orderdetailsmodal",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderSuccess.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ordersuccess",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderSuccess.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ordersuccess",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderTracking.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ordertracking",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_store_usepetstore_healthlog"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_store_usepetstore_petprofile"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_store_usepetstore_reminder"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_components_safeimage_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_components_smartadvisor_smartadvisor"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_components_skeleton_petprofileskeleton"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_data_scientificterms_scientific_terms"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_types_dosageconfig"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_components_tooltip_tooltip"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_components_safeimage_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SafeImage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_safeimage",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchableSelect.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchableselect",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchResultsPage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchresultspage",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchResultsPage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchresultspage",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchResultsPage.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchresultspage",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_data_products_products"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_store_uistore_useuistore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_cartdrawer_test",
|
|
"target": "frontend_application_components_cartdrawer_cartdrawer"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_cartdrawer_test",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_cartdrawer_test",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_featuredproducts_test",
|
|
"target": "frontend_application_components_featuredproducts_featuredproducts"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_featuredproducts_test",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_featuredproducts_test",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Footer.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_footer_test",
|
|
"target": "frontend_application_components_footer_footer"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_header_test",
|
|
"target": "frontend_application_components_header_header"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_header_test",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_header_test",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_header_test",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Hero.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_hero_test",
|
|
"target": "frontend_application_components_hero_hero"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Hero.test.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_hero_test",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Tooltip.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_tooltip_test",
|
|
"target": "frontend_application_components_tooltip_tooltip"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Tooltip.test.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_tooltip_test",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TickerBanner.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tickerbanner",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Tooltip.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tooltip",
|
|
"target": "frontend_application_lib_data_scientificterms_scientific_terms"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Tooltip.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tooltip",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_topupmodal",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_topupmodal",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_topupmodal",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_addressmodal_addressmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_topupmodal_topupmodal"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_skeleton_orderrowskeleton"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_lib_store_userstore_address"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_lib_utils_toenglishdigits"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_components_safeimage_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_lib_services_videoservice_video"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_lib_services_videoservice_videoservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VideosPage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_videospage",
|
|
"target": "frontend_application_components_safeimage_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VideosPage.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_videospage",
|
|
"target": "frontend_application_lib_services_videoservice_video"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VideosPage.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_videospage",
|
|
"target": "frontend_application_lib_services_videoservice_videoservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/api.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_api",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice",
|
|
"target": "frontend_application_lib_data_products_pettype"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice",
|
|
"target": "frontend_application_lib_data_products_products"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/videoService.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_videoservice",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore",
|
|
"target": "frontend_application_lib_services_orderservice_orderservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/settingsStore.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_settingsstore",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_cartstore_test",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_cartstore_test",
|
|
"target": "frontend_application_lib_services_orderservice_orderservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_cartstore_test",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_settingsstore_test",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_settingsstore_test",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/__tests__/userStore.test.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_userstore_test",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/__tests__/userStore.test.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_userstore_test",
|
|
"target": "frontend_application_lib_services_authservice_authservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/__tests__/userStore.test.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_userstore_test",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_usepetstore",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_usepetstore",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_services_authservice_authservice"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies_axios",
|
|
"target": "frontend_application_package_json_axios"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies_lucide_react",
|
|
"target": "frontend_admin_panel_package_json_lucide_react"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies_motion",
|
|
"target": "motion"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies_next",
|
|
"target": "next"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies_react",
|
|
"target": "frontend_application_package_json_react"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies_react_dom",
|
|
"target": "frontend_admin_panel_package_json_react_dom"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies_sonner",
|
|
"target": "sonner"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies_zustand",
|
|
"target": "frontend_admin_panel_package_json_zustand"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_eslint",
|
|
"target": "backend_package_json_eslint"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_eslint_config_next",
|
|
"target": "eslint_config_next"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_jsdom",
|
|
"target": "jsdom"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_tailwindcss",
|
|
"target": "frontend_admin_panel_package_json_tailwindcss"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_tailwindcss_postcss",
|
|
"target": "frontend_admin_panel_package_json_tailwindcss_postcss"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_testing_library_jest_dom",
|
|
"target": "testing_library_jest_dom"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_testing_library_react",
|
|
"target": "testing_library_react"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_types_node",
|
|
"target": "backend_package_json_types_node"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_types_react",
|
|
"target": "frontend_admin_panel_package_json_types_react"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_types_react_dom",
|
|
"target": "frontend_admin_panel_package_json_types_react_dom"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_typescript",
|
|
"target": "backend_package_json_typescript"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_vitejs_plugin_react",
|
|
"target": "frontend_admin_panel_package_json_vitejs_plugin_react"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies_vitest",
|
|
"target": "vitest"
|
|
},
|
|
{
|
|
"relation": "imports",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"context": "import",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_devdependencies_concurrently",
|
|
"target": "concurrently"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed.ts",
|
|
"source_location": "L470",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_main",
|
|
"target": "backend_prisma_seed_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed.ts",
|
|
"source_location": "L481",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_main",
|
|
"target": "backend_prisma_seed_home"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/scripts/generate-openapi.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_scripts_generate_openapi",
|
|
"target": "backend_src_app_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller",
|
|
"target": "backend_src_admin_admin_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller",
|
|
"target": "backend_src_admin_dto_admin_query_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_spec",
|
|
"target": "backend_src_admin_admin_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_spec",
|
|
"target": "backend_src_admin_admin_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_blogs_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_blogs_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_wiki_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_wiki_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_pets_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_pets_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_redis_redis_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_admin_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_admin_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_reports_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_reports_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_media_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_media_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_categories_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_categories_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service",
|
|
"target": "backend_src_redis_redis_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_spec",
|
|
"target": "backend_src_admin_admin_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_spec",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.spec.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_spec",
|
|
"target": "backend_src_redis_redis_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller",
|
|
"target": "backend_src_admin_blogs_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller",
|
|
"target": "backend_src_admin_categories_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_dto_admin_query_dto",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller",
|
|
"target": "backend_src_admin_media_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller",
|
|
"target": "backend_src_admin_pets_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller",
|
|
"target": "backend_src_admin_reports_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller",
|
|
"target": "backend_src_admin_wiki_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller",
|
|
"target": "backend_src_app_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller_spec",
|
|
"target": "backend_src_app_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller_spec",
|
|
"target": "backend_src_app_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_settings_settings_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_common_metrics_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_admin_admin_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_home_home_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_blogs_blogs_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_wiki_wiki_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_seo_seo_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_cms_cms_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_wholesale_wholesale_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_videos_videos_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_common_sms_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_contact_contact_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_banners_banners_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_smart_advisor_smart_advisor_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_testimonials_testimonials_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_ingredients_ingredients_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_prescriptions_prescriptions_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_b2b_b2b_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_products_products_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_users_users_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_redis_redis_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_redis_redis_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_auth_auth_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_pets_pets_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_orders_orders_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_dto_admin_login_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_auth_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_dto_send_otp_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_dto_verify_otp_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_dto_register_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_dto_login_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_spec",
|
|
"target": "backend_src_auth_auth_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_spec",
|
|
"target": "backend_src_auth_auth_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_module",
|
|
"target": "backend_src_auth_auth_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_module",
|
|
"target": "backend_src_auth_auth_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_module",
|
|
"target": "backend_src_auth_jwt_strategy"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_module",
|
|
"target": "backend_src_users_users_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_redis_redis_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_auth_dto_send_otp_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_auth_dto_verify_otp_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_common_services_sms_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_spec",
|
|
"target": "backend_src_auth_auth_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_spec",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.spec.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_spec",
|
|
"target": "backend_src_redis_redis_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.spec.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_spec",
|
|
"target": "backend_src_common_services_sms_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_strategy",
|
|
"target": "backend_src_users_users_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller",
|
|
"target": "backend_src_b2b_b2b_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller",
|
|
"target": "backend_src_auth_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller",
|
|
"target": "backend_src_auth_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_module",
|
|
"target": "backend_src_b2b_b2b_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_module",
|
|
"target": "backend_src_b2b_b2b_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller",
|
|
"target": "backend_src_banners_banners_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller",
|
|
"target": "backend_src_common_guards_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_module",
|
|
"target": "backend_src_banners_banners_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_module",
|
|
"target": "backend_src_banners_banners_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller",
|
|
"target": "backend_src_blogs_blogs_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_module",
|
|
"target": "backend_src_blogs_blogs_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_module",
|
|
"target": "backend_src_blogs_blogs_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_dto_update_blog_dto",
|
|
"target": "backend_src_blogs_dto_create_blog_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_cms_cms_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_cms_dto_cms_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_auth_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_auth_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_module",
|
|
"target": "backend_src_cms_cms_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_module",
|
|
"target": "backend_src_cms_cms_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service",
|
|
"target": "backend_src_cms_dto_cms_dto"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_http_exception_filter",
|
|
"target": "backend_src_common_schemas_error_response_schema"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard_spec",
|
|
"target": "backend_src_common_guards_roles_guard"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard_spec",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_interceptors_decimal_interceptor_spec",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/sms.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_sms_module",
|
|
"target": "backend_src_common_services_sms_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller",
|
|
"target": "backend_src_contact_contact_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller",
|
|
"target": "backend_src_auth_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller",
|
|
"target": "backend_src_auth_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_module",
|
|
"target": "backend_src_contact_contact_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_module",
|
|
"target": "backend_src_contact_contact_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_module",
|
|
"target": "backend_src_common_sms_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service",
|
|
"target": "backend_src_common_services_sms_service"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_dto_update_home_dto",
|
|
"target": "backend_src_home_dto_create_home_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller",
|
|
"target": "backend_src_home_home_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_module",
|
|
"target": "backend_src_home_home_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_module",
|
|
"target": "backend_src_home_home_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller",
|
|
"target": "backend_src_ingredients_ingredients_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller",
|
|
"target": "backend_src_common_guards_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_module",
|
|
"target": "backend_src_ingredients_ingredients_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_module",
|
|
"target": "backend_src_ingredients_ingredients_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_main",
|
|
"target": "backend_src_app_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_main",
|
|
"target": "backend_src_common_filters_http_exception_filter"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_main",
|
|
"target": "backend_src_common_filters_prisma_exception_filter"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_main",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller",
|
|
"target": "backend_src_orders_orders_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller",
|
|
"target": "backend_src_orders_dto_create_order_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_spec",
|
|
"target": "backend_src_orders_orders_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_spec",
|
|
"target": "backend_src_orders_orders_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_module",
|
|
"target": "backend_src_orders_orders_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_module",
|
|
"target": "backend_src_orders_orders_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service",
|
|
"target": "backend_src_orders_dto_create_order_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service",
|
|
"target": "backend_src_common_services_sms_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_spec",
|
|
"target": "backend_src_orders_orders_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_spec",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.spec.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_spec",
|
|
"target": "backend_src_common_services_sms_service"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_update_pet_dto",
|
|
"target": "backend_src_pets_dto_create_pet_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_pets_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_dto_create_pet_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_dto_update_pet_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_dto_create_reminder_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_dto_create_health_log_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_spec",
|
|
"target": "backend_src_pets_pets_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_spec",
|
|
"target": "backend_src_pets_pets_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_module",
|
|
"target": "backend_src_pets_pets_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_module",
|
|
"target": "backend_src_pets_pets_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_pets_dto_create_pet_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_pets_dto_update_pet_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_spec",
|
|
"target": "backend_src_pets_pets_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_spec",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller",
|
|
"target": "backend_src_prescriptions_prescriptions_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller",
|
|
"target": "backend_src_common_guards_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_module",
|
|
"target": "backend_src_prescriptions_prescriptions_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_module",
|
|
"target": "backend_src_prescriptions_prescriptions_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prisma/prisma.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prisma_prisma_module",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_dto_get_products_dto",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_products_products_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_products_dto_get_products_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_common_guards_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_spec",
|
|
"target": "backend_src_products_products_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_spec",
|
|
"target": "backend_src_products_products_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_module",
|
|
"target": "backend_src_products_products_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_module",
|
|
"target": "backend_src_products_products_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service",
|
|
"target": "backend_src_products_dto_get_products_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_spec",
|
|
"target": "backend_src_products_products_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_spec",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_module",
|
|
"target": "backend_src_redis_redis_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_service_spec",
|
|
"target": "backend_src_redis_redis_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller",
|
|
"target": "backend_src_seo_seo_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_module",
|
|
"target": "backend_src_seo_seo_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_module",
|
|
"target": "backend_src_seo_seo_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller",
|
|
"target": "backend_src_settings_settings_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller",
|
|
"target": "backend_src_common_guards_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_spec",
|
|
"target": "backend_src_settings_settings_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_spec",
|
|
"target": "backend_src_settings_settings_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_spec",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_spec",
|
|
"target": "backend_src_common_guards_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.spec.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_spec",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_module",
|
|
"target": "backend_src_settings_settings_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_module",
|
|
"target": "backend_src_settings_settings_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_spec",
|
|
"target": "backend_src_settings_settings_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_spec",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller",
|
|
"target": "backend_src_common_guards_roles_guard"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_module",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_module",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller",
|
|
"target": "backend_src_testimonials_testimonials_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller",
|
|
"target": "backend_src_common_guards_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller",
|
|
"target": "backend_src_common_decorators_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_module",
|
|
"target": "backend_src_testimonials_testimonials_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_module",
|
|
"target": "backend_src_testimonials_testimonials_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller",
|
|
"target": "backend_src_users_users_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller",
|
|
"target": "backend_src_users_dto_update_profile_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller",
|
|
"target": "backend_src_users_dto_address_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_spec",
|
|
"target": "backend_src_users_users_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_spec",
|
|
"target": "backend_src_users_users_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_module",
|
|
"target": "backend_src_users_users_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_module",
|
|
"target": "backend_src_users_users_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.spec.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_spec",
|
|
"target": "backend_src_users_users_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.spec.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_spec",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_get_videos_query_dto",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller",
|
|
"target": "backend_src_videos_videos_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller",
|
|
"target": "backend_src_videos_dto_create_video_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller",
|
|
"target": "backend_src_videos_dto_get_videos_query_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_module",
|
|
"target": "backend_src_videos_videos_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_module",
|
|
"target": "backend_src_videos_videos_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service",
|
|
"target": "backend_src_videos_dto_create_video_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_wholesale_wholesale_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_auth_jwt_auth_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_auth_roles_guard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_auth_roles_decorator"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_module",
|
|
"target": "backend_src_wholesale_wholesale_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_module",
|
|
"target": "backend_src_wholesale_wholesale_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.module.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_module",
|
|
"target": "backend_src_prisma_prisma_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service",
|
|
"target": "backend_src_common_services_sms_service"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_dto_update_wiki_dto",
|
|
"target": "backend_src_wiki_dto_create_wiki_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller",
|
|
"target": "backend_src_wiki_wiki_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.module.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_module",
|
|
"target": "backend_src_wiki_wiki_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.module.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_module",
|
|
"target": "backend_src_wiki_wiki_controller"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service",
|
|
"target": "backend_src_prisma_prisma_service"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service",
|
|
"target": "backend_src_common_dto_pagination_dto"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_test_app_audit_verification_e2e_spec",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_test_app_audit_verification_e2e_spec",
|
|
"target": "backend_src_app_module"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_test_app_audit_verification_e2e_spec",
|
|
"target": "backend_src_common_filters_http_exception_filter"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_test_app_audit_verification_e2e_spec",
|
|
"target": "backend_src_common_filters_prisma_exception_filter"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/test/app.e2e-spec.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_test_app_e2e_spec",
|
|
"target": "backend_src_app_module"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/App.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_app",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Layout.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_layout",
|
|
"target": "frontend_admin_panel_src_components_sidebar"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Layout.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_layout",
|
|
"target": "frontend_admin_panel_src_components_topbar"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_protectedroute",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_protectedroute",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_protectedroute",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_sidebar",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_sidebar",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_topbar",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_topbar",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/main.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_main",
|
|
"target": "frontend_admin_panel_src_app"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_b2bmanager",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_b2bmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_b2bmanager",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_cms",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_cms",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_contactsubmissions",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_dashboard",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_financialsettingspage",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_financialsettingspage",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_financialsettingspage",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_login",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_login",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_login",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_components_ui_skeleton"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_prescriptionsmanager",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_prescriptionsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_prescriptionsmanager",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_seosettingspage",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_seosettingspage",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_seosettingspage",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_seosettingspage",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_settings",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_settings",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_systemsettingspage",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_systemsettingspage",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_systemsettingspage",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_uitexts",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_uitexts",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_components_ui_skeleton"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_videos",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_videos",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_components_layout"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_components_protectedroute"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_login"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_services_api",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_services_api",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_store_adminauthstore",
|
|
"target": "frontend_admin_panel_src_types_admin"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_page",
|
|
"target": "frontend_application_components_blogpage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_catalogclient",
|
|
"target": "frontend_application_components_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_catalogclient",
|
|
"target": "frontend_application_components_backbutton"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_catalogclient",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_catalogclient",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_page",
|
|
"target": "frontend_application_app_catalog_catalogclient"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/checkout/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_checkout_page",
|
|
"target": "frontend_application_components_checkoutpage"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_checkout_success_id_page",
|
|
"target": "frontend_application_components_ordersuccess"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_cartdrawer"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_loginmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_authmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_b2bportal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_lib_store_uistore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_maintenancepage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_lib_types"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_header"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_footer"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_components_networkbanner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/contact/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_contact_page",
|
|
"target": "frontend_application_components_contactformclient"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/dashboard/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_dashboard_page",
|
|
"target": "frontend_application_components_userdashboard"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/error.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_error",
|
|
"target": "frontend_application_components_errorpages"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_types"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_components_hero"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_components_smartadvisor"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_components_featuredproducts"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_components_vetgallery"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/layout.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_layout",
|
|
"target": "frontend_application_app_clientlayout"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/loading.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_loading",
|
|
"target": "frontend_application_components_skeleton"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/not-found.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_not_found",
|
|
"target": "frontend_application_components_errorpages"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_page",
|
|
"target": "frontend_application_app_homeclient"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_page",
|
|
"target": "frontend_application_lib_types"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/profile/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_profile_page",
|
|
"target": "frontend_application_components_petprofile"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/search/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_search_page",
|
|
"target": "frontend_application_components_searchresultspage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/shop/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_shop_page",
|
|
"target": "frontend_application_components_archivepage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_shop_slug_page",
|
|
"target": "frontend_application_components_productpage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_shop_slug_page",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/sitemap.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_sitemap",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/sitemap.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_sitemap",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/track/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_track_page",
|
|
"target": "frontend_application_components_ordertracking"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/trust-seals/page.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_trust_seals_page",
|
|
"target": "frontend_application_components_enamadbadge"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/videos/page.tsx",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_videos_page",
|
|
"target": "frontend_application_components_videospage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/wiki/page.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_wiki_page",
|
|
"target": "frontend_application_components_ingredientwiki"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_lib_data_provinces"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_components_searchableselect"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_components_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_components_skeleton"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_authmodal",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_authmodal",
|
|
"target": "frontend_application_lib_services_authservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_authmodal",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_components_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/BackButton.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_backbutton",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/BlogPage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_blogpage",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/BlogPage.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_blogpage",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_components_authmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_components_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_components_topupmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_components_addressmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_components_searchableselect"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_lib_data_provinces"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ContactFormClient.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_contactformclient",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/EnamadBadge.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_enamadbadge",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_components_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_components_skeleton"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Footer.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_footer",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Footer.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_footer",
|
|
"target": "frontend_application_lib_types"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_components_authmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_components_prescriptionuploadmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_components_tickerbanner"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_types"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/HeaderButton.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_headerbutton",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_hero",
|
|
"target": "frontend_application_lib_types"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_hero",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_hero",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ingredientwiki",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ingredientwiki",
|
|
"target": "frontend_application_lib_types"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ingredientwiki",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ingredientwiki",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_loginmodal",
|
|
"target": "frontend_application_lib_services_authservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_loginmodal",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_loginmodal",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/NetworkBanner.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_networkbanner",
|
|
"target": "frontend_application_lib_hooks_usenetworkstatus"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderDetailsModal.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_orderdetailsmodal",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderSuccess.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ordersuccess",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderSuccess.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ordersuccess",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderTracking.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ordertracking",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_components_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_components_smartadvisor"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_components_skeleton"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_data_scientificterms"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_lib_types"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_components_tooltip"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_components_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SafeImage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_safeimage",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchableSelect.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchableselect",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchResultsPage.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchresultspage",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchResultsPage.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchresultspage",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchResultsPage.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchresultspage",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_store_uistore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_cartdrawer_test",
|
|
"target": "frontend_application_components_cartdrawer"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_cartdrawer_test",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_cartdrawer_test",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_featuredproducts_test",
|
|
"target": "frontend_application_components_featuredproducts"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_featuredproducts_test",
|
|
"target": "frontend_application_lib_services_productservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_featuredproducts_test",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Footer.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_footer_test",
|
|
"target": "frontend_application_components_footer"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_header_test",
|
|
"target": "frontend_application_components_header"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_header_test",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_header_test",
|
|
"target": "frontend_application_lib_store_usepetstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_header_test",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Hero.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_hero_test",
|
|
"target": "frontend_application_components_hero"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Hero.test.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_hero_test",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Tooltip.test.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_tooltip_test",
|
|
"target": "frontend_application_components_tooltip"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/Tooltip.test.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_tooltip_test",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TickerBanner.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tickerbanner",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Tooltip.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tooltip",
|
|
"target": "frontend_application_lib_data_scientificterms"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Tooltip.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tooltip",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_topupmodal",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_topupmodal",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_orderdetailsmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_addressmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_deleteconfirmmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_topupmodal"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_skeleton"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_lib_utils"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_components_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_lib_services_videoservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VideosPage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_videospage",
|
|
"target": "frontend_application_components_safeimage"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VideosPage.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_videospage",
|
|
"target": "frontend_application_lib_services_videoservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/api.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_api",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/videoService.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_videoservice",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore",
|
|
"target": "frontend_application_lib_data_products"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore",
|
|
"target": "frontend_application_lib_services_orderservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/settingsStore.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_settingsstore",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_cartstore_test",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_cartstore_test",
|
|
"target": "frontend_application_lib_services_orderservice"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_cartstore_test",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_settingsstore_test",
|
|
"target": "frontend_application_lib_store_settingsstore"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_settingsstore_test",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_userstore_test",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_userstore_test",
|
|
"target": "frontend_application_lib_services_authservice"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_userstore_test",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_usepetstore",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"_origin": "ast",
|
|
"context": "import",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_usepetstore",
|
|
"target": "frontend_application_lib_store_userstore"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_services_authservice"
|
|
},
|
|
{
|
|
"relation": "imports_from",
|
|
"context": "import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_store_cartstore"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_constructor",
|
|
"target": "backend_src_admin_admin_service_adminservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L152",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createcoupon",
|
|
"target": "backend_src_admin_admin_service_couponinput"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L93",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_createproduct",
|
|
"target": "backend_src_admin_admin_service_productinput"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L145",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getcoupons",
|
|
"target": "backend_src_admin_dto_admin_query_dto_adminquerydto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L120",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getorders",
|
|
"target": "backend_src_admin_dto_admin_query_dto_adminquerydto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L86",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getproducts",
|
|
"target": "backend_src_admin_dto_admin_query_dto_adminquerydto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_getusers",
|
|
"target": "backend_src_admin_dto_admin_query_dto_adminquerydto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L159",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updatecoupon",
|
|
"target": "backend_src_admin_admin_service_couponinput"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller_updateproduct",
|
|
"target": "backend_src_admin_admin_service_productinput"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice_constructor",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_constructor",
|
|
"target": "backend_src_admin_blogs_service_blogsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller_getblogs",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service_blogsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_constructor",
|
|
"target": "backend_src_admin_categories_service_categoriesservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller_getcategories",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service_categoriesservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller_constructor",
|
|
"target": "backend_src_admin_media_service_mediaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_service_mediaservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller_constructor",
|
|
"target": "backend_src_admin_pets_service_petsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller_getpets",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_service_petsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller_reportscontroller_constructor",
|
|
"target": "backend_src_admin_reports_service_reportsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_service_reportsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_constructor",
|
|
"target": "backend_src_admin_wiki_service_wikiservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller_getterms",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service_wikiservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller_appcontroller_constructor",
|
|
"target": "backend_src_app_service_appservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L74",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module_appmodule_constructor",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L129",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_adminlogin",
|
|
"target": "backend_src_auth_dto_admin_login_dto_adminlogindto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_constructor",
|
|
"target": "backend_src_auth_auth_service_authservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L120",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_login",
|
|
"target": "backend_src_auth_dto_login_dto_logindto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L111",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_register",
|
|
"target": "backend_src_auth_dto_register_dto_registerdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_sendotp",
|
|
"target": "backend_src_auth_dto_send_otp_dto_sendotpdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller_verifyotp",
|
|
"target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice_constructor",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice_constructor",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice_sendotp",
|
|
"target": "backend_src_auth_dto_send_otp_dto_sendotpdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice_verifyotp",
|
|
"target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_strategy_jwtstrategy_constructor",
|
|
"target": "backend_src_users_users_service_usersservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_constructor",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L73",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder",
|
|
"target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service_b2bservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller_constructor",
|
|
"target": "backend_src_banners_banners_service_bannersservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service_bannersservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_constructor",
|
|
"target": "backend_src_blogs_blogs_service_blogsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller_findall",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service_blogsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service_blogsservice_findall",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_constructor",
|
|
"target": "backend_src_cms_cms_service_cmsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createherobanner",
|
|
"target": "backend_src_cms_dto_cms_dto_createherobannerdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L95",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule",
|
|
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial",
|
|
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice_createherobanner",
|
|
"target": "backend_src_cms_dto_cms_dto_createherobannerdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule",
|
|
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice_createvettestimonial",
|
|
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller_metricscontroller_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller_constructor",
|
|
"target": "backend_src_contact_contact_service_contactservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service_contactservice_constructor",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service_contactservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller_homecontroller_constructor",
|
|
"target": "backend_src_home_home_service_homeservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_service_homeservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor",
|
|
"target": "backend_src_ingredients_ingredients_service_ingredientsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_constructor",
|
|
"target": "backend_src_orders_orders_service_ordersservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L85",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_create",
|
|
"target": "backend_src_orders_dto_create_order_dto_createorderdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L146",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller_findall",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice_constructor",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice_create",
|
|
"target": "backend_src_orders_dto_create_order_dto_createorderdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L314",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice_findallbyuser",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L247",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addhealthlog",
|
|
"target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L221",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_addreminder",
|
|
"target": "backend_src_pets_dto_create_reminder_dto_createreminderdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_constructor",
|
|
"target": "backend_src_pets_pets_service_petsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L81",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_create",
|
|
"target": "backend_src_pets_dto_create_pet_dto_createpetdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L117",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_findall",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L185",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller_update",
|
|
"target": "backend_src_pets_dto_update_pet_dto_updatepetdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_create",
|
|
"target": "backend_src_pets_dto_create_pet_dto_createpetdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_findalladmin",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L109",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_findallbyuser",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L161",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice_update",
|
|
"target": "backend_src_pets_dto_update_pet_dto_updatepetdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor",
|
|
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_constructor",
|
|
"target": "backend_src_products_products_service_productsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller_findall",
|
|
"target": "backend_src_products_dto_get_products_dto_getproductsdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_productsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_productsservice_findall",
|
|
"target": "backend_src_products_dto_get_products_dto_getproductsdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller_constructor",
|
|
"target": "backend_src_seo_seo_service_seoservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_service_seoservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_constructor",
|
|
"target": "backend_src_settings_settings_service_settingsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
|
|
"target": "backend_src_settings_settings_service_scientifictermdata"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_settingsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor",
|
|
"target": "backend_src_testimonials_testimonials_service_testimonialsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L131",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_addaddress",
|
|
"target": "backend_src_users_dto_address_dto_addressdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_constructor",
|
|
"target": "backend_src_users_users_service_usersservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L159",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateaddress",
|
|
"target": "backend_src_users_dto_address_dto_addressdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L103",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller_updateprofile",
|
|
"target": "backend_src_users_dto_update_profile_dto_updateprofiledto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_constructor",
|
|
"target": "backend_src_videos_videos_service_videosservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_create",
|
|
"target": "backend_src_videos_dto_create_video_dto_createvideodto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller_findall",
|
|
"target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice_create",
|
|
"target": "backend_src_videos_dto_create_video_dto_createvideodto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor",
|
|
"target": "backend_src_wholesale_wholesale_service_wholesaleservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_constructor",
|
|
"target": "backend_src_wiki_wiki_service_wikiservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller_findall",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service_wikiservice_constructor",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service_wikiservice_findall",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "parameter_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L144",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice_getproducts",
|
|
"target": "frontend_application_lib_data_products_pettype"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"context": "return_type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "inherits",
|
|
"context": "type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_dto_admin_query_dto_adminquerydto",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "inherits",
|
|
"context": "type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/dto/get-products.dto.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_dto_get_products_dto_getproductsdto",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "inherits",
|
|
"context": "type",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/create-video.dto.ts",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_create_video_dto_updatevideodto",
|
|
"target": "backend_src_videos_dto_create_video_dto_createvideodto"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L105",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate",
|
|
"target": "ai_agency_orchestrate_cmd_next_task"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L128",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate",
|
|
"target": "ai_agency_orchestrate_cmd_unblock"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L143",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate",
|
|
"target": "ai_agency_orchestrate_cmd_reset"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L180",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate",
|
|
"target": "ai_agency_orchestrate_main"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate",
|
|
"target": "ai_agency_orchestrate_load_json"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate",
|
|
"target": "ai_agency_orchestrate_save_json"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate",
|
|
"target": "ai_agency_orchestrate_cmd_status"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L75",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "ai_agency_orchestrate",
|
|
"target": "ai_agency_orchestrate_cmd_progress"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_nest_cli",
|
|
"target": "backend_nest_cli_schema"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_nest_cli",
|
|
"target": "backend_nest_cli_collection"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_nest_cli",
|
|
"target": "backend_nest_cli_sourceroot"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_nest_cli",
|
|
"target": "backend_nest_cli_compileroptions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/nest-cli.json",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_nest_cli_compileroptions",
|
|
"target": "backend_nest_cli_compileroptions_deleteoutdir"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_name"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_dependencies"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_version"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_description"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_devdependencies"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_author"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_private"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_license"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L76",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_jest"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_scripts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L93",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package",
|
|
"target": "backend_package_prisma"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_nestjs_common"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_nestjs_core"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_nestjs_jwt"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_nestjs_passport"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_nestjs_platform_express"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_nestjs_swagger"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_nestjs_throttler"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_prisma_client"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_bcrypt"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_bcryptjs"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_class_transformer"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_class_validator"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_helmet"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_ioredis"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_js_yaml"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_passport"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_passport_jwt"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_reflect_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_rxjs"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_dependencies",
|
|
"target": "backend_package_dependencies_swagger_ui_express"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_eslint_eslintrc"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_eslint_js"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_nestjs_cli"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_nestjs_schematics"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_nestjs_testing"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_types_bcrypt"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_types_bcryptjs"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_types_express"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_types_jest"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_types_js_yaml"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_types_multer"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_types_node"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_types_passport_jwt"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_types_supertest"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_eslint"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_eslint_config_prettier"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_eslint_plugin_prettier"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_globals"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_jest"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L65",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_prettier"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_prisma"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_source_map_support"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L68",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_supertest"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_ts_jest"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_ts_loader"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_ts_node"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L72",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_tsconfig_paths"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L73",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_typescript"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L74",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_devdependencies",
|
|
"target": "backend_package_devdependencies_typescript_eslint"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L77",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest",
|
|
"target": "backend_package_jest_modulefileextensions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L82",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest",
|
|
"target": "backend_package_jest_rootdir"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L83",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest",
|
|
"target": "backend_package_jest_testregex"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L84",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest",
|
|
"target": "backend_package_jest_transform"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L87",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest",
|
|
"target": "backend_package_jest_collectcoveragefrom"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L90",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest",
|
|
"target": "backend_package_jest_coveragedirectory"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L91",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest",
|
|
"target": "backend_package_jest_testenvironment"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L85",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_jest_transform",
|
|
"target": "backend_package_transform_t_j_s"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L94",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_prisma",
|
|
"target": "backend_package_prisma_seed"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_format"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_start"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_start_dev"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_start_debug"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_start_prod"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_lint"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_test"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_test_watch"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_test_cov"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_test_debug"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_test_e2e"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_docs_generate"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/package.json",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_package_scripts",
|
|
"target": "backend_package_scripts_build"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L103",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L111",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_reminders"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L124",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L134",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_health_logs"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L148",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_coupons"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L159",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_orders"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L173",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_order_items"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_user_addresses"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_users"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_products"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L79",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L87",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_pets"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"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"
|
|
},
|
|
{
|
|
"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",
|
|
"confidence_score": 1.0,
|
|
"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"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/scientificTerms.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_scientificterms",
|
|
"target": "backend_prisma_scientificterms_scientificterm"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/scientificTerms.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_scientificterms",
|
|
"target": "backend_prisma_scientificterms_scientific_terms"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed",
|
|
"target": "backend_prisma_seed_main"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed",
|
|
"target": "backend_prisma_seed_prisma"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-blogs.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_blogs",
|
|
"target": "backend_prisma_seed_blogs_prisma"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-blogs.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_blogs",
|
|
"target": "backend_prisma_seed_blogs_main"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-custom.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_custom",
|
|
"target": "backend_prisma_seed_custom_prisma"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-custom.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_custom",
|
|
"target": "backend_prisma_seed_custom_main"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-home.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_home",
|
|
"target": "backend_prisma_seed_home_prisma"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-home.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_home",
|
|
"target": "backend_prisma_seed_home_main"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L128",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products",
|
|
"target": "backend_prisma_seed_products_findorcreatecategory"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L148",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products",
|
|
"target": "backend_prisma_seed_products_product_symptoms_map"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products",
|
|
"target": "backend_prisma_seed_products_determinesuitablefor"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L208",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products",
|
|
"target": "backend_prisma_seed_products_product_taglines_map"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L268",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products",
|
|
"target": "backend_prisma_seed_products_main"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products",
|
|
"target": "backend_prisma_seed_products_parsesize"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products",
|
|
"target": "backend_prisma_seed_products_getproductimageurl"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products",
|
|
"target": "backend_prisma_seed_products_prisma"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-products.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_products",
|
|
"target": "backend_prisma_seed_products_slugify"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-ui-texts.ts",
|
|
"source_location": "L135",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_ui_texts",
|
|
"target": "backend_prisma_seed_ui_texts_main"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-ui-texts.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_ui_texts",
|
|
"target": "backend_prisma_seed_ui_texts_prisma"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-ui-texts.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_ui_texts",
|
|
"target": "backend_prisma_seed_ui_texts_ui_texts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-wiki.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_wiki",
|
|
"target": "backend_prisma_seed_wiki_prisma"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-wiki.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_wiki",
|
|
"target": "backend_prisma_seed_wiki_main"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/seed-wiki.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_seed_wiki",
|
|
"target": "backend_prisma_seed_wiki_wiki_terms"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_tsconfig_seed",
|
|
"target": "backend_prisma_tsconfig_seed_compileroptions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_tsconfig_seed_compileroptions",
|
|
"target": "backend_prisma_tsconfig_seed_compileroptions_module"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_tsconfig_seed_compileroptions",
|
|
"target": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_tsconfig_seed_compileroptions",
|
|
"target": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/tsconfig.seed.json",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_tsconfig_seed_compileroptions",
|
|
"target": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/scripts/generate-openapi.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_scripts_generate_openapi",
|
|
"target": "backend_scripts_generate_openapi_generateopenapi"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.module.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_module",
|
|
"target": "backend_src_admin_admin_module_adminmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service",
|
|
"target": "backend_src_admin_admin_service_productinput"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service",
|
|
"target": "backend_src_admin_admin_service_coupontargetinput"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service",
|
|
"target": "backend_src_admin_admin_service_couponinput"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service",
|
|
"target": "backend_src_admin_admin_service_paginationquery"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service",
|
|
"target": "backend_src_admin_admin_service_adminservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller",
|
|
"target": "backend_src_admin_blogs_controller_blogscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service",
|
|
"target": "backend_src_admin_blogs_service_blogsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service",
|
|
"target": "backend_src_admin_blogs_service_blogquery"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller",
|
|
"target": "backend_src_admin_categories_controller_categoriescontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service",
|
|
"target": "backend_src_admin_categories_service_categoriesservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service",
|
|
"target": "backend_src_admin_categories_service_categoryquery"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_dto_admin_query_dto",
|
|
"target": "backend_src_admin_dto_admin_query_dto_adminquerydto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller",
|
|
"target": "backend_src_admin_media_controller_mediacontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_service",
|
|
"target": "backend_src_admin_media_service_mediaservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller",
|
|
"target": "backend_src_admin_pets_controller_petscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_service",
|
|
"target": "backend_src_admin_pets_service_petsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_service",
|
|
"target": "backend_src_admin_pets_service_petquery"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller",
|
|
"target": "backend_src_admin_reports_controller_reportscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_service",
|
|
"target": "backend_src_admin_reports_service_reportsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller",
|
|
"target": "backend_src_admin_wiki_controller_wikicontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service",
|
|
"target": "backend_src_admin_wiki_service_wikiservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service",
|
|
"target": "backend_src_admin_wiki_service_wikiquery"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller",
|
|
"target": "backend_src_app_controller_appcontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L73",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module",
|
|
"target": "backend_src_app_module_appmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_service",
|
|
"target": "backend_src_app_service_appservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller",
|
|
"target": "backend_src_auth_auth_controller_authcontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.module.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_module",
|
|
"target": "backend_src_auth_auth_module_authmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_auth_auth_service_registerinput"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_auth_auth_service_logininput"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_auth_auth_service_adminlogininput"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service",
|
|
"target": "backend_src_auth_auth_service_authservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/admin-login.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_admin_login_dto",
|
|
"target": "backend_src_auth_dto_admin_login_dto_adminlogindto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/login.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_login_dto",
|
|
"target": "backend_src_auth_dto_login_dto_logindto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/register.dto.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_register_dto",
|
|
"target": "backend_src_auth_dto_register_dto_registerdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/send-otp.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_send_otp_dto",
|
|
"target": "backend_src_auth_dto_send_otp_dto_sendotpdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/dto/verify-otp.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_dto_verify_otp_dto",
|
|
"target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt-auth.guard.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_auth_guard",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_strategy",
|
|
"target": "backend_src_auth_jwt_strategy_jwtstrategy"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_strategy",
|
|
"target": "backend_src_auth_jwt_strategy_jwtpayload"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller",
|
|
"target": "backend_src_b2b_b2b_controller_b2bcontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_module",
|
|
"target": "backend_src_b2b_b2b_module_b2bmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service",
|
|
"target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller",
|
|
"target": "backend_src_banners_banners_controller_bannerscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_module",
|
|
"target": "backend_src_banners_banners_module_bannersmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service",
|
|
"target": "backend_src_banners_banners_service_bannersservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller",
|
|
"target": "backend_src_blogs_blogs_controller_blogscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_module",
|
|
"target": "backend_src_blogs_blogs_module_blogsmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service",
|
|
"target": "backend_src_blogs_blogs_service_blogsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/dto/create-blog.dto.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_dto_create_blog_dto",
|
|
"target": "backend_src_blogs_dto_create_blog_dto_createblogdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/dto/update-blog.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_dto_update_blog_dto",
|
|
"target": "backend_src_blogs_dto_update_blog_dto_updateblogdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/entities/blog.entity.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_entities_blog_entity",
|
|
"target": "backend_src_blogs_entities_blog_entity_blog"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_module",
|
|
"target": "backend_src_cms_cms_module_cmsmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service",
|
|
"target": "backend_src_cms_cms_service_cmsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto",
|
|
"target": "backend_src_cms_dto_cms_dto_createherobannerdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto",
|
|
"target": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/dto/cms.dto.ts",
|
|
"source_location": "L80",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_dto_cms_dto",
|
|
"target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/decorators/roles.decorator.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_decorators_roles_decorator",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles_key"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/decorators/roles.decorator.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_decorators_roles_decorator",
|
|
"target": "backend_src_common_decorators_roles_decorator_roles"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_dto_pagination_dto",
|
|
"target": "backend_src_common_dto_pagination_dto_paginationdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/dto/pagination.dto.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_dto_pagination_dto",
|
|
"target": "backend_src_common_dto_pagination_dto_sortorder"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_http_exception_filter",
|
|
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/prisma-exception.filter.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_prisma_exception_filter",
|
|
"target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard",
|
|
"target": "backend_src_common_guards_roles_guard_requestwithuser"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_interceptors_decimal_interceptor",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller",
|
|
"target": "backend_src_common_metrics_controller_metricscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/schemas/error-response.schema.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_schemas_error_response_schema",
|
|
"target": "backend_src_common_schemas_error_response_schema_apierrorresponse"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/schemas/error-response.schema.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_schemas_error_response_schema",
|
|
"target": "backend_src_common_schemas_error_response_schema_errordetailfield"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_schemas_paginated_response_schema",
|
|
"target": "backend_src_common_schemas_paginated_response_schema_paginatedresponse"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_schemas_paginated_response_schema",
|
|
"target": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/schemas/paginated-response.schema.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_schemas_paginated_response_schema",
|
|
"target": "backend_src_common_schemas_paginated_response_schema_paginationmeta"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service",
|
|
"target": "backend_src_common_services_sms_service_melipayamakresponse"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service",
|
|
"target": "backend_src_common_services_sms_service_smsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service",
|
|
"target": "backend_src_common_services_sms_service_sendpatternsmsoptions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/sms.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_sms_module",
|
|
"target": "backend_src_common_sms_module_smsmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller",
|
|
"target": "backend_src_contact_contact_controller_contactcontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_module",
|
|
"target": "backend_src_contact_contact_module_contactmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service",
|
|
"target": "backend_src_contact_contact_service_updatecontactinfoitemdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service",
|
|
"target": "backend_src_contact_contact_service_contactservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service",
|
|
"target": "backend_src_contact_contact_service_createcontactsubmissiondto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/dto/create-home.dto.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_dto_create_home_dto",
|
|
"target": "backend_src_home_dto_create_home_dto_createhomedto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/dto/update-home.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_dto_update_home_dto",
|
|
"target": "backend_src_home_dto_update_home_dto_updatehomedto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/entities/home.entity.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_entities_home_entity",
|
|
"target": "backend_src_home_entities_home_entity_home"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller",
|
|
"target": "backend_src_home_home_controller_homecontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_module",
|
|
"target": "backend_src_home_home_module_homemodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_service",
|
|
"target": "backend_src_home_home_service_homeservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller",
|
|
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_module",
|
|
"target": "backend_src_ingredients_ingredients_module_ingredientsmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service",
|
|
"target": "backend_src_ingredients_ingredients_service_ingredientsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/main.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_main",
|
|
"target": "backend_src_main_bootstrap"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto",
|
|
"target": "backend_src_orders_dto_create_order_dto_orderitemdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/dto/create-order.dto.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_dto_create_order_dto",
|
|
"target": "backend_src_orders_dto_create_order_dto_createorderdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller",
|
|
"target": "backend_src_orders_orders_controller_validatecoupondto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller",
|
|
"target": "backend_src_orders_orders_controller_orderscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_module",
|
|
"target": "backend_src_orders_orders_module_ordersmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service",
|
|
"target": "backend_src_orders_orders_service_ordersservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_health_log_dto",
|
|
"target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-pet.dto.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_pet_dto",
|
|
"target": "backend_src_pets_dto_create_pet_dto_createpetdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_create_reminder_dto",
|
|
"target": "backend_src_pets_dto_create_reminder_dto_createreminderdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/dto/update-pet.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_dto_update_pet_dto",
|
|
"target": "backend_src_pets_dto_update_pet_dto_updatepetdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller",
|
|
"target": "backend_src_pets_pets_controller_petscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_module",
|
|
"target": "backend_src_pets_pets_module_petsmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_pets_pets_service_healthloginput"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_pets_pets_service_petsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service",
|
|
"target": "backend_src_pets_pets_service_reminderinput"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_userreqpayload"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_module",
|
|
"target": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_service",
|
|
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prisma/prisma.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prisma_prisma_module",
|
|
"target": "backend_src_prisma_prisma_module_prismamodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prisma/prisma.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prisma_prisma_service",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/dto/get-products.dto.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_dto_get_products_dto",
|
|
"target": "backend_src_products_dto_get_products_dto_getproductsdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller",
|
|
"target": "backend_src_products_products_controller_productscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_module",
|
|
"target": "backend_src_products_products_module_productsmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service",
|
|
"target": "backend_src_products_products_service_productsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_module",
|
|
"target": "backend_src_redis_redis_module_redismodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_service",
|
|
"target": "backend_src_redis_redis_service_redisservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller",
|
|
"target": "backend_src_seo_seo_controller_seocontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_module",
|
|
"target": "backend_src_seo_seo_module_seomodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_service",
|
|
"target": "backend_src_seo_seo_service_seoservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_module",
|
|
"target": "backend_src_settings_settings_module_settingsmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service",
|
|
"target": "backend_src_settings_settings_service_settingsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service",
|
|
"target": "backend_src_settings_settings_service_scientifictermdata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_module",
|
|
"target": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_service",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller",
|
|
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_module",
|
|
"target": "backend_src_testimonials_testimonials_module_testimonialsmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_service",
|
|
"target": "backend_src_testimonials_testimonials_service_testimonialsservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/address.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_address_dto",
|
|
"target": "backend_src_users_dto_address_dto_addressdto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/dto/update-profile.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_dto_update_profile_dto",
|
|
"target": "backend_src_users_dto_update_profile_dto_updateprofiledto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller",
|
|
"target": "backend_src_users_users_controller_userscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.module.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_module",
|
|
"target": "backend_src_users_users_module_usersmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service",
|
|
"target": "backend_src_users_users_service_usersservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service",
|
|
"target": "backend_src_users_users_service_useraddressinput"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/create-video.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_create_video_dto",
|
|
"target": "backend_src_videos_dto_create_video_dto_createvideodto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/create-video.dto.ts",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_create_video_dto",
|
|
"target": "backend_src_videos_dto_create_video_dto_updatevideodto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_dto_get_videos_query_dto",
|
|
"target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller",
|
|
"target": "backend_src_videos_videos_controller_videoscontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.module.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_module",
|
|
"target": "backend_src_videos_videos_module_videosmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service",
|
|
"target": "backend_src_videos_videos_service_videosservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service",
|
|
"target": "backend_src_videos_videos_service_videoquery"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_dto_wholesale_apply_dto",
|
|
"target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller",
|
|
"target": "backend_src_wholesale_wholesale_controller_wholesalecontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.module.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_module",
|
|
"target": "backend_src_wholesale_wholesale_module_wholesalemodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service",
|
|
"target": "backend_src_wholesale_wholesale_service_wholesaleservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/dto/create-wiki.dto.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_dto_create_wiki_dto",
|
|
"target": "backend_src_wiki_dto_create_wiki_dto_createwikidto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/dto/update-wiki.dto.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_dto_update_wiki_dto",
|
|
"target": "backend_src_wiki_dto_update_wiki_dto_updatewikidto"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/entities/wiki.entity.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_entities_wiki_entity",
|
|
"target": "backend_src_wiki_entities_wiki_entity_wiki"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller",
|
|
"target": "backend_src_wiki_wiki_controller_wikicontroller"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.module.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_module",
|
|
"target": "backend_src_wiki_wiki_module_wikimodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service",
|
|
"target": "backend_src_wiki_wiki_service_wikiservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig",
|
|
"target": "backend_tsconfig_compileroptions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_build",
|
|
"target": "backend_tsconfig_build_extends"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.build.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_build",
|
|
"target": "backend_tsconfig_build_exclude"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_emitdecoratormetadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_experimentaldecorators"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_target"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_sourcemap"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_outdir"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_baseurl"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_incremental"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_skiplibcheck"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_strictnullchecks"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_noimplicitany"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_strictbindcallapply"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_module"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_moduleresolution"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_resolvepackagejsonexports"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_esmoduleinterop"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_isolatedmodules"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_declaration"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/tsconfig.json",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_tsconfig_compileroptions",
|
|
"target": "backend_tsconfig_compileroptions_removecomments"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/build_manifest.js",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_build_manifest",
|
|
"target": "docs_audit_build_manifest_lines"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/build_manifest.js",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_build_manifest",
|
|
"target": "docs_audit_build_manifest_entries"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/generate_classification.js",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_generate_classification",
|
|
"target": "docs_audit_generate_classification_lines"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/generate_classification.js",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_generate_classification",
|
|
"target": "docs_audit_generate_classification_classified"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/generate_evidence.js",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_generate_evidence",
|
|
"target": "docs_audit_generate_evidence_classification"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/generate_evidence.js",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_generate_evidence",
|
|
"target": "docs_audit_generate_evidence_evidenceentries"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/generate_ledger.js",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_generate_ledger",
|
|
"target": "docs_audit_generate_ledger_evidence"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/generate_ledger.js",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_generate_ledger",
|
|
"target": "docs_audit_generate_ledger_ledgerentries"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/generate_manifest.js",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_generate_manifest",
|
|
"target": "docs_audit_generate_manifest_evidence"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/generate_manifest.js",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_generate_manifest",
|
|
"target": "docs_audit_generate_manifest_manifestentries"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/rebuild_honest_ledger.js",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_rebuild_honest_ledger",
|
|
"target": "docs_audit_rebuild_honest_ledger_mandatoryscope"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/rebuild_honest_ledger.js",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_rebuild_honest_ledger",
|
|
"target": "docs_audit_rebuild_honest_ledger_evidencelist"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/rebuild_honest_ledger.js",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_rebuild_honest_ledger",
|
|
"target": "docs_audit_rebuild_honest_ledger_mandatorymap"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/rebuild_honest_ledger.js",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_rebuild_honest_ledger",
|
|
"target": "docs_audit_rebuild_honest_ledger_ledger"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/sync_honest_manifest.js",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_sync_honest_manifest",
|
|
"target": "docs_audit_sync_honest_manifest_ledger"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/sync_honest_manifest.js",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_sync_honest_manifest",
|
|
"target": "docs_audit_sync_honest_manifest_manifest"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/sync_manifest.js",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_sync_manifest",
|
|
"target": "docs_audit_sync_manifest_ledger"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/sync_manifest.js",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_sync_manifest",
|
|
"target": "docs_audit_sync_manifest_manifestentries"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_evidence_grade.js",
|
|
"source_location": "L101",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_evidence_grade",
|
|
"target": "docs_audit_validate_evidence_grade_validationoutput"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_evidence_grade.js",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_evidence_grade",
|
|
"target": "docs_audit_validate_evidence_grade_errors"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_evidence_grade.js",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_evidence_grade",
|
|
"target": "docs_audit_validate_evidence_grade_warnings"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_evidence_grade.js",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_evidence_grade",
|
|
"target": "docs_audit_validate_evidence_grade_activefiles"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_integrity",
|
|
"target": "docs_audit_validate_integrity_dispsum"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_integrity",
|
|
"target": "docs_audit_validate_integrity_invalidnewids"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_integrity",
|
|
"target": "docs_audit_validate_integrity_manifest"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_integrity",
|
|
"target": "docs_audit_validate_integrity_uninspected"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_integrity",
|
|
"target": "docs_audit_validate_integrity_trackedfiles"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_integrity",
|
|
"target": "docs_audit_validate_integrity_report"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_integrity",
|
|
"target": "docs_audit_validate_integrity_verifiedindex"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_integrity",
|
|
"target": "docs_audit_validate_integrity_errors"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "docs/audit/validate_integrity.js",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "docs_audit_validate_integrity",
|
|
"target": "docs_audit_validate_integrity_warnings"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package",
|
|
"target": "frontend_admin_panel_package_dependencies"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package",
|
|
"target": "frontend_admin_panel_package_name"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package",
|
|
"target": "frontend_admin_panel_package_devdependencies"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package",
|
|
"target": "frontend_admin_panel_package_private"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package",
|
|
"target": "frontend_admin_panel_package_version"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package",
|
|
"target": "frontend_admin_panel_package_type"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package",
|
|
"target": "frontend_admin_panel_package_scripts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies",
|
|
"target": "frontend_admin_panel_package_dependencies_tanstack_react_query"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies",
|
|
"target": "frontend_admin_panel_package_dependencies_axios"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies",
|
|
"target": "frontend_admin_panel_package_dependencies_lucide_react"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies",
|
|
"target": "frontend_admin_panel_package_dependencies_react"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies",
|
|
"target": "frontend_admin_panel_package_dependencies_react_dom"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies",
|
|
"target": "frontend_admin_panel_package_dependencies_react_hot_toast"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies",
|
|
"target": "frontend_admin_panel_package_dependencies_react_router_dom"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies",
|
|
"target": "frontend_admin_panel_package_dependencies_recharts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies",
|
|
"target": "frontend_admin_panel_package_dependencies_vite"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_dependencies",
|
|
"target": "frontend_admin_panel_package_dependencies_zustand"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_eslint_js"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_types_node"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_types_react"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_types_react_dom"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_autoprefixer"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_eslint"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_globals"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_postcss"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_tailwindcss"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_typescript"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_devdependencies",
|
|
"target": "frontend_admin_panel_package_devdependencies_typescript_eslint"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_scripts",
|
|
"target": "frontend_admin_panel_package_scripts_preview"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_scripts",
|
|
"target": "frontend_admin_panel_package_scripts_dev"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_scripts",
|
|
"target": "frontend_admin_panel_package_scripts_build"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/package.json",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_package_scripts",
|
|
"target": "frontend_admin_panel_package_scripts_lint"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/App.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_app",
|
|
"target": "frontend_admin_panel_src_app_app"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/App.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_app",
|
|
"target": "frontend_admin_panel_src_app_suspensefallback"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Layout.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_layout",
|
|
"target": "frontend_admin_panel_src_components_layout_layout"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_protectedroute",
|
|
"target": "frontend_admin_panel_src_components_protectedroute_protectedroute"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_sidebar",
|
|
"target": "frontend_admin_panel_src_components_sidebar_sidebarprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_sidebar",
|
|
"target": "frontend_admin_panel_src_components_sidebar_sidebar"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_sidebar",
|
|
"target": "frontend_admin_panel_src_components_sidebar_menugroups"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_topbar",
|
|
"target": "frontend_admin_panel_src_components_topbar_searchable_pages"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_topbar",
|
|
"target": "frontend_admin_panel_src_components_topbar_topbar"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/Topbar.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_topbar",
|
|
"target": "frontend_admin_panel_src_components_topbar_topbarprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_confirmmodal",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_confirmmodal",
|
|
"target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_mediaselector",
|
|
"target": "frontend_admin_panel_src_components_ui_mediaselector_media"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_pagination",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_pagination"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_pagination",
|
|
"target": "frontend_admin_panel_src_components_ui_pagination_paginationprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_skeleton",
|
|
"target": "frontend_admin_panel_src_components_ui_skeleton_skeleton"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_components_ui_spinner",
|
|
"target": "frontend_admin_panel_src_components_ui_spinner_spinner"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_b2bmanager",
|
|
"target": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_bannersmanager",
|
|
"target": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_pages_blogs_blogpost"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_blogs",
|
|
"target": "frontend_admin_panel_src_pages_blogs_blogs"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_pages_categories_category"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Categories.tsx",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_categories",
|
|
"target": "frontend_admin_panel_src_pages_categories_categories"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_cms",
|
|
"target": "frontend_admin_panel_src_pages_cms_vettestimonial"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_cms",
|
|
"target": "frontend_admin_panel_src_pages_cms_cms"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/CMS.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_cms",
|
|
"target": "frontend_admin_panel_src_pages_cms_herobanner"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_contactsubmissions",
|
|
"target": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_contactsubmissions",
|
|
"target": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_contactsubmissions",
|
|
"target": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_pages_coupons_coupon"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L249",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_pages_coupons_couponmodalprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L258",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_pages_coupons_couponmodal"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_pages_coupons_couponformdata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_pages_coupons_coupons"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_coupons",
|
|
"target": "frontend_admin_panel_src_pages_coupons_coupontarget"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_dashboard",
|
|
"target": "frontend_admin_panel_src_pages_dashboard_dashboarddata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_dashboard",
|
|
"target": "frontend_admin_panel_src_pages_dashboard_dashboard"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_dashboard",
|
|
"target": "frontend_admin_panel_src_pages_dashboard_categorydist"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_financialsettingspage",
|
|
"target": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_ingredientsmanager",
|
|
"target": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Login.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_login",
|
|
"target": "frontend_admin_panel_src_pages_login_login"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_pages_media_mediamanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_media",
|
|
"target": "frontend_admin_panel_src_pages_media_media"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_pages_orders_orderitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_pages_orders_order"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_pages_orders_statusstyles"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_pages_orders_topersiandigits"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
|
|
"source_location": "L75",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_orders",
|
|
"target": "frontend_admin_panel_src_pages_orders_orders"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_pages_pets_pets"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Pets.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_pets",
|
|
"target": "frontend_admin_panel_src_pages_pets_pet"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_prescriptionsmanager",
|
|
"target": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_pages_products_category"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_pages_products_product"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Products.tsx",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_products",
|
|
"target": "frontend_admin_panel_src_pages_products_products"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_pages_reports_colors"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_pages_reports_customtooltipprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_pages_reports_customtooltip"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_pages_reports_categorydistitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_pages_reports_bestselleritem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_pages_reports_topcouponitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_pages_reports_reportdata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Reports.tsx",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_reports",
|
|
"target": "frontend_admin_panel_src_pages_reports_reports"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_seosettingspage",
|
|
"target": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_settings",
|
|
"target": "frontend_admin_panel_src_pages_settings_settings"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_smartadvisormanager",
|
|
"target": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_systemsettingspage",
|
|
"target": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_testimonialsmanager",
|
|
"target": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_uitexts",
|
|
"target": "frontend_admin_panel_src_pages_uitexts_groups"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_uitexts",
|
|
"target": "frontend_admin_panel_src_pages_uitexts_page_tabs"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L77",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_uitexts",
|
|
"target": "frontend_admin_panel_src_pages_uitexts_group_page_map"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
|
|
"source_location": "L87",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_uitexts",
|
|
"target": "frontend_admin_panel_src_pages_uitexts_uitexts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_pages_users_userrecord"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_users",
|
|
"target": "frontend_admin_panel_src_pages_users_users"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_videos",
|
|
"target": "frontend_admin_panel_src_pages_videos_videos"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L455",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_videos",
|
|
"target": "frontend_admin_panel_src_pages_videos_fetchvideoslist"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Videos.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_videos",
|
|
"target": "frontend_admin_panel_src_pages_videos_video"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
|
|
"target": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wholesaleapplications",
|
|
"target": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_pages_wiki_productitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_pages_wiki_wiki"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_pages_wiki",
|
|
"target": "frontend_admin_panel_src_pages_wiki_wikiterm"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_dashboard"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_users"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_products"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_orders"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_coupons"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_settings"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_reports"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_categories"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_blogs"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_wiki"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_pets"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_uitexts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_media"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_cms"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_videos"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_bannersmanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_b2bmanager"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_seosettingspage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_routes_adminroutes_router"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_services_api",
|
|
"target": "frontend_admin_panel_src_services_api_apierrorpayload"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_services_api",
|
|
"target": "frontend_admin_panel_src_services_api_api"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_services_api",
|
|
"target": "frontend_admin_panel_src_services_api_failedqueue"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_services_api",
|
|
"target": "frontend_admin_panel_src_services_api_processqueue"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/services/api.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_services_api",
|
|
"target": "frontend_admin_panel_src_services_api_base_domain"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_store_adminauthstore",
|
|
"target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_adminuser"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L111",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_ingredient"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L124",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_prescription"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L136",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_b2binquiry"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_authstate"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L151",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_partneraccount"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L163",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_seosettings"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L171",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_financialsettings"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L178",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_systemsettings"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L185",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_product"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_sendotppayload"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_verifyotppayload"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_adminloginpayload"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_authresponsedata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_apiresponse"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_useraddress"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_petsummary"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_banner"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L83",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_smartadvisorrule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/types/admin.ts",
|
|
"source_location": "L97",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_types_admin",
|
|
"target": "frontend_admin_panel_src_types_admin_testimonial"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig",
|
|
"target": "frontend_admin_panel_tsconfig_files"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig",
|
|
"target": "frontend_admin_panel_tsconfig_references"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app",
|
|
"target": "frontend_admin_panel_tsconfig_app_include"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_noemit"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_jsx"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_target"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_lib"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_module"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_types"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.app.json",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_app_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node",
|
|
"target": "frontend_admin_panel_tsconfig_node_include"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_noemit"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_target"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_lib"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_module"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_types"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/tsconfig.node.json",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_tsconfig_node_compileroptions",
|
|
"target": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/about/page.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_about_page",
|
|
"target": "frontend_application_app_about_page_aboutpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/about/page.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_about_page",
|
|
"target": "frontend_application_app_about_page_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/page.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_page",
|
|
"target": "frontend_application_app_blog_page_getblogs"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/page.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_page",
|
|
"target": "frontend_application_app_blog_page_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/page.tsx",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_page",
|
|
"target": "frontend_application_app_blog_page_blog"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_slug_page",
|
|
"target": "frontend_application_app_blog_slug_page_revalidate"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_slug_page",
|
|
"target": "frontend_application_app_blog_slug_page_generatemetadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_slug_page",
|
|
"target": "frontend_application_app_blog_slug_page_blogpostpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_blog_slug_page",
|
|
"target": "frontend_application_app_blog_slug_page_getblog"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/CatalogClient.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_catalogclient",
|
|
"target": "frontend_application_app_catalog_catalogclient_catalogclient"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/page.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_page",
|
|
"target": "frontend_application_app_catalog_page_catalogpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/catalog/page.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_catalog_page",
|
|
"target": "frontend_application_app_catalog_page_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/checkout/page.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_checkout_page",
|
|
"target": "frontend_application_app_checkout_page_checkout"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_checkout_success_id_page",
|
|
"target": "frontend_application_app_checkout_success_id_page_successpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/ClientLayout.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_clientlayout",
|
|
"target": "frontend_application_app_clientlayout_clientlayout"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/contact/page.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_contact_page",
|
|
"target": "frontend_application_app_contact_page_contactpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/contact/page.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_contact_page",
|
|
"target": "frontend_application_app_contact_page_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/dashboard/page.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_dashboard_page",
|
|
"target": "frontend_application_app_dashboard_page_dashboardpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/error.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_error",
|
|
"target": "frontend_application_app_error_errorboundary"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_app_homeclient_homeclientprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/HomeClient.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_homeclient",
|
|
"target": "frontend_application_app_homeclient_homeclient"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/layout.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_layout",
|
|
"target": "frontend_application_app_layout_generatemetadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/layout.tsx",
|
|
"source_location": "L94",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_layout",
|
|
"target": "frontend_application_app_layout_rootlayout"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/loading.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_loading",
|
|
"target": "frontend_application_app_loading_globalloading"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/not-found.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_not_found",
|
|
"target": "frontend_application_app_not_found_notfound"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_page",
|
|
"target": "frontend_application_app_page_gethomedata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_page",
|
|
"target": "frontend_application_app_page_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/page.tsx",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_page",
|
|
"target": "frontend_application_app_page_home"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/privacy/page.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_privacy_page",
|
|
"target": "frontend_application_app_privacy_page_privacypage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/privacy/page.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_privacy_page",
|
|
"target": "frontend_application_app_privacy_page_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/profile/page.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_profile_page",
|
|
"target": "frontend_application_app_profile_page_profilepage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/robots.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_robots",
|
|
"target": "frontend_application_app_robots_robots"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/search/page.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_search_page",
|
|
"target": "frontend_application_app_search_page_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/search/page.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_search_page",
|
|
"target": "frontend_application_app_search_page_searchpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/shop/page.tsx",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_shop_page",
|
|
"target": "frontend_application_app_shop_page_shop"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/shop/page.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_shop_page",
|
|
"target": "frontend_application_app_shop_page_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_shop_slug_page",
|
|
"target": "frontend_application_app_shop_slug_page_shopproductpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_shop_slug_page",
|
|
"target": "frontend_application_app_shop_slug_page_generatemetadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/sitemap.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_sitemap",
|
|
"target": "frontend_application_app_sitemap_sitemap"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/track/page.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_track_page",
|
|
"target": "frontend_application_app_track_page_trackpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/trust-seals/page.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_trust_seals_page",
|
|
"target": "frontend_application_app_trust_seals_page_trustsealspage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/trust-seals/page.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_trust_seals_page",
|
|
"target": "frontend_application_app_trust_seals_page_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/videos/page.tsx",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_videos_page",
|
|
"target": "frontend_application_app_videos_page_videos"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/wiki/page.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_wiki_page",
|
|
"target": "frontend_application_app_wiki_page_wikipage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/wiki/page.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_wiki_page",
|
|
"target": "frontend_application_app_wiki_page_metadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_wiki_slug_page",
|
|
"target": "frontend_application_app_wiki_slug_page_generatemetadata"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_wiki_slug_page",
|
|
"target": "frontend_application_app_wiki_slug_page_wikitermpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_app_wiki_slug_page",
|
|
"target": "frontend_application_app_wiki_slug_page_getwikiterm"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_components_addressmodal_addressmodalprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AddressModal.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_addressmodal",
|
|
"target": "frontend_application_components_addressmodal_addressmodal"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L225",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_components_archivepage_archivepage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_components_archivepage_icon_map"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_components_archivepage_category_map"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ArchivePage.tsx",
|
|
"source_location": "L72",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_archivepage",
|
|
"target": "frontend_application_components_archivepage_archiveproductcard"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_authmodal",
|
|
"target": "frontend_application_components_authmodal_authmodalprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/AuthModal.tsx",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_authmodal",
|
|
"target": "frontend_application_components_authmodal_authmodal"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_components_b2bportal_b2bportal"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/BackButton.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_backbutton",
|
|
"target": "frontend_application_components_backbutton_backbutton"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/BackButton.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_backbutton",
|
|
"target": "frontend_application_components_backbutton_backbuttonprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/BlogPage.tsx",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_blogpage",
|
|
"target": "frontend_application_components_blogpage_blogpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/BlogPage.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_blogpage",
|
|
"target": "frontend_application_components_blogpage_blogpost"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CartDrawer.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_cartdrawer",
|
|
"target": "frontend_application_components_cartdrawer_cartdrawer"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/CheckoutPage.tsx",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_checkoutpage",
|
|
"target": "frontend_application_components_checkoutpage_checkoutpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ContactFormClient.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_contactformclient",
|
|
"target": "frontend_application_components_contactformclient_contactformclient"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ContactFormClient.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_contactformclient",
|
|
"target": "frontend_application_components_contactformclient_contactinfoitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/DeleteConfirmModal.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_deleteconfirmmodal",
|
|
"target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/DeleteConfirmModal.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_deleteconfirmmodal",
|
|
"target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/EnamadBadge.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_enamadbadge",
|
|
"target": "frontend_application_components_enamadbadge_enamadbadge"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_errorboundary",
|
|
"target": "frontend_application_components_errorboundary_state"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_errorboundary",
|
|
"target": "frontend_application_components_errorboundary_errorboundary"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_errorboundary",
|
|
"target": "frontend_application_components_errorboundary_props"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ErrorPages.tsx",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_errorpages",
|
|
"target": "frontend_application_components_errorpages_servererrorpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ErrorPages.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_errorpages",
|
|
"target": "frontend_application_components_errorpages_notfoundpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L139",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_components_featuredproducts_featuredproducts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/FeaturedProducts.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_featuredproducts",
|
|
"target": "frontend_application_components_featuredproducts_productcard"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Footer.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_footer",
|
|
"target": "frontend_application_components_footer_footer"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_components_header_menu_icons"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_header",
|
|
"target": "frontend_application_components_header_header"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/HeaderButton.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_headerbutton",
|
|
"target": "frontend_application_components_headerbutton_headerbutton"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/HeaderButton.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_headerbutton",
|
|
"target": "frontend_application_components_headerbutton_headerbuttonprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_hero",
|
|
"target": "frontend_application_components_hero_hero"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Hero.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_hero",
|
|
"target": "frontend_application_components_hero_statcounter"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ingredientwiki",
|
|
"target": "frontend_application_components_ingredientwiki_ingredientwiki"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_loginmodal",
|
|
"target": "frontend_application_components_loginmodal_loginmodalprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/LoginModal.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_loginmodal",
|
|
"target": "frontend_application_components_loginmodal_loginmodal"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/MaintenancePage.tsx",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_maintenancepage",
|
|
"target": "frontend_application_components_maintenancepage_maintenancepage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/NetworkBanner.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_networkbanner",
|
|
"target": "frontend_application_components_networkbanner_networkbanner"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderDetailsModal.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_orderdetailsmodal",
|
|
"target": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderDetailsModal.tsx",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_orderdetailsmodal",
|
|
"target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderSuccess.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ordersuccess",
|
|
"target": "frontend_application_components_ordersuccess_ordersuccess"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/OrderTracking.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_ordertracking",
|
|
"target": "frontend_application_components_ordertracking_ordertracking"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PetProfile.tsx",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_petprofile",
|
|
"target": "frontend_application_components_petprofile_petprofile"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_prescriptionuploadmodal",
|
|
"target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_prescriptionuploadmodal",
|
|
"target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_components_productpage_icon_map"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_components_productpage_calculatorstate"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_components_productpage_usecalculatorstore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ProductPage.tsx",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_productpage",
|
|
"target": "frontend_application_components_productpage_productpage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SafeImage.tsx",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_safeimage",
|
|
"target": "frontend_application_components_safeimage_safeimage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SafeImage.tsx",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_safeimage",
|
|
"target": "frontend_application_components_safeimage_safeimageprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchableSelect.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchableselect",
|
|
"target": "frontend_application_components_searchableselect_searchableselect"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchableSelect.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchableselect",
|
|
"target": "frontend_application_components_searchableselect_searchableselectprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SearchResultsPage.tsx",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_searchresultspage",
|
|
"target": "frontend_application_components_searchresultspage_searchresultspage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_skeleton",
|
|
"target": "frontend_application_components_skeleton_productcardskeleton"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_skeleton",
|
|
"target": "frontend_application_components_skeleton_skeletonprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_skeleton",
|
|
"target": "frontend_application_components_skeleton_petprofileskeleton"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_skeleton",
|
|
"target": "frontend_application_components_skeleton_orderrowskeleton"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Skeleton.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_skeleton",
|
|
"target": "frontend_application_components_skeleton_skeleton"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_components_smartadvisor_smartadvisorprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_components_smartadvisor_current_symptoms"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_components_smartadvisor_medical_histories"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/SmartAdvisor.tsx",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_smartadvisor",
|
|
"target": "frontend_application_components_smartadvisor_smartadvisor"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_cartdrawer_test",
|
|
"target": "frontend_application_components_tests_cartdrawer_test_mockproduct"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tests_featuredproducts_test",
|
|
"target": "frontend_application_components_tests_featuredproducts_test_mockproducts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TickerBanner.tsx",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tickerbanner",
|
|
"target": "frontend_application_components_tickerbanner_tickerbanner"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Tooltip.tsx",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tooltip",
|
|
"target": "frontend_application_components_tooltip_tooltip"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/Tooltip.tsx",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_tooltip",
|
|
"target": "frontend_application_components_tooltip_tooltipprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_topupmodal",
|
|
"target": "frontend_application_components_topupmodal_preset_amounts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_topupmodal",
|
|
"target": "frontend_application_components_topupmodal_topupmodal"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/TopUpModal.tsx",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_topupmodal",
|
|
"target": "frontend_application_components_topupmodal_topupmodalprops"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/UserDashboard.tsx",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_userdashboard",
|
|
"target": "frontend_application_components_userdashboard_userdashboard"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_components_vetgallery_testimonialitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_components_vetgallery_fallback_videos"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_components_vetgallery_displayvideoitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VetGallery.tsx",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_vetgallery",
|
|
"target": "frontend_application_components_vetgallery_vetgallery"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VideosPage.tsx",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_videospage",
|
|
"target": "frontend_application_components_videospage_fallback_videos"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/VideosPage.tsx",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_videospage",
|
|
"target": "frontend_application_components_videospage_videospage"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/eslint.config.mjs",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_eslint_config",
|
|
"target": "frontend_application_eslint_config_eslintconfig"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_products",
|
|
"target": "frontend_application_lib_data_products_specialist"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_products",
|
|
"target": "frontend_application_lib_data_products_ingredientinfo"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L110",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_products",
|
|
"target": "frontend_application_lib_data_products_products"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_products",
|
|
"target": "frontend_application_lib_data_products_dosageresult"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_products",
|
|
"target": "frontend_application_lib_data_products_faq"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_products",
|
|
"target": "frontend_application_lib_data_products_product"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_products",
|
|
"target": "frontend_application_lib_data_products_ingredients_wiki"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/products.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_products",
|
|
"target": "frontend_application_lib_data_products_pettype"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/provinces.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_provinces",
|
|
"target": "frontend_application_lib_data_provinces_iran_provinces"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/provinces.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_provinces",
|
|
"target": "frontend_application_lib_data_provinces_province_cities"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/scientificTerms.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_scientificterms",
|
|
"target": "frontend_application_lib_data_scientificterms_scientificterm"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/data/scientificTerms.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_data_scientificterms",
|
|
"target": "frontend_application_lib_data_scientificterms_scientific_terms"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/hooks/useNetworkStatus.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_hooks_usenetworkstatus",
|
|
"target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/api.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_api",
|
|
"target": "frontend_application_lib_services_api_api"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/api.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_api",
|
|
"target": "frontend_application_lib_services_api_apierrorpayload"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L154",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authresponse"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice",
|
|
"target": "frontend_application_lib_services_authservice_apierr"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice",
|
|
"target": "frontend_application_lib_services_authservice_user"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice",
|
|
"target": "frontend_application_lib_services_orderservice_order"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice",
|
|
"target": "frontend_application_lib_services_orderservice_apierr"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice",
|
|
"target": "frontend_application_lib_services_orderservice_orderitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L96",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice",
|
|
"target": "frontend_application_lib_services_orderservice_orderservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice",
|
|
"target": "frontend_application_lib_services_productservice_backendproduct"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L256",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice",
|
|
"target": "frontend_application_lib_services_productservice_productservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice",
|
|
"target": "frontend_application_lib_services_productservice_category_slug_to_name"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/videoService.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_videoservice",
|
|
"target": "frontend_application_lib_services_videoservice_videoservice"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/videoService.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_videoservice",
|
|
"target": "frontend_application_lib_services_videoservice_video"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore",
|
|
"target": "frontend_application_lib_store_cartstore_order"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore",
|
|
"target": "frontend_application_lib_store_cartstore_cartstore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore",
|
|
"target": "frontend_application_lib_store_cartstore_usecartstore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/cartStore.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_cartstore",
|
|
"target": "frontend_application_lib_store_cartstore_cartitem"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/settingsStore.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_settingsstore",
|
|
"target": "frontend_application_lib_store_settingsstore_settingsstore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/settingsStore.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_settingsstore",
|
|
"target": "frontend_application_lib_store_settingsstore_usesettingsstore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/settingsStore.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_settingsstore",
|
|
"target": "frontend_application_lib_store_settingsstore_scientificterm"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_tests_cartstore_test",
|
|
"target": "frontend_application_lib_store_tests_cartstore_test_mockproduct"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/uiStore.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_uistore",
|
|
"target": "frontend_application_lib_store_uistore_useuistore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/uiStore.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_uistore",
|
|
"target": "frontend_application_lib_store_uistore_uistate"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_usepetstore",
|
|
"target": "frontend_application_lib_store_usepetstore_healthlog"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_usepetstore",
|
|
"target": "frontend_application_lib_store_usepetstore_petconsumption"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_usepetstore",
|
|
"target": "frontend_application_lib_store_usepetstore_petprofile"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_usepetstore",
|
|
"target": "frontend_application_lib_store_usepetstore_petstore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_usepetstore",
|
|
"target": "frontend_application_lib_store_usepetstore_usepetstore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/usePetStore.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_usepetstore",
|
|
"target": "frontend_application_lib_store_usepetstore_reminder"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_store_userstore_userrole"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_store_userstore_address"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_store_userstore_transaction"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_store_userstore_userprofile"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_store_userstore_userstore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/store/userStore.ts",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_store_userstore",
|
|
"target": "frontend_application_lib_store_userstore_useuserstore"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_banner"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L102",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_homeapiresponse"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L109",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_navigationtarget"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L111",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_navigationhandler"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_smartadvisorrule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_testimonial"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_ingredient"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_prescription"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_b2binquiry"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L82",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_partneraccount"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/types.ts",
|
|
"source_location": "L94",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_types",
|
|
"target": "frontend_application_lib_types_dosageconfig"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/utils.ts",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_utils",
|
|
"target": "frontend_application_lib_utils_topersian"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/utils.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_utils",
|
|
"target": "frontend_application_lib_utils_cn"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/utils.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_utils",
|
|
"target": "frontend_application_lib_utils_toenglishdigits"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/next.config.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_next_config",
|
|
"target": "frontend_application_next_config_nextconfig"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/next.config.ts",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_next_config",
|
|
"target": "frontend_application_next_config_securityheaders"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package",
|
|
"target": "frontend_application_package_dependencies"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package",
|
|
"target": "frontend_application_package_name"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package",
|
|
"target": "frontend_application_package_devdependencies"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package",
|
|
"target": "frontend_application_package_version"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package",
|
|
"target": "frontend_application_package_private"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package",
|
|
"target": "frontend_application_package_scripts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies",
|
|
"target": "frontend_application_package_dependencies_axios"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies",
|
|
"target": "frontend_application_package_dependencies_lucide_react"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies",
|
|
"target": "frontend_application_package_dependencies_motion"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies",
|
|
"target": "frontend_application_package_dependencies_next"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies",
|
|
"target": "frontend_application_package_dependencies_react"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies",
|
|
"target": "frontend_application_package_dependencies_react_dom"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies",
|
|
"target": "frontend_application_package_dependencies_sonner"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_dependencies",
|
|
"target": "frontend_application_package_dependencies_zustand"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_tailwindcss_postcss"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_testing_library_jest_dom"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_testing_library_react"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_types_node"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_types_react"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_types_react_dom"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_vitejs_plugin_react"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_eslint"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_eslint_config_next"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_jsdom"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_tailwindcss"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_typescript"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_devdependencies",
|
|
"target": "frontend_application_package_devdependencies_vitest"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_scripts",
|
|
"target": "frontend_application_package_scripts_dev"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_scripts",
|
|
"target": "frontend_application_package_scripts_build"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_scripts",
|
|
"target": "frontend_application_package_scripts_start"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/package.json",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_package_scripts",
|
|
"target": "frontend_application_package_scripts_lint"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/postcss.config.mjs",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_postcss_config",
|
|
"target": "frontend_application_postcss_config_config"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig",
|
|
"target": "frontend_application_tsconfig_compileroptions"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig",
|
|
"target": "frontend_application_tsconfig_include"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig",
|
|
"target": "frontend_application_tsconfig_exclude"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_module"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_moduleresolution"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_resolvejsonmodule"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_isolatedmodules"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_jsx"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_incremental"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_plugins"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_paths"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_target"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_lib"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_allowjs"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_skiplibcheck"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_strict"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_noemit"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/tsconfig.json",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_tsconfig_compileroptions",
|
|
"target": "frontend_application_tsconfig_compileroptions_esmoduleinterop"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/vitest.setup.ts",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_vitest_setup",
|
|
"target": "frontend_application_vitest_setup_mockintersectionobserver"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn",
|
|
"target": "gitea_scripts_with_vpn_sh__entry"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package",
|
|
"target": "package_devdependencies"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package",
|
|
"target": "package_name"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L3",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package",
|
|
"target": "package_version"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package",
|
|
"target": "package_private"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package",
|
|
"target": "package_scripts"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_devdependencies",
|
|
"target": "package_devdependencies_concurrently"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_scripts",
|
|
"target": "package_scripts_dev"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_scripts",
|
|
"target": "package_scripts_build_backend"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_scripts",
|
|
"target": "package_scripts_build_frontend"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_scripts",
|
|
"target": "package_scripts_build_admin"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_scripts",
|
|
"target": "package_scripts_build"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_scripts",
|
|
"target": "package_scripts_start"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_scripts",
|
|
"target": "package_scripts_install_all"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_scripts",
|
|
"target": "package_scripts_dev_backend"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_scripts",
|
|
"target": "package_scripts_dev_frontend"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "package.json",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "package_scripts",
|
|
"target": "package_scripts_dev_admin"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/backup_db.sh",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_backup_db",
|
|
"target": "scripts_backup_db_sh__entry"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/deploy.sh",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_deploy",
|
|
"target": "scripts_deploy_sh__entry"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_open_browsers",
|
|
"target": "scripts_open_browsers_exec"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_open_browsers",
|
|
"target": "scripts_open_browsers_openurl"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_open_browsers",
|
|
"target": "scripts_open_browsers_http"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_open_browsers",
|
|
"target": "scripts_open_browsers_checkandopen"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/open-browsers.js",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_open_browsers",
|
|
"target": "scripts_open_browsers_urls"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_start_dev",
|
|
"target": "scripts_start_dev_spawn"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L2",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_start_dev",
|
|
"target": "scripts_start_dev_http"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_start_dev",
|
|
"target": "scripts_start_dev_backend"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_start_dev",
|
|
"target": "scripts_start_dev_waitforbackend"
|
|
},
|
|
{
|
|
"relation": "contains",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "start.sh",
|
|
"source_location": "L1",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "start",
|
|
"target": "start_sh__entry"
|
|
},
|
|
{
|
|
"relation": "defines",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn",
|
|
"target": "gitea_scripts_with_vpn_log"
|
|
},
|
|
{
|
|
"relation": "defines",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn",
|
|
"target": "gitea_scripts_with_vpn_vpn_is_up"
|
|
},
|
|
{
|
|
"relation": "defines",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn",
|
|
"target": "gitea_scripts_with_vpn_start_vpn"
|
|
},
|
|
{
|
|
"relation": "defines",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn",
|
|
"target": "gitea_scripts_with_vpn_stop_vpn"
|
|
},
|
|
{
|
|
"relation": "defines",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": ".gitea/scripts/with-vpn.sh",
|
|
"source_location": "L65",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "gitea_scripts_with_vpn",
|
|
"target": "gitea_scripts_with_vpn_cleanup"
|
|
},
|
|
{
|
|
"relation": "defines",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/deploy.sh",
|
|
"source_location": "L4",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_deploy",
|
|
"target": "scripts_deploy_docker_buildkit"
|
|
},
|
|
{
|
|
"relation": "defines",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "scripts/deploy.sh",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "scripts_deploy",
|
|
"target": "scripts_deploy_compose_docker_cli_build"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_b2bmanager"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_bannersmanager"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_blogs"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_categories"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_cms"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_contactsubmissions"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_coupons"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_dashboard"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_financialsettingspage"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_ingredientsmanager"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_media"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_orders"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_pets"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_prescriptionsmanager"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_products"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_reports"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_seosettingspage"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_settings"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_smartadvisormanager"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_systemsettingspage"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_testimonialsmanager"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_uitexts"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_users"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_videos"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_wholesaleapplications"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_admin_panel_src_routes_adminroutes",
|
|
"target": "frontend_admin_panel_src_pages_wiki"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/B2BPortal.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_b2bportal",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "dynamic_import",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_prescriptionuploadmodal",
|
|
"target": "frontend_application_lib_services_api"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_updateproduct"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L110",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_deleteproduct"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L120",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_getorders"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L127",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_updateorderstatus"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L145",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_getcoupons"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L152",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_createcoupon"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L159",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_updatecoupon"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L166",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_togglecoupon"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L176",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_deletecoupon"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L183",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_getdoctors"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L190",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_createdoctor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L206",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_updatedoctor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L223",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_deletedoctor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L230",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_getsettings"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L237",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_updatesettings"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_getdashboardstats"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_getusers"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_getuserdetails"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_updateuserrole"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_adjustwallet"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L86",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_getproducts"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.controller.ts",
|
|
"source_location": "L93",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_controller_admincontroller",
|
|
"target": "backend_src_admin_admin_controller_admincontroller_createproduct"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L113",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_getusers"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L158",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_getuserdetails"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L172",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_updateuserrole"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L179",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_getproducts"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L218",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_createproduct"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L266",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_updateproduct"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L323",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_deleteproduct"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L329",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_getorders"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L374",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_updateorderstatus"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L393",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_getcoupons"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L424",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_createcoupon"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L451",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_updatecoupon"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L481",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_togglecoupon"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L488",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_deletecoupon"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L494",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_getsettings"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L502",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_updatesettings"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L515",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_getpets"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L565",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_getdoctors"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L571",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_createdoctor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L581",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_updatedoctor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L594",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_deletedoctor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L598",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_adjustuserwallet"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/admin.service.ts",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_admin_service_adminservice",
|
|
"target": "backend_src_admin_admin_service_adminservice_getdashboardstats"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller",
|
|
"target": "backend_src_admin_blogs_controller_blogscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L37",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller",
|
|
"target": "backend_src_admin_blogs_controller_blogscontroller_getblogs"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller",
|
|
"target": "backend_src_admin_blogs_controller_blogscontroller_createblog"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller",
|
|
"target": "backend_src_admin_blogs_controller_blogscontroller_updateblog"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.controller.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_controller_blogscontroller",
|
|
"target": "backend_src_admin_blogs_controller_blogscontroller_deleteblog"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service_blogsservice",
|
|
"target": "backend_src_admin_blogs_service_blogsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service_blogsservice",
|
|
"target": "backend_src_admin_blogs_service_blogsservice_getblogs"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service_blogsservice",
|
|
"target": "backend_src_admin_blogs_service_blogsservice_createblog"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service_blogsservice",
|
|
"target": "backend_src_admin_blogs_service_blogsservice_updateblog"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/blogs.service.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_blogs_service_blogsservice",
|
|
"target": "backend_src_admin_blogs_service_blogsservice_deleteblog"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"target": "backend_src_admin_categories_controller_categoriescontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"target": "backend_src_admin_categories_controller_categoriescontroller_getcategories"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"target": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"target": "backend_src_admin_categories_controller_categoriescontroller_createcategory"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"target": "backend_src_admin_categories_controller_categoriescontroller_updatecategory"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.controller.ts",
|
|
"source_location": "L66",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_controller_categoriescontroller",
|
|
"target": "backend_src_admin_categories_controller_categoriescontroller_deletecategory"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service_categoriesservice",
|
|
"target": "backend_src_admin_categories_service_categoriesservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service_categoriesservice",
|
|
"target": "backend_src_admin_categories_service_categoriesservice_getcategories"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service_categoriesservice",
|
|
"target": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service_categoriesservice",
|
|
"target": "backend_src_admin_categories_service_categoriesservice_createcategory"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service_categoriesservice",
|
|
"target": "backend_src_admin_categories_service_categoriesservice_updatecategory"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/categories.service.ts",
|
|
"source_location": "L68",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_categories_service_categoriesservice",
|
|
"target": "backend_src_admin_categories_service_categoriesservice_deletecategory"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller",
|
|
"target": "backend_src_admin_media_controller_mediacontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller",
|
|
"target": "backend_src_admin_media_controller_mediacontroller_getallmedia"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller",
|
|
"target": "backend_src_admin_media_controller_mediacontroller_uploadfile"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller",
|
|
"target": "backend_src_admin_media_controller_mediacontroller_deletemedia"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_controller_mediacontroller",
|
|
"target": "backend_src_admin_media_controller_mediacontroller_updatemedia"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_service_mediaservice",
|
|
"target": "backend_src_admin_media_service_mediaservice_getallmedia"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_service_mediaservice",
|
|
"target": "backend_src_admin_media_service_mediaservice_uploadfile"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_service_mediaservice",
|
|
"target": "backend_src_admin_media_service_mediaservice_deletemedia"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L65",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_service_mediaservice",
|
|
"target": "backend_src_admin_media_service_mediaservice_updatemedia"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/media.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_media_service_mediaservice",
|
|
"target": "backend_src_admin_media_service_mediaservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller",
|
|
"target": "backend_src_admin_pets_controller_petscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller",
|
|
"target": "backend_src_admin_pets_controller_petscontroller_getpets"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.controller.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_controller_petscontroller",
|
|
"target": "backend_src_admin_pets_controller_petscontroller_deletepet"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_service_petsservice",
|
|
"target": "backend_src_admin_pets_service_petsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_service_petsservice",
|
|
"target": "backend_src_admin_pets_service_petsservice_getpets"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/pets.service.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_pets_service_petsservice",
|
|
"target": "backend_src_admin_pets_service_petsservice_deletepet"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller_reportscontroller",
|
|
"target": "backend_src_admin_reports_controller_reportscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.controller.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_controller_reportscontroller",
|
|
"target": "backend_src_admin_reports_controller_reportscontroller_getreports"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_service_reportsservice",
|
|
"target": "backend_src_admin_reports_service_reportsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/reports.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_reports_service_reportsservice",
|
|
"target": "backend_src_admin_reports_service_reportsservice_getdashboardreports"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller",
|
|
"target": "backend_src_admin_wiki_controller_wikicontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller",
|
|
"target": "backend_src_admin_wiki_controller_wikicontroller_getterms"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller",
|
|
"target": "backend_src_admin_wiki_controller_wikicontroller_createterm"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller",
|
|
"target": "backend_src_admin_wiki_controller_wikicontroller_updateterm"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_controller_wikicontroller",
|
|
"target": "backend_src_admin_wiki_controller_wikicontroller_deleteterm"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service_wikiservice",
|
|
"target": "backend_src_admin_wiki_service_wikiservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service_wikiservice",
|
|
"target": "backend_src_admin_wiki_service_wikiservice_getterms"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service_wikiservice",
|
|
"target": "backend_src_admin_wiki_service_wikiservice_createterm"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service_wikiservice",
|
|
"target": "backend_src_admin_wiki_service_wikiservice_updateterm"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/admin/wiki.service.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_admin_wiki_service_wikiservice",
|
|
"target": "backend_src_admin_wiki_service_wikiservice_deleteterm"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller_appcontroller",
|
|
"target": "backend_src_app_controller_appcontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.controller.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_controller_appcontroller",
|
|
"target": "backend_src_app_controller_appcontroller_gethello"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L74",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module_appmodule",
|
|
"target": "backend_src_app_module_appmodule_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.module.ts",
|
|
"source_location": "L76",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_module_appmodule",
|
|
"target": "backend_src_app_module_appmodule_configure"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/app.service.ts",
|
|
"source_location": "L5",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_app_service_appservice",
|
|
"target": "backend_src_app_service_appservice_gethello"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller",
|
|
"target": "backend_src_auth_auth_controller_authcontroller_verifyotp"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L111",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller",
|
|
"target": "backend_src_auth_auth_controller_authcontroller_register"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L120",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller",
|
|
"target": "backend_src_auth_auth_controller_authcontroller_login"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L129",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller",
|
|
"target": "backend_src_auth_auth_controller_authcontroller_adminlogin"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller",
|
|
"target": "backend_src_auth_auth_controller_authcontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_controller_authcontroller",
|
|
"target": "backend_src_auth_auth_controller_authcontroller_sendotp"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L103",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice",
|
|
"target": "backend_src_auth_auth_service_authservice_register"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L152",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice",
|
|
"target": "backend_src_auth_auth_service_authservice_login"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L192",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice",
|
|
"target": "backend_src_auth_auth_service_authservice_adminlogin"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice",
|
|
"target": "backend_src_auth_auth_service_authservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice",
|
|
"target": "backend_src_auth_auth_service_authservice_sendotp"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/auth.service.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_auth_service_authservice",
|
|
"target": "backend_src_auth_auth_service_authservice_verifyotp"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt-auth.guard.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_auth_guard_jwtauthguard",
|
|
"target": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_strategy_jwtstrategy",
|
|
"target": "backend_src_auth_jwt_strategy_jwtstrategy_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/auth/jwt.strategy.ts",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_auth_jwt_strategy_jwtstrategy",
|
|
"target": "backend_src_auth_jwt_strategy_jwtstrategy_validate"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
|
|
"target": "backend_src_b2b_b2b_controller_b2bcontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
|
|
"target": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
|
|
"target": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
|
|
"target": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
|
|
"target": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L73",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
|
|
"target": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.controller.ts",
|
|
"source_location": "L86",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_controller_b2bcontroller",
|
|
"target": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service_b2bservice",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service_b2bservice",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice_createinquiry"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service_b2bservice",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice_findallinquiries"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service_b2bservice",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service_b2bservice",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service_b2bservice",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/b2b/b2b.service.ts",
|
|
"source_location": "L95",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_b2b_b2b_service_b2bservice",
|
|
"target": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller",
|
|
"target": "backend_src_banners_banners_controller_bannerscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller",
|
|
"target": "backend_src_banners_banners_controller_bannerscontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller",
|
|
"target": "backend_src_banners_banners_controller_bannerscontroller_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller",
|
|
"target": "backend_src_banners_banners_controller_bannerscontroller_reorder"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller",
|
|
"target": "backend_src_banners_banners_controller_bannerscontroller_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.controller.ts",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_controller_bannerscontroller",
|
|
"target": "backend_src_banners_banners_controller_bannerscontroller_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service_bannersservice",
|
|
"target": "backend_src_banners_banners_service_bannersservice_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service_bannersservice",
|
|
"target": "backend_src_banners_banners_service_bannersservice_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service_bannersservice",
|
|
"target": "backend_src_banners_banners_service_bannersservice_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service_bannersservice",
|
|
"target": "backend_src_banners_banners_service_bannersservice_reorder"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service_bannersservice",
|
|
"target": "backend_src_banners_banners_service_bannersservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/banners/banners.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_banners_banners_service_bannersservice",
|
|
"target": "backend_src_banners_banners_service_bannersservice_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller",
|
|
"target": "backend_src_blogs_blogs_controller_blogscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller",
|
|
"target": "backend_src_blogs_blogs_controller_blogscontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_controller_blogscontroller",
|
|
"target": "backend_src_blogs_blogs_controller_blogscontroller_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service_blogsservice",
|
|
"target": "backend_src_blogs_blogs_service_blogsservice_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service_blogsservice",
|
|
"target": "backend_src_blogs_blogs_service_blogsservice_findonebyslug"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/blogs/blogs.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_blogs_blogs_service_blogsservice",
|
|
"target": "backend_src_blogs_blogs_service_blogsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L101",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L110",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L33",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_getherobanners"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_createherobanner"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_updateherobanner"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L73",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L82",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L89",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.controller.ts",
|
|
"source_location": "L95",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_controller_cmscontroller",
|
|
"target": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_getherobanners"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_createherobanner"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_updateherobanner"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_deleteherobanner"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_getvettestimonials"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L41",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_createvettestimonial"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L45",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_updatevettestimonial"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_deletevettestimonial"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/cms/cms.service.ts",
|
|
"source_location": "L82",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_cms_cms_service_cmsservice",
|
|
"target": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L114",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter",
|
|
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L16",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter",
|
|
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/http-exception.filter.ts",
|
|
"source_location": "L91",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter",
|
|
"target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/filters/prisma-exception.filter.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter",
|
|
"target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard_rolesguard",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/guards/roles.guard.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_guards_roles_guard_rolesguard",
|
|
"target": "backend_src_common_guards_roles_guard_rolesguard_canactivate"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor",
|
|
"target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L11",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller_metricscontroller",
|
|
"target": "backend_src_common_metrics_controller_metricscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller_metricscontroller",
|
|
"target": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/metrics.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_metrics_controller_metricscontroller",
|
|
"target": "backend_src_common_metrics_controller_metricscontroller_getmetrics"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L107",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L126",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendshippingnotification"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L145",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendb2bnotification"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L163",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L182",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendsms"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendpatternsms"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/common/services/sms.service.ts",
|
|
"source_location": "L92",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_common_services_sms_service_smsservice",
|
|
"target": "backend_src_common_services_sms_service_smsservice_sendotp"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller",
|
|
"target": "backend_src_contact_contact_controller_contactcontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller",
|
|
"target": "backend_src_contact_contact_controller_contactcontroller_submitcontact"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller",
|
|
"target": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L42",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller",
|
|
"target": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller",
|
|
"target": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.controller.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_controller_contactcontroller",
|
|
"target": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L125",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service_contactservice",
|
|
"target": "backend_src_contact_contact_service_contactservice_getallsubmissions"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L148",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service_contactservice",
|
|
"target": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L159",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service_contactservice",
|
|
"target": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service_contactservice",
|
|
"target": "backend_src_contact_contact_service_contactservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service_contactservice",
|
|
"target": "backend_src_contact_contact_service_contactservice_submitcontactform"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/contact/contact.service.ts",
|
|
"source_location": "L77",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_contact_contact_service_contactservice",
|
|
"target": "backend_src_contact_contact_service_contactservice_getcontactinfo"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller_homecontroller",
|
|
"target": "backend_src_home_home_controller_homecontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_controller_homecontroller",
|
|
"target": "backend_src_home_home_controller_homecontroller_gethomedata"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_service_homeservice",
|
|
"target": "backend_src_home_home_service_homeservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/home/home.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_home_home_service_homeservice",
|
|
"target": "backend_src_home_home_service_homeservice_gethomedata"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
|
|
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
|
|
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
|
|
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
|
|
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
|
|
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.controller.ts",
|
|
"source_location": "L58",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_controller_ingredientscontroller",
|
|
"target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
|
|
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
|
|
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
|
|
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
|
|
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
|
|
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/ingredients/ingredients.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_ingredients_ingredients_service_ingredientsservice",
|
|
"target": "backend_src_ingredients_ingredients_service_ingredientsservice_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L110",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller",
|
|
"target": "backend_src_orders_orders_controller_orderscontroller_validatecoupon"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L146",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller",
|
|
"target": "backend_src_orders_orders_controller_orderscontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L189",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller",
|
|
"target": "backend_src_orders_orders_controller_orderscontroller_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller",
|
|
"target": "backend_src_orders_orders_controller_orderscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.controller.ts",
|
|
"source_location": "L85",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_controller_orderscontroller",
|
|
"target": "backend_src_orders_orders_controller_orderscontroller_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice",
|
|
"target": "backend_src_orders_orders_service_ordersservice_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice",
|
|
"target": "backend_src_orders_orders_service_ordersservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice",
|
|
"target": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice",
|
|
"target": "backend_src_orders_orders_service_ordersservice_validatecoupon"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L283",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice",
|
|
"target": "backend_src_orders_orders_service_ordersservice_updatestatus"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L314",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice",
|
|
"target": "backend_src_orders_orders_service_ordersservice_findallbyuser"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L347",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice",
|
|
"target": "backend_src_orders_orders_service_ordersservice_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/orders/orders.service.ts",
|
|
"source_location": "L361",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_orders_orders_service_ordersservice",
|
|
"target": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L117",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_petscontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L154",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_petscontroller_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L185",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_petscontroller_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L215",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_petscontroller_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L221",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_petscontroller_addreminder"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L231",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_petscontroller_togglereminder"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L247",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_petscontroller_addhealthlog"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_petscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.controller.ts",
|
|
"source_location": "L81",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_controller_petscontroller",
|
|
"target": "backend_src_pets_pets_controller_petscontroller_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L109",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_petsservice_findallbyuser"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L150",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_petsservice_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L161",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_petsservice_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L191",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_petsservice_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L198",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_petsservice_addreminder"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L211",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_petsservice_togglereminder"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_petsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_petsservice_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L260",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_petsservice_addhealthlog"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/pets/pets.service.ts",
|
|
"source_location": "L49",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_pets_pets_service_petsservice",
|
|
"target": "backend_src_pets_pets_service_petsservice_findalladmin"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L28",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L51",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L61",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.controller.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
|
|
"target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice",
|
|
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L115",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice",
|
|
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice",
|
|
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L84",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice",
|
|
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prescriptions/prescriptions.service.ts",
|
|
"source_location": "L98",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice",
|
|
"target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prisma/prisma.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prisma_prisma_service_prismaservice",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/prisma/prisma.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_prisma_prisma_service_prismaservice",
|
|
"target": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller",
|
|
"target": "backend_src_products_products_controller_productscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller",
|
|
"target": "backend_src_products_products_controller_productscontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller",
|
|
"target": "backend_src_products_products_controller_productscontroller_getactivefilters"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L47",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller",
|
|
"target": "backend_src_products_products_controller_productscontroller_getnavigationfilters"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L53",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller",
|
|
"target": "backend_src_products_products_controller_productscontroller_getdosageconfig"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller",
|
|
"target": "backend_src_products_products_controller_productscontroller_updatedosageconfig"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.controller.ts",
|
|
"source_location": "L72",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_controller_productscontroller",
|
|
"target": "backend_src_products_products_controller_productscontroller_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_productsservice",
|
|
"target": "backend_src_products_products_service_productsservice_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L128",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_productsservice",
|
|
"target": "backend_src_products_products_service_productsservice_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L160",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_productsservice",
|
|
"target": "backend_src_products_products_service_productsservice_getactivefilters"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L195",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_productsservice",
|
|
"target": "backend_src_products_products_service_productsservice_getnavigationfilters"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L230",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_productsservice",
|
|
"target": "backend_src_products_products_service_productsservice_getdosageconfig"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L241",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_productsservice",
|
|
"target": "backend_src_products_products_service_productsservice_updatedosageconfig"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/products/products.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_products_products_service_productsservice",
|
|
"target": "backend_src_products_products_service_productsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_service_redisservice",
|
|
"target": "backend_src_redis_redis_service_redisservice_onmoduledestroy"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_service_redisservice",
|
|
"target": "backend_src_redis_redis_service_redisservice_set"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L27",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_service_redisservice",
|
|
"target": "backend_src_redis_redis_service_redisservice_get"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_service_redisservice",
|
|
"target": "backend_src_redis_redis_service_redisservice_del"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L35",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_service_redisservice",
|
|
"target": "backend_src_redis_redis_service_redisservice_incr"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/redis/redis.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_redis_redis_service_redisservice",
|
|
"target": "backend_src_redis_redis_service_redisservice_onmoduleinit"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L12",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller",
|
|
"target": "backend_src_seo_seo_controller_seocontroller_getsitemap"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller",
|
|
"target": "backend_src_seo_seo_controller_seocontroller_getproductschema"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.controller.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_controller_seocontroller",
|
|
"target": "backend_src_seo_seo_controller_seocontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_service_seoservice",
|
|
"target": "backend_src_seo_seo_service_seoservice_getproductschema"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L6",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_service_seoservice",
|
|
"target": "backend_src_seo_seo_service_seoservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/seo/seo.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_seo_seo_service_seoservice",
|
|
"target": "backend_src_seo_seo_service_seoservice_getsitemapurls"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L106",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L116",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L125",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_getuitexts"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_updateuitext"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_getscientificterms"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L59",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L78",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_getseosettings"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L87",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_updateseosettings"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.controller.ts",
|
|
"source_location": "L97",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_controller_settingscontroller",
|
|
"target": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L13",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_settingsservice",
|
|
"target": "backend_src_settings_settings_service_settingsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_settingsservice",
|
|
"target": "backend_src_settings_settings_service_settingsservice_getuitexts"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L31",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_settingsservice",
|
|
"target": "backend_src_settings_settings_service_settingsservice_updateuitext"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_settingsservice",
|
|
"target": "backend_src_settings_settings_service_settingsservice_getscientificterms"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_settingsservice",
|
|
"target": "backend_src_settings_settings_service_settingsservice_upsertscientificterm"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_settingsservice",
|
|
"target": "backend_src_settings_settings_service_settingsservice_deletescientificterm"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_settingsservice",
|
|
"target": "backend_src_settings_settings_service_settingsservice_getcategorysetting"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/settings/settings.service.ts",
|
|
"source_location": "L77",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_settings_settings_service_settingsservice",
|
|
"target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
|
|
"source_location": "L55",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
|
|
"target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L22",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice",
|
|
"target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
|
|
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L25",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
|
|
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
|
|
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
|
|
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.controller.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_controller_testimonialscontroller",
|
|
"target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
|
|
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
|
|
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
|
|
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L7",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
|
|
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/testimonials/testimonials.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_testimonials_testimonials_service_testimonialsservice",
|
|
"target": "backend_src_testimonials_testimonials_service_testimonialsservice_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L103",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_userscontroller_updateprofile"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L131",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_userscontroller_addaddress"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L159",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_userscontroller_updateaddress"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L179",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_userscontroller_deleteaddress"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L198",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_userscontroller_setdefaultaddress"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L223",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_userscontroller_topupwallet"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L44",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_userscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.controller.ts",
|
|
"source_location": "L68",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_controller_userscontroller",
|
|
"target": "backend_src_users_users_controller_userscontroller_getprofile"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L119",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice",
|
|
"target": "backend_src_users_users_service_usersservice_deleteaddress"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L125",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice",
|
|
"target": "backend_src_users_users_service_usersservice_setdefaultaddress"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L136",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice",
|
|
"target": "backend_src_users_users_service_usersservice_topupwallet"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L160",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice",
|
|
"target": "backend_src_users_users_service_usersservice_findbyphone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice",
|
|
"target": "backend_src_users_users_service_usersservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L20",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice",
|
|
"target": "backend_src_users_users_service_usersservice_findbyid"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice",
|
|
"target": "backend_src_users_users_service_usersservice_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L71",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice",
|
|
"target": "backend_src_users_users_service_usersservice_addaddress"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/users/users.service.ts",
|
|
"source_location": "L93",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_users_users_service_usersservice",
|
|
"target": "backend_src_users_users_service_usersservice_updateaddress"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller",
|
|
"target": "backend_src_videos_videos_controller_videoscontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller",
|
|
"target": "backend_src_videos_videos_controller_videoscontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller",
|
|
"target": "backend_src_videos_videos_controller_videoscontroller_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L48",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller",
|
|
"target": "backend_src_videos_videos_controller_videoscontroller_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L56",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller",
|
|
"target": "backend_src_videos_videos_controller_videoscontroller_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.controller.ts",
|
|
"source_location": "L67",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_controller_videoscontroller",
|
|
"target": "backend_src_videos_videos_controller_videoscontroller_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L15",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice",
|
|
"target": "backend_src_videos_videos_service_videosservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L17",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice",
|
|
"target": "backend_src_videos_videos_service_videosservice_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L57",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice",
|
|
"target": "backend_src_videos_videos_service_videosservice_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice",
|
|
"target": "backend_src_videos_videos_service_videosservice_create"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L83",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice",
|
|
"target": "backend_src_videos_videos_service_videosservice_update"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/videos/videos.service.ts",
|
|
"source_location": "L92",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_videos_videos_service_videosservice",
|
|
"target": "backend_src_videos_videos_service_videosservice_remove"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L21",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller",
|
|
"target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L29",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller",
|
|
"target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L43",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller",
|
|
"target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller",
|
|
"target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.controller.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_controller_wholesalecontroller",
|
|
"target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L14",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service_wholesaleservice",
|
|
"target": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L54",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service_wholesaleservice",
|
|
"target": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L63",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service_wholesaleservice",
|
|
"target": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L77",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service_wholesaleservice",
|
|
"target": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wholesale/wholesale.service.ts",
|
|
"source_location": "L9",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wholesale_wholesale_service_wholesaleservice",
|
|
"target": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L19",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller",
|
|
"target": "backend_src_wiki_wiki_controller_wikicontroller_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L24",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller",
|
|
"target": "backend_src_wiki_wiki_controller_wikicontroller_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.controller.ts",
|
|
"source_location": "L32",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_controller_wikicontroller",
|
|
"target": "backend_src_wiki_wiki_controller_wikicontroller_findone"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L10",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service_wikiservice",
|
|
"target": "backend_src_wiki_wiki_service_wikiservice_findall"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L52",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service_wikiservice",
|
|
"target": "backend_src_wiki_wiki_service_wikiservice_findonebykey"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/src/wiki/wiki.service.ts",
|
|
"source_location": "L8",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_src_wiki_wiki_service_wikiservice",
|
|
"target": "backend_src_wiki_wiki_service_wikiservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L18",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_errorboundary_errorboundary",
|
|
"target": "frontend_application_components_errorboundary_errorboundary_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L26",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_errorboundary_errorboundary",
|
|
"target": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L30",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_errorboundary_errorboundary",
|
|
"target": "frontend_application_components_errorboundary_errorboundary_componentdidcatch"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_errorboundary_errorboundary",
|
|
"target": "frontend_application_components_errorboundary_errorboundary_handleretry"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/components/ErrorBoundary.tsx",
|
|
"source_location": "L39",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_components_errorboundary_errorboundary",
|
|
"target": "frontend_application_components_errorboundary_errorboundary_render"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L100",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authservice_login"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L118",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authservice_getprofile"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L135",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authservice_updateprofile"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L149",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authservice_logout"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L38",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L40",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authservice_getinstance"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L50",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authservice_sendotp"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L64",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authservice_verifyotp"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/authService.ts",
|
|
"source_location": "L82",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_authservice_authservice",
|
|
"target": "frontend_application_lib_services_authservice_authservice_register"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L34",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice_orderservice",
|
|
"target": "frontend_application_lib_services_orderservice_orderservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L36",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice_orderservice",
|
|
"target": "frontend_application_lib_services_orderservice_orderservice_getinstance"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L46",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice_orderservice",
|
|
"target": "frontend_application_lib_services_orderservice_orderservice_createorder"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L70",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice_orderservice",
|
|
"target": "frontend_application_lib_services_orderservice_orderservice_getuserorders"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/orderService.ts",
|
|
"source_location": "L84",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_orderservice_orderservice",
|
|
"target": "frontend_application_lib_services_orderservice_orderservice_getorderbyid"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L144",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice",
|
|
"target": "frontend_application_lib_services_productservice_productservice_getproducts"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L176",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice",
|
|
"target": "frontend_application_lib_services_productservice_productservice_getproductbyid"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L186",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice",
|
|
"target": "frontend_application_lib_services_productservice_productservice_getproductbyslug"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L196",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice",
|
|
"target": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L226",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice",
|
|
"target": "frontend_application_lib_services_productservice_productservice_getactivefilters"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L240",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice",
|
|
"target": "frontend_application_lib_services_productservice_productservice_getnavigationfilters"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L60",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice",
|
|
"target": "frontend_application_lib_services_productservice_productservice_constructor"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L62",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice",
|
|
"target": "frontend_application_lib_services_productservice_productservice_getinstance"
|
|
},
|
|
{
|
|
"relation": "method",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "frontend/application/lib/services/productService.ts",
|
|
"source_location": "L69",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "frontend_application_lib_services_productservice_productservice",
|
|
"target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L248",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_health_logs",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_pets"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L257",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_order_items",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_orders"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L260",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_order_items",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_products"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L251",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_orders",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_users"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L254",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_orders",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_coupons"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L236",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_pets"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L233",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_pets",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_users"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L227",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_products"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L230",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_products"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L245",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_reminders"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L239",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_reminders",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_pets"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L242",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_reminders",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_products"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L221",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_user_addresses",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_users"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
|
|
"source_location": "L224",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 1.0,
|
|
"source": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions",
|
|
"target": "backend_prisma_migrations_20260526145407_init_migration_users"
|
|
},
|
|
{
|
|
"relation": "indirect_call",
|
|
"confidence": "INFERRED",
|
|
"source_file": "frontend/application/components/Header.tsx",
|
|
"source_location": "L114",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"context": "argument",
|
|
"confidence_score": 0.5,
|
|
"source": "frontend_application_components_header_header",
|
|
"target": "frontend_application_components_header_header_handleclickoutside"
|
|
},
|
|
{
|
|
"relation": "indirect_call",
|
|
"confidence": "INFERRED",
|
|
"source_file": "scripts/start-dev.js",
|
|
"source_location": "L23",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"context": "argument",
|
|
"confidence_score": 0.5,
|
|
"source": "scripts_start_dev_waitforbackend",
|
|
"target": "scripts_start_dev_waitforbackend_check"
|
|
},
|
|
{
|
|
"relation": "indirect_call",
|
|
"context": "collection",
|
|
"confidence": "INFERRED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L182",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 0.5,
|
|
"source": "ai_agency_orchestrate_main",
|
|
"target": "ai_agency_orchestrate_cmd_status"
|
|
},
|
|
{
|
|
"relation": "indirect_call",
|
|
"context": "collection",
|
|
"confidence": "INFERRED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L183",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 0.5,
|
|
"source": "ai_agency_orchestrate_main",
|
|
"target": "ai_agency_orchestrate_cmd_progress"
|
|
},
|
|
{
|
|
"relation": "indirect_call",
|
|
"context": "collection",
|
|
"confidence": "INFERRED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L184",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 0.5,
|
|
"source": "ai_agency_orchestrate_main",
|
|
"target": "ai_agency_orchestrate_cmd_next_task"
|
|
},
|
|
{
|
|
"relation": "indirect_call",
|
|
"context": "collection",
|
|
"confidence": "INFERRED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L185",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 0.5,
|
|
"source": "ai_agency_orchestrate_main",
|
|
"target": "ai_agency_orchestrate_cmd_unblock"
|
|
},
|
|
{
|
|
"relation": "indirect_call",
|
|
"context": "collection",
|
|
"confidence": "INFERRED",
|
|
"source_file": ".ai_agency/orchestrate.py",
|
|
"source_location": "L186",
|
|
"weight": 1.0,
|
|
"_origin": "ast",
|
|
"confidence_score": 0.5,
|
|
"source": "ai_agency_orchestrate_main",
|
|
"target": "ai_agency_orchestrate_cmd_reset"
|
|
},
|
|
{
|
|
"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": "L91",
|
|
"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": "L66",
|
|
"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": "L75",
|
|
"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": "L378",
|
|
"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": "L270",
|
|
"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": "L306",
|
|
"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/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": "L72",
|
|
"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": "L98",
|
|
"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": "L51",
|
|
"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": "L79",
|
|
"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": "L117",
|
|
"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": "L35",
|
|
"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": "L107",
|
|
"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": "L88",
|
|
"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": "L126",
|
|
"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": "L45",
|
|
"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": "L63",
|
|
"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/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",
|
|
"source": "readme_smartadvisor",
|
|
"target": "database_schema_products"
|
|
},
|
|
{
|
|
"relation": "calls",
|
|
"confidence": "EXTRACTED",
|
|
"confidence_score": 1.0,
|
|
"source_file": "BACKEND_INTEGRATION.md",
|
|
"source": "src_store_userstore",
|
|
"target": "backend_integration_login"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"confidence_score": 1.0,
|
|
"source_file": "docs/03-developer-guide.md",
|
|
"source": "docs_03_developer_guide_standards",
|
|
"target": "src_store_userstore"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"confidence_score": 1.0,
|
|
"source_file": "docs/audit/05-architectural-audit.md",
|
|
"source": "docs_audit_05_architectural_audit_findings",
|
|
"target": "src_store_userstore"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "EXTRACTED",
|
|
"confidence_score": 1.0,
|
|
"source_file": "docs/audit/MASTER-TASK-BACKLOG.md",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"source": "frontend_application_public_fonts_vazirmatn_v33_003_readme",
|
|
"target": "roboto_font"
|
|
},
|
|
{
|
|
"relation": "shares_data_with",
|
|
"confidence": "EXTRACTED",
|
|
"confidence_score": 1.0,
|
|
"source_file": "BACKEND_INTEGRATION.md",
|
|
"source": "src_store_cartstore",
|
|
"target": "database_schema_products"
|
|
},
|
|
{
|
|
"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",
|
|
"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",
|
|
"source": "image_pharma_lab",
|
|
"target": "frontend_application_agents"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "INFERRED",
|
|
"confidence_score": 0.8,
|
|
"source_file": "docker-compose.yml",
|
|
"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",
|
|
"source": "docs_audit_frontend_integration_requirements",
|
|
"target": "docs_audit_cross_boundary_dependencies"
|
|
},
|
|
{
|
|
"relation": "references",
|
|
"confidence": "INFERRED",
|
|
"confidence_score": 0.9,
|
|
"source_file": "DATABASE_SCHEMA.md",
|
|
"source": "src_store_usepetstore",
|
|
"target": "database_schema_pets"
|
|
},
|
|
{
|
|
"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",
|
|
"source": "docs_audit_05_architectural_audit_findings",
|
|
"target": "docs_audit_10_security_audit_findings"
|
|
}
|
|
],
|
|
"hyperedges": [
|
|
{
|
|
"id": "ecommerce_transaction_flow",
|
|
"label": "E-commerce Transaction Flow",
|
|
"nodes": [
|
|
"src_store_cartstore",
|
|
"database_schema_products",
|
|
"backend_integration_login"
|
|
],
|
|
"relation": "participate_in",
|
|
"confidence": "EXTRACTED",
|
|
"confidence_score": 0.85,
|
|
"source_file": "BACKEND_INTEGRATION.md"
|
|
},
|
|
{
|
|
"id": "pet_health_management_flow",
|
|
"label": "Pet Health Management Flow",
|
|
"nodes": [
|
|
"src_store_usepetstore",
|
|
"database_schema_pets",
|
|
"readme_smartadvisor"
|
|
],
|
|
"relation": "participate_in",
|
|
"confidence": "EXTRACTED",
|
|
"confidence_score": 0.9,
|
|
"source_file": "README.md"
|
|
},
|
|
{
|
|
"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": "083179151317e5c9d3ec8fbbc9462671aa345ba5"
|
|
} |